Commit Graph

49662 Commits (cec57b1a0fbcd3833086ba686897c5883e0a2afc)
 

Author SHA1 Message Date
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
Noah Misch cd5e82256d Change XID and mxact limits to warn at 40M and stop at 3M. 5 years ago
Tom Lane 9f9682783b Invent "amadjustmembers" AM method for validating opclass members. 5 years ago
Thomas Munro e2b37d9e7c Use pg_pread() and pg_pwrite() in slru.c. 5 years ago
Michael Paquier 022350b849 Minimize slot creation for multi-inserts of pg_shdepend 5 years ago
Thomas Munro 84c0e4b9bc Improve programmer docs for simplehash and dynahash. 5 years ago
Peter Geoghegan c79aed4f79 Restore lost amcheck TOAST test coverage. 5 years ago
Tom Lane 3d2376d55c Fix oversight in ALTER TYPE: typmodin/typmodout must propagate to arrays. 5 years ago
Tom Lane 78e73e8754 Fix recently-introduced performance problem in ts_headline(). 5 years ago
Thomas Munro 7be04496a9 Fix compiler warning from Clang. 5 years ago
Thomas Munro 84b1c63ad4 Preallocate some DSM space at startup. 5 years ago
Michael Paquier 7b1110d2fd Fix comment in instrument.h 5 years ago
Thomas Munro c5315f4f44 Cache smgrnblocks() results in recovery. 5 years ago
Michael Paquier e3931d01f3 Use multi-inserts for pg_attribute and pg_shdepend 5 years ago