Commit Graph

49675 Commits (5bdf694568ef0b9eebef32002a9ebc1918dd0b4b)
 

Author SHA1 Message Date
Heikki Linnakangas 5bdf694568 Fix typo in test comment. 5 years ago
Michael Paquier 1f32136a99 Fix compilation warnings with libselinux 3.1 in contrib/sepgsql/ 5 years ago
Tom Lane a9306f10b9 Doc: improve examples for json_populate_record() and related functions. 5 years ago
Andres Freund 1f51c17c68 snapshot scalability: Move PGXACT->xmin back to PGPROC. 5 years ago
Alvaro Herrera a811ea5bde
Handle new HOT chains in index-build table scans 5 years ago
Andres Freund b8443eae72 Fix out-of-date version reference, grammar. 5 years ago
Andres Freund dc7420c2c9 snapshot scalability: Don't compute global horizons while building snapshots. 5 years ago
Alvaro Herrera 1f42d35a1d
BRIN: Handle concurrent desummarization properly 5 years ago
Tom Lane 3546cf8a7a Improve comments for postmaster.c's BackendList. 5 years ago
Andres Freund 3bd7f9969a Track latest completed xid as a FullTransactionId. 5 years ago
Andres Freund fea10a6434 Rename VariableCacheData.nextFullXid to nextXid. 5 years ago
Michael Paquier 1f75b45413 Improve tab completion of REINDEX in psql 5 years ago
Peter Eisentraut 1784f278a6 Replace remaining StrNCpy() by strlcpy() 5 years ago
Noah Misch cec57b1a0f Document clashes between logical replication and untrusted users. 5 years ago
Noah Misch 11da97024a Empty search_path in logical replication apply worker and walsender. 5 years ago
Noah Misch e078fb5d4e Move connect.h from fe_utils to src/include/common. 5 years ago
Tom Lane 7eeb1d9861 Make contrib modules' installation scripts more secure. 5 years ago
Peter Geoghegan d129c07499 Correct nbtree page split lock coupling comment. 5 years ago
Tom Lane 1b9cde5124 Check for fseeko() failure in pg_dump's _tarAddFile(). 5 years ago
Tom Lane 1c164ef3d2 Remove useless Assert. 5 years ago
Tom Lane 20e7e1fe31 Remove <@ from contrib/intarray's GiST operator classes. 5 years ago
Peter Geoghegan 39132b784a Teach amcheck to verify sibling links in all cases. 5 years ago
Alvaro Herrera 470687b4a5
walsnd: Don't set waiting_for_ping_response spuriously 5 years ago
Amit Kapila 82a0ba7707 Fix the logical streaming test. 5 years ago
Peter Eisentraut a13421c96c Add some const decorations 5 years ago
Amit Kapila 7259736a6e Implement streaming mode in ReorderBuffer. 5 years ago
Peter Geoghegan 0a7d771f0f Make nbtree split REDO locking match original execution. 5 years ago
Alvaro Herrera cea3d55898
Remove PROC_IN_ANALYZE and derived flags 5 years ago
Tom Lane 6f0b632f08 Support testing of cases where table schemas change after planning. 5 years ago
Peter Geoghegan 3df92bbd1d Rename nbtree split REDO routine variables. 5 years ago
Etsuro Fujita 199cec9779 Fix yet another issue with step generation in partition pruning. 5 years ago
Peter Geoghegan 3a3be80641 Remove obsolete amcheck comment. 5 years ago
Peter Geoghegan c254d8d7b2 amcheck: Sanitize metapage's allequalimage field. 5 years ago
David Rowley d5e96520ff Fix bogus EXPLAIN output for Hash Aggregate 5 years ago
Robert Haas bab150045b Register llvm_shutdown using on_proc_exit, not before_shmem_exit. 5 years ago
Bruce Momjian a677535247 doc: clarify "state" table reference in tutorial 5 years ago
Tom Lane 7a980dfc6c Fix matching of sub-partitions when a partitioned plan is stale. 5 years ago
Alexander Korotkov f47b5e1395 Remove btree page items after page unlink 5 years ago
Tom Lane 0f76294260 Increase hard-wired timeout values in ecpg regression tests. 5 years ago
Michael Paquier dd877998d4 Make new SSL TAP test for channel_binding more robust 5 years ago
Peter Geoghegan 9a9db08ae4 Fix replica backward scan race condition. 5 years ago
Peter Geoghegan a451b7d442 Add nbtree page deletion assertion. 5 years ago
Tom Lane 9e496768b8 Remove unnecessary "DISTINCT" in psql's queries for \dAc and \dAf. 5 years ago
Tom Lane eeb01e3122 Doc: fix obsolete info about allowed range of TZ offsets in timetz. 5 years ago
Tom Lane 5f28b21eb3 Fix behavior of ecpg's "EXEC SQL elif name". 5 years ago
Michael Paquier b8fdee7d0c Add %P to log_line_prefix for parallel group leader 5 years ago
Thomas Munro f44b9b625b Fix rare failure in LDAP tests. 5 years ago
Thomas Munro 63e9aa6879 Correct comment in simplehash.h. 5 years ago
Tom Lane 533020d050 Fix minor issues in psql's new \dAc and related commands. 5 years ago
David Rowley 6ee3b5fb99 Use int64 instead of long in incremental sort code 5 years ago