aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* Add stxdinherit flag to pg_statistic_ext_dataTomas Vondra2022-01-16
* Unify VACUUM VERBOSE and autovacuum logging.Peter Geoghegan2022-01-14
* Allow "in place" tablespaces.Thomas Munro2022-01-15
* Rename value node fieldsPeter Eisentraut2022-01-14
* Improve error handling of HMAC computationsMichael Paquier2022-01-13
* Fix memory leak in indexUnchanged hint mechanism.Peter Geoghegan2022-01-12
* Add index on pg_publication_rel.prpubidAlvaro Herrera2022-01-12
* Refactor set of routines specific to elog.cMichael Paquier2022-01-12
* Add missing include guard to win32ntdll.h.Thomas Munro2022-01-12
* Clean up messy API for src/port/thread.c.Tom Lane2022-01-11
* Improve error handling of cryptohash computationsMichael Paquier2022-01-11
* Make EXEC_BACKEND more convenient on Linux and FreeBSD.Thomas Munro2022-01-11
* Update copyright for 2022Bruce Momjian2022-01-07
* Create foreign key triggers in partitioned tables tooAlvaro Herrera2022-01-05
* Fix index-only scan plans, take 2.Tom Lane2022-01-03
* Use MaxLockMode symbol in more places.Tom Lane2022-01-03
* Avoid using DefElemAction in AlterPublicationStmtAlvaro Herrera2022-01-03
* Fix index-only scan plans when not all index columns can be returned.Tom Lane2022-01-01
* Small cleanups related to PUBLICATION framework codeAlvaro Herrera2021-12-30
* Revert changes about warnings/errors for placeholders.Tom Lane2021-12-27
* Rename EmitWarningsOnPlaceholders() to MarkGUCPrefixReserved().Tom Lane2021-12-27
* Move parallel vacuum code to vacuumparallel.c.Amit Kapila2021-12-23
* Correct comment and some documentation about REPLICA_IDENTITY_INDEXMichael Paquier2021-12-22
* Move index vacuum routines to vacuum.c.Amit Kapila2021-12-22
* Add fast path for validating UTF-8 textJohn Naylor2021-12-20
* Simplify the general-purpose 64-bit integer parsing APIsPeter Eisentraut2021-12-17
* Change ProcSendSignal() to take pgprocno.Thomas Munro2021-12-16
* Remove unimplemented/undocumented geometric functions & operators.Tom Lane2021-12-13
* Remove InitXLOGAccess().Robert Haas2021-12-13
* Create a new type category for "internal use" types.Tom Lane2021-12-11
* Check for STATUS_DELETE_PENDING on Windows.Thomas Munro2021-12-10
* Standardize cleanup lock terminology.Peter Geoghegan2021-12-08
* Allow specifying column list for foreign key ON DELETE SET actionsPeter Eisentraut2021-12-08
* Fix changing the ownership of ALL TABLES IN SCHEMA publication.Amit Kapila2021-12-08
* Update snowballPeter Eisentraut2021-12-07
* Rethink pg_dump's handling of object ACLs.Tom Lane2021-12-06
* Some RELKIND macro refactoringPeter Eisentraut2021-12-03
* Add configure probe for rl_variable_bind().Tom Lane2021-12-02
* Ignore BRIN indexes when checking for HOT udpatesTomas Vondra2021-11-30
* Add a view to show the stats of subscription workers.Amit Kapila2021-11-30
* Fix typosMichael Paquier2021-11-30
* Simplify declaring variables exported from libpgcommon and libpgport.Tom Lane2021-11-29
* Portability hack for pg_global_prng_state.Tom Lane2021-11-29
* Replace random(), pg_erand48(), etc with a better PRNG API and algorithm.Tom Lane2021-11-28
* Harden be-gssapi-common.h for headerscheckAlvaro Herrera2021-11-26
* Flush Memoize cache when non-key parameters change, take 2David Rowley2021-11-24
* Revert "Flush Memoize cache when non-key parameters change"David Rowley2021-11-24
* Flush Memoize cache when non-key parameters changeDavid Rowley2021-11-24
* Allow Memoize to operate in binary comparison modeDavid Rowley2021-11-24
* Add SQL functions to monitor the directory contents of replication slotsMichael Paquier2021-11-23