summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2022-01-12Add index on pg_publication_rel.prpubidAlvaro Herrera
2022-01-12Refactor set of routines specific to elog.cMichael Paquier
2022-01-11Add missing include guard to win32ntdll.h.Thomas Munro
2022-01-11Clean up messy API for src/port/thread.c.Tom Lane
2022-01-11Improve error handling of cryptohash computationsMichael Paquier
2022-01-10Make EXEC_BACKEND more convenient on Linux and FreeBSD.Thomas Munro
2022-01-08Update copyright for 2022Bruce Momjian
2022-01-05Create foreign key triggers in partitioned tables tooAlvaro Herrera
2022-01-03Fix index-only scan plans, take 2.Tom Lane
2022-01-03Use MaxLockMode symbol in more places.Tom Lane
2022-01-03Avoid using DefElemAction in AlterPublicationStmtAlvaro Herrera
2022-01-01Fix index-only scan plans when not all index columns can be returned.Tom Lane
2021-12-30Small cleanups related to PUBLICATION framework codeAlvaro Herrera
2021-12-27Revert changes about warnings/errors for placeholders.Tom Lane
2021-12-27Rename EmitWarningsOnPlaceholders() to MarkGUCPrefixReserved().Tom Lane
2021-12-23Move parallel vacuum code to vacuumparallel.c.Amit Kapila
2021-12-22Correct comment and some documentation about REPLICA_IDENTITY_INDEXMichael Paquier
2021-12-22Move index vacuum routines to vacuum.c.Amit Kapila
2021-12-20Add fast path for validating UTF-8 textJohn Naylor
2021-12-17Simplify the general-purpose 64-bit integer parsing APIsPeter Eisentraut
2021-12-16Change ProcSendSignal() to take pgprocno.Thomas Munro
2021-12-13Remove unimplemented/undocumented geometric functions & operators.Tom Lane
2021-12-13Remove InitXLOGAccess().Robert Haas
2021-12-11Create a new type category for "internal use" types.Tom Lane
2021-12-10Check for STATUS_DELETE_PENDING on Windows.Thomas Munro
2021-12-09Standardize cleanup lock terminology.Peter Geoghegan
2021-12-08Allow specifying column list for foreign key ON DELETE SET actionsPeter Eisentraut
2021-12-08Fix changing the ownership of ALL TABLES IN SCHEMA publication.Amit Kapila
2021-12-07Update snowballPeter Eisentraut
2021-12-06Rethink pg_dump's handling of object ACLs.Tom Lane
2021-12-03Some RELKIND macro refactoringPeter Eisentraut
2021-12-02Add configure probe for rl_variable_bind().Tom Lane
2021-11-30Ignore BRIN indexes when checking for HOT udpatesTomas Vondra
2021-11-30Add a view to show the stats of subscription workers.Amit Kapila
2021-11-30Fix typosMichael Paquier
2021-11-29Simplify declaring variables exported from libpgcommon and libpgport.Tom Lane
2021-11-29Portability hack for pg_global_prng_state.Tom Lane
2021-11-29Replace random(), pg_erand48(), etc with a better PRNG API and algorithm.Tom Lane
2021-11-26Harden be-gssapi-common.h for headerscheckAlvaro Herrera
2021-11-24Flush Memoize cache when non-key parameters change, take 2David Rowley
2021-11-24Revert "Flush Memoize cache when non-key parameters change"David Rowley
2021-11-24Flush Memoize cache when non-key parameters changeDavid Rowley
2021-11-23Allow Memoize to operate in binary comparison modeDavid Rowley
2021-11-23Add SQL functions to monitor the directory contents of replication slotsMichael Paquier
2021-11-22Add ABI extra field to fmgr magic blockPeter Eisentraut
2021-11-22Report wait events for local shell commands like archive_command.Fujii Masao
2021-11-19Fix parallel operations that prevent oldest xmin from advancing.Amit Kapila
2021-11-18Provide a variant of simple_prompt() that can be interrupted by ^C.Tom Lane
2021-11-17Add a planner support function for starts_with().Tom Lane
2021-11-16Fix headerscheck failure in replication/worker_internal.hAlvaro Herrera