Commit Graph

10113 Commits (a3d6264bbce0ff7002be35a907b73b01e2e37f45)

Author SHA1 Message Date
Tom Lane a3d6264bbc interval_out() must be marked STABLE, not IMMUTABLE. 4 years ago
Robert Haas cc333f3233 Modify pg_basebackup to use a new COPY subprotocol for base backups. 4 years ago
Robert Haas 9a974cbcba pg_upgrade: Preserve relfilenodes and tablespace OIDs. 4 years ago
Peter Eisentraut 941460fcf7 Add Boolean node 4 years ago
Michael Paquier dc686681e0 Introduce log_destination=jsonlog 4 years ago
Tomas Vondra 269b532aef Add stxdinherit flag to pg_statistic_ext_data 4 years ago
Peter Geoghegan 49c9d9fcfa Unify VACUUM VERBOSE and autovacuum logging. 4 years ago
Thomas Munro 7170f2159f Allow "in place" tablespaces. 4 years ago
Peter Eisentraut c4cc2850f4 Rename value node fields 4 years ago
Michael Paquier 5513dc6a30 Improve error handling of HMAC computations 4 years ago
Peter Geoghegan db6736c93c Fix memory leak in indexUnchanged hint mechanism. 4 years ago
Alvaro Herrera 025b920a3d
Add index on pg_publication_rel.prpubid 4 years ago
Michael Paquier ac7c80758a Refactor set of routines specific to elog.c 4 years ago
Thomas Munro af9e6331ae Add missing include guard to win32ntdll.h. 4 years ago
Tom Lane 98e93a1fc9 Clean up messy API for src/port/thread.c. 4 years ago
Michael Paquier b69aba7457 Improve error handling of cryptohash computations 4 years ago
Thomas Munro f3e78069db Make EXEC_BACKEND more convenient on Linux and FreeBSD. 4 years ago
Bruce Momjian 27b77ecf9f Update copyright for 2022 4 years ago
Alvaro Herrera f4566345cf
Create foreign key triggers in partitioned tables too 4 years ago
Tom Lane 9a3ddeb519 Fix index-only scan plans, take 2. 4 years ago
Tom Lane ba2bc4a7ba Use MaxLockMode symbol in more places. 4 years ago
Alvaro Herrera 9623d89996
Avoid using DefElemAction in AlterPublicationStmt 4 years ago
Tom Lane 4ace456776 Fix index-only scan plans when not all index columns can be returned. 4 years ago
Alvaro Herrera c9105dd366
Small cleanups related to PUBLICATION framework code 4 years ago
Tom Lane cab5b9ab2c Revert changes about warnings/errors for placeholders. 4 years ago
Tom Lane 5609cc01c6 Rename EmitWarningsOnPlaceholders() to MarkGUCPrefixReserved(). 4 years ago
Amit Kapila 8e1fae1938 Move parallel vacuum code to vacuumparallel.c. 4 years ago
Michael Paquier fc95d35b94 Correct comment and some documentation about REPLICA_IDENTITY_INDEX 4 years ago
Amit Kapila cc8b25712b Move index vacuum routines to vacuum.c. 4 years ago
John Naylor 911588a3f8 Add fast path for validating UTF-8 text 4 years ago
Peter Eisentraut 3c6f8c011f Simplify the general-purpose 64-bit integer parsing APIs 4 years ago
Thomas Munro a13db0e164 Change ProcSendSignal() to take pgprocno. 4 years ago
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