aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* 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
* Add ABI extra field to fmgr magic blockPeter Eisentraut2021-11-22
* Report wait events for local shell commands like archive_command.Fujii Masao2021-11-22
* Fix parallel operations that prevent oldest xmin from advancing.Amit Kapila2021-11-19
* Provide a variant of simple_prompt() that can be interrupted by ^C.Tom Lane2021-11-17
* Add a planner support function for starts_with().Tom Lane2021-11-17
* Fix headerscheck failure in replication/worker_internal.hAlvaro Herrera2021-11-16
* Explain pruning pgstats accounting subtleties.Peter Geoghegan2021-11-12
* Improve performance of pgarch_readyXlog() with many status files.Robert Haas2021-11-11
* Fall back to unsigned int, not int, for socklen_t.Tom Lane2021-11-11
* Add pg_checkpointer predefined role for CHECKPOINT command.Jeff Davis2021-11-09
* Remove check for accept() argument typesPeter Eisentraut2021-11-09
* Rename some enums to use TABLE instead of REL.Amit Kapila2021-11-09
* Reject extraneous data after SSL or GSS encryption handshake.Tom Lane2021-11-08
* Fix incorrect hash equality operator bug in MemoizeDavid Rowley2021-11-08
* Change ThisTimeLineID from a global variable to a local variable.Robert Haas2021-11-05
* Remove all use of ThisTimeLineID global variable outside of xlog.cRobert Haas2021-11-05
* Introduce 'bbsink' abstraction to modularize base backup code.Robert Haas2021-11-05
* Add hardening to catch invalid TIDs in indexes.Peter Geoghegan2021-11-04
* Don't overlook indexes during parallel VACUUM.Peter Geoghegan2021-11-02
* Avoid O(N^2) behavior in SyncPostCheckpoint().Tom Lane2021-11-02
* Replace XLOG_INCLUDE_XID flag with a more localized flag.Amit Kapila2021-11-02
* Grant memory views to pg_read_all_stats.Jeff Davis2021-10-27
* Allow publishing the tables of schema.Amit Kapila2021-10-27
* Allow GRANT on pg_log_backend_memory_contexts().Jeff Davis2021-10-26
* Report progress of startup operations that take a long time.Robert Haas2021-10-25
* Add enable_timeout_every() to fire the same timeout repeatedly.Robert Haas2021-10-25
* Add replication command READ_REPLICATION_SLOTMichael Paquier2021-10-25