users/gsingh/postgres.git
2021-12-08 Michael PaquierImprove parsing of options of CREATE/ALTER SUBSCRIPTION
2021-12-08 Michael PaquierFix corruption of toast indexes with REINDEX CONCURRENTLY
2021-12-07 Andrew DunstanEnable settings used in TAP tests for MSVC builds
2021-12-07 Tom LaneOn Windows, also call shutdown() while closing the...
2021-12-07 Peter EisentrautUpdate snowball
2021-12-06 Tom LaneAccount for TOAST data while scheduling parallel dumps.
2021-12-06 Tom LaneUse PREPARE/EXECUTE for repetitive per-object queries...
2021-12-06 Tom LaneAvoid per-object queries in performance-critical paths...
2021-12-06 Tom LanePostpone calls of unsafe server-side functions in pg_dump.
2021-12-06 Tom LaneRethink pg_dump's handling of object ACLs.
2021-12-06 Tom LaneRefactor pg_dump's tracking of object components to...
2021-12-06 Peter EisentrautFix inappropriate uses of PG_GETARG_UINT32()
2021-12-05 Andrew DunstanSilence perl complaint in ssl test
2021-12-03 Daniel GustafssonDoc: Fix misleading wording of CRL parameters
2021-12-03 Peter EisentrautSome RELKIND macro refactoring
2021-12-03 Daniel GustafssonFix path delimiters in connection string on Windows
2021-12-03 Fujii Masaopostgres_fdw: Fix unexpected reporting of empty message.
2021-12-03 Michael PaquierImprove the description of various GUCs
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...
next