users/gsingh/postgres.git
2021-12-02 Tom LaneOn Windows, close the client socket explicitly during...
2021-12-02 Tom LaneAdd configure probe for rl_variable_bind().
2021-12-02 Peter Eisentrautpg_dump: Add missing relkind case
2021-12-02 Michael Paquierpg_waldump: Emit stats summary when interrupted by...
2021-12-02 Michael PaquierMove into separate file all the SQL queries used in...
2021-12-01 Tom LaneAvoid leaking memory during large-scale REASSIGN OWNED...
2021-12-01 Tom Lanepsql: initialize comment-begin setting to a useful...
2021-12-01 Tom Lanepsql: treat "--" comments between queries as separate...
2021-12-01 Tom Lanepsql: include intra-query "--" comments in what's sent...
2021-12-01 Peter EisentrautRemove unused includes
2021-12-01 Peter EisentrautImprove some comments in scanner files
2021-12-01 Peter EisentrautWarning on SET of nonexisting setting with a prefix...
2021-12-01 Daniel GustafssonFix certificate paths to use perl2host
2021-12-01 Robert HaasDocument that tar archives are now properly terminated.
2021-12-01 Daniel GustafssonRemove mention of TimeLineID update from comments
2021-12-01 Michael PaquierFix comment grammar in slotfuncs.c
2021-12-01 Peter Eisentrautdoc: Some additional information about when to use...
2021-12-01 Amit KapilaFix regression test failure caused by commit 8d74fc96db.
2021-12-01 Amit KapilaDoc: Add "Attach Partition" limitation during logical...
2021-12-01 Michael PaquierImprove psql tab completion for various DROP commands
2021-11-30 Daniel GustafssonExtend the private key stat checking error handling
2021-11-30 Tom LaneCope with cross-compiling when checking for a random...
2021-11-30 Peter Geogheganvacuumlazy.c: fix remaining "dead tuple" references.
2021-11-30 Tomas VondraIgnore BRIN indexes when checking for HOT udpates
2021-11-30 Alvaro HerreraIncrease size of shared memory for pg_commit_ts
2021-11-30 Daniel GustafssonDisable unused-variable warning C4101 in MSVC
2021-11-30 Daniel GustafssonRemove PF_USED_FOR_ASSERTS_ONLY from variables in gener...
2021-11-30 Daniel GustafssonUse test-specific temp path for keys during SSL test
2021-11-30 Daniel GustafssonAdd TAP tests for contrib/sslinfo
2021-11-30 Daniel GustafssonExtend configure_test_server_for_ssl to add extensions
2021-11-30 Michael PaquierFix flags of some GUCs and improve some descriptions
2021-11-30 Amit KapilaAdd a view to show the stats of subscription workers.
2021-11-30 Michael PaquierFix typos
2021-11-30 Michael PaquierFix compatibility thinko for fstat() on standard stream...
2021-11-29 Peter Geogheganvacuumlazy.c: Rename dead_tuples to dead_items.
2021-11-29 Tom LaneDoc: improve documentation about ORDER BY in matviews.
2021-11-29 Tom LaneSimplify declaring variables exported from libpgcommon...
2021-11-29 Tom LanePortability hack for pg_global_prng_state.
2021-11-29 Michael PaquierCentralize timestamp computation of control file on...
2021-11-29 Tom LaneReplace random(), pg_erand48(), etc with a better PRNG...
2021-11-29 Michael PaquierImprove psql tab completion for views, FDWs, sequences...
2021-11-28 Peter Geogheganvacuumlazy.c: prefer the term "cleanup lock".
2021-11-27 Peter GeogheganUpdate high level vacuumlazy.c comments.
2021-11-26 Alvaro HerreraHarden be-gssapi-common.h for headerscheck
2021-11-26 Peter GeogheganGo back to considering HOT on pages marked full.
2021-11-26 Alvaro HerreraCopy-edit vacuuumdb --analyze-in-stages doc blurb
2021-11-26 Alvaro HerreraDocument units for max_slot_wal_keep_size
2021-11-26 Alvaro HerreraFix determination of broken LSN in OVERWRITTEN_CONTRECORD
2021-11-26 Daniel GustafssonAdd test for REVOKE ADMIN OPTION
2021-11-26 Daniel GustafssonFix GRANTED BY support in REVOKE ROLE statements
2021-11-26 Peter EisentrautUpdate comments
2021-11-25 Peter EisentrautRemove unneeded Python includes
2021-11-25 Michael PaquierBlock ALTER TABLE .. DROP NOT NULL on columns in replic...
2021-11-25 Michael PaquierFix fstat() emulation on Windows with standard streams
2021-11-25 Andres FreundReplace straggling uses of ReadRecPtr/EndRecPtr.
2021-11-24 Tom LaneDoc: improve documentation about nextval()/setval().
2021-11-24 Heikki LinnakangasFix missing space in docs.
2021-11-24 Robert Haasxlog.c: Remove global variables ReadRecPtr and EndRecPtr.
2021-11-24 Robert HaasFix corner-case failure to detect improper timeline...
2021-11-24 Michael PaquierRemove useless LZ4 system call on failure when writing...
2021-11-24 David RowleyFlush Memoize cache when non-key parameters change...
2021-11-24 Peter EisentrautFix incorrect format placeholders
2021-11-24 Michael PaquierAdd support for Visual Studio 2022 in build scripts
2021-11-24 Amit KapilaRename SnapBuild* macros in slot.c.
2021-11-24 David RowleyRevert "Flush Memoize cache when non-key parameters...
2021-11-24 David RowleyFlush Memoize cache when non-key parameters change
2021-11-23 David RowleyAllow Memoize to operate in binary comparison mode
2021-11-23 Michael PaquierAdd SQL functions to monitor the directory contents...
2021-11-22 Tom LaneAdjust pg_dump's priority ordering for casts.
2021-11-22 Tom LanePacify perlcritic.
2021-11-22 Tom LaneFix pg_dump --inserts mode for generated columns with...
2021-11-22 Tom LaneProbe $PROVE not $PERL while checking for modules neede...
2021-11-22 Alvaro HerreraBe more specific about OOM in XLogReaderAllocate
2021-11-22 Alvaro Herreraautovacuum: Improve wording in a couple places
2021-11-22 Alvaro HerreraAdd missing words in comment
2021-11-22 Peter EisentrautAdd ABI extra field to fmgr magic block
2021-11-22 Fujii MasaoReport wait events for local shell commands like archiv...
2021-11-22 Peter GeogheganRemove lazy_scan_heap parallel VACUUM comment block.
2021-11-21 Tom Lanepg_receivewal, pg_recvlogical: allow canceling initial...
2021-11-21 Tom LaneDoc: update some things relevant to minimum Test::More...
2021-11-20 Andrew DunstanRequire version 0.98 of Test::More for TAP tests
2021-11-20 Tom LaneFix SP-GiST scan initialization logic for binary-compat...
2021-11-19 Tom LaneAllow psql's other uses of simple_prompt() to be interr...
2021-11-19 Andres FreundInitialize backend status reporting during bootstrap.
2021-11-19 Amit KapilaFix parallel operations that prevent oldest xmin from...
2021-11-19 Michael PaquierImprove psql tab completion for transforms, domains...
2021-11-18 Tom LaneUse appropriate -Wno-warning switches when compiling...
2021-11-18 Michael PaquierFix quoting of ACL item in table for upgrade binary...
2021-11-18 Michael PaquierAdd table to regression tests for binary-compatibility...
2021-11-18 Tom LaneProvide a variant of simple_prompt() that can be interr...
2021-11-17 Tom LaneAdd a planner support function for starts_with().
2021-11-17 Tom LaneClean up error handling in pg_basebackup's walmethods.c.
2021-11-17 Tom LaneHandle close() failures more robustly in pg_dump and...
2021-11-17 Tom LaneFix display of SQL-standard function's arguments in...
2021-11-17 Daniel GustafssonImprove publication error messages
2021-11-17 Daniel GustafssonDoc: add see-also references to CREATE PUBLICATION.
2021-11-17 Peter EisentrautFix incorrect format placeholders
2021-11-17 Michael PaquierRemove global variable "LastRec" in xlog.c
2021-11-16 Alvaro HerreraFix headerscheck failure in replication/worker_internal.h
2021-11-16 Robert HaasMove InitXLogInsert() call from InitXLOGAccess() to...
next