users/gsingh/postgres.git
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...
2021-11-16 Amit KapilaInvalidate relcache when changing REPLICA IDENTITY...
2021-11-15 Robert HaasFix thinko in bbsink_throttle_manifest_contents.
2021-11-13 Peter GeogheganExplain pruning pgstats accounting subtleties.
2021-11-12 Daniel GustafssonDocument PG_TEST_NOCLEAN in TAP test README
2021-11-12 Tom LaneMake psql's \password default to CURRENT_USER, not...
2021-11-12 Tom Lanepostgres_fdw: suppress casts on constants in limited...
2021-11-12 Andrew DunstanReport found versions of required perl modules
2021-11-12 Michael PaquierFix memory overrun when querying pg_stat_slru
2021-11-12 Noah MischReport any XLogReadRecord() error in XlogReadTwoPhaseDa...
2021-11-11 Peter GeogheganUpdate heap_page_prune() free space map comments.
2021-11-11 Peter GeogheganUpdate another obsolete reference in vacuumlazy.c.
2021-11-11 Robert HaasImprove performance of pgarch_readyXlog() with many...
2021-11-11 Tom LaneFall back to unsigned int, not int, for socklen_t.
2021-11-11 Alvaro HerreraRestore lock level to set vacuum flags
2021-11-11 Peter Eisentrautdoc: Add referential actions to CREATE/ALTER TABLE...
2021-11-11 Michael PaquierFix buffer overrun in unicode string normalization...
2021-11-11 Michael PaquierClean up compilation warnings coming from PL/Perl with...
2021-11-10 Tom LaneDoc: improve protocol spec for logical replication...
2021-11-10 Robert HaasFix thinko in assertion in basebackup.c.
2021-11-10 Robert HaasMore cleanup of 'ThisTimeLineID'.
2021-11-10 Peter EisentrautFix incorrect format placeholders
2021-11-10 Michael PaquierImprove error messages for some callers of XLogReadRecord()
2021-11-10 Jeff DavisAdd pg_checkpointer predefined role for CHECKPOINT...
2021-11-09 Tom LaneFix instability in 026_overwrite_contrecord.pl test.
next