Commit Graph

10081 Commits (2a712066d0587f65fcecd44e884dc6a09958dbdd)

Author SHA1 Message Date
Tom Lane 189699dd36 Remove unimplemented/undocumented geometric functions & operators. 4 years ago
Robert Haas fa0e03c15a Remove InitXLOGAccess(). 4 years ago
Tom Lane 07eee5a0dc Create a new type category for "internal use" types. 4 years ago
Thomas Munro e2f0f8ed25 Check for STATUS_DELETE_PENDING on Windows. 4 years ago
Peter Geoghegan bcf60585e6 Standardize cleanup lock terminology. 4 years ago
Peter Eisentraut d6f96ed94e Allow specifying column list for foreign key ON DELETE SET actions 4 years ago
Amit Kapila 1a2aaeb0db Fix changing the ownership of ALL TABLES IN SCHEMA publication. 4 years ago
Peter Eisentraut bba962f0c0 Update snowball 4 years ago
Tom Lane 0c9d84427f Rethink pg_dump's handling of object ACLs. 4 years ago
Peter Eisentraut 37b2764593 Some RELKIND macro refactoring 4 years ago
Tom Lane a7da419810 Add configure probe for rl_variable_bind(). 4 years ago
Tomas Vondra 5753d4ee32 Ignore BRIN indexes when checking for HOT udpates 4 years ago
Amit Kapila 8d74fc96db Add a view to show the stats of subscription workers. 4 years ago
Michael Paquier 98105e53e0 Fix typos 4 years ago
Tom Lane e04a8059a7 Simplify declaring variables exported from libpgcommon and libpgport. 4 years ago
Tom Lane 11b500072e Portability hack for pg_global_prng_state. 4 years ago
Tom Lane 3804539e48 Replace random(), pg_erand48(), etc with a better PRNG API and algorithm. 4 years ago
Alvaro Herrera f744519326
Harden be-gssapi-common.h for headerscheck 4 years ago
David Rowley 411137a429 Flush Memoize cache when non-key parameters change, take 2 4 years ago
David Rowley dad20ad470 Revert "Flush Memoize cache when non-key parameters change" 4 years ago
David Rowley 1050048a31 Flush Memoize cache when non-key parameters change 4 years ago
David Rowley e502150f7d Allow Memoize to operate in binary comparison mode 4 years ago
Michael Paquier 1922d7c6e1 Add SQL functions to monitor the directory contents of replication slots 4 years ago
Peter Eisentraut d6d1dfcc99 Add ABI extra field to fmgr magic block 4 years ago
Fujii Masao 1b06d7bac9 Report wait events for local shell commands like archive_command. 4 years ago
Amit Kapila 0f0cfb4940 Fix parallel operations that prevent oldest xmin from advancing. 4 years ago
Tom Lane 5f1148224b Provide a variant of simple_prompt() that can be interrupted by ^C. 4 years ago
Tom Lane a148f8bc04 Add a planner support function for starts_with(). 4 years ago
Alvaro Herrera ad26ee2825
Fix headerscheck failure in replication/worker_internal.h 4 years ago
Peter Geoghegan b0f7425ec2 Explain pruning pgstats accounting subtleties. 4 years ago
Robert Haas beb4e9ba16 Improve performance of pgarch_readyXlog() with many status files. 4 years ago
Tom Lane 01ec41a5fe Fall back to unsigned int, not int, for socklen_t. 4 years ago
Jeff Davis 4168a47454 Add pg_checkpointer predefined role for CHECKPOINT command. 4 years ago
Peter Eisentraut ee3a1a5b63 Remove check for accept() argument types 4 years ago
Amit Kapila b3812d0b9b Rename some enums to use TABLE instead of REL. 4 years ago
Tom Lane 28e2412554 Reject extraneous data after SSL or GSS encryption handshake. 4 years ago
David Rowley 39a3105678 Fix incorrect hash equality operator bug in Memoize 4 years ago
Robert Haas 4a92a1c3d1 Change ThisTimeLineID from a global variable to a local variable. 4 years ago
Robert Haas e997a0c642 Remove all use of ThisTimeLineID global variable outside of xlog.c 4 years ago
Robert Haas bef47ff85d Introduce 'bbsink' abstraction to modularize base backup code. 4 years ago
Peter Geoghegan e7428a99a1 Add hardening to catch invalid TIDs in indexes. 4 years ago
Peter Geoghegan 9bacec15b6 Don't overlook indexes during parallel VACUUM. 4 years ago
Tom Lane 65c6cab136 Avoid O(N^2) behavior in SyncPostCheckpoint(). 4 years ago
Amit Kapila 71db6459e6 Replace XLOG_INCLUDE_XID flag with a more localized flag. 4 years ago
Jeff Davis 77ea4f9439 Grant memory views to pg_read_all_stats. 4 years ago
Amit Kapila 5a2832465f Allow publishing the tables of schema. 4 years ago
Jeff Davis f0b051e322 Allow GRANT on pg_log_backend_memory_contexts(). 4 years ago
Robert Haas 9ce346eabf Report progress of startup operations that take a long time. 4 years ago
Robert Haas 732e6677a6 Add enable_timeout_every() to fire the same timeout repeatedly. 4 years ago
Michael Paquier b4ada4e19f Add replication command READ_REPLICATION_SLOT 4 years ago