aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* Fix -Wcast-function-type warningsPeter Eisentraut2020-07-14
* Fix some header identificationsMichael Paquier2020-07-14
* Fix comments related to table AMsMichael Paquier2020-07-14
* HashAgg: before spilling tuples, set unneeded columns to NULL.Jeff Davis2020-07-12
* Revert "Track statistics for spilling of changes from ReorderBuffer".Amit Kapila2020-07-13
* Include replication origins in SQL functions for commit timestampMichael Paquier2020-07-12
* Rename field "relkind" to "objtype" for CTAS and ALTER TABLE nodesMichael Paquier2020-07-11
* code: replace most remaining uses of 'master'.Andres Freund2020-07-08
* code: replace 'master' with 'leader' where appropriate.Andres Freund2020-07-08
* code: replace 'master' with 'primary' where appropriate.Andres Freund2020-07-08
* Don't create pg_type entries for sequences or toast tables.Tom Lane2020-07-07
* Morph pg_replication_slots.min_safe_lsn to safe_wal_sizeAlvaro Herrera2020-07-07
* Create composite array types for initdb-created relations.Tom Lane2020-07-06
* Refactor routines for name lookups of procedures and operatorsMichael Paquier2020-07-06
* Add new flag to format_type_extended() to get NULL for undefined typeMichael Paquier2020-07-06
* Rename enable_incrementalsort for clarityPeter Eisentraut2020-07-05
* Move description of libpqwalreceiver hooks out of the replication's READMEMichael Paquier2020-07-02
* Add +(pg_lsn,numeric) and -(pg_lsn,numeric) operators.Fujii Masao2020-06-30
* Add hints about protocol-version-related SSL connection failures.Tom Lane2020-06-27
* Fix misuse of table_index_fetch_tuple_check().Peter Geoghegan2020-06-25
* Adjust max_slot_wal_keep_size behavior per reviewAlvaro Herrera2020-06-24
* Save slot's restart_lsn when invalidated due to sizeAlvaro Herrera2020-06-24
* Remove dead forceSync parameter of XactLogCommitRecord().Noah Misch2020-06-20
* Fix deduplication "single value" strategy bug.Peter Geoghegan2020-06-19
* Fix EXPLAIN ANALYZE for parallel HashAgg plansDavid Rowley2020-06-19
* Clean up includes of s_lock.h.Andres Freund2020-06-18
* Fix nbtree.h dedup state comment.Peter Geoghegan2020-06-17
* Avoid potential spinlock in a signal handler as part of global barriers.Andres Freund2020-06-17
* Improve server code to read files as part of a base backup.Robert Haas2020-06-17
* Don't export basebackup.c's sendTablespace().Robert Haas2020-06-17
* Remove STATUS_WAITINGPeter Eisentraut2020-06-17
* Make BufFileWrite() void.Thomas Munro2020-06-16
* Assorted cleanup of tar-related code.Robert Haas2020-06-15
* Bump catversion for ACL changes on replication origin functionsMichael Paquier2020-06-15
* Have pg_itoa, pg_ltoa and pg_lltoa return the length of the stringDavid Rowley2020-06-13
* Add missing extern keyword for a couple of numutils functionsDavid Rowley2020-06-13
* Avoid using a cursor in plpgsql's RETURN QUERY statement.Tom Lane2020-06-12
* Rework HashAgg GUCs.Jeff Davis2020-06-11
* Move frontend-side archive APIs from src/common/ to src/fe_utils/Michael Paquier2020-06-11
* Unify drop-by-OID functionsPeter Eisentraut2020-06-09
* Avoid need for valgrind suppressions for pg_atomic_init_u64 on some platforms.Andres Freund2020-06-08
* Update snowballPeter Eisentraut2020-06-08
* Fix crash in WAL sender when starting physical replicationMichael Paquier2020-06-08
* pgindent run prior to branching v13.Tom Lane2020-06-07
* Spelling adjustmentsPeter Eisentraut2020-06-07
* Improve ineq_histogram_selectivity's behavior for non-default orderings.Tom Lane2020-06-05
* Add unlikely() to CHECK_FOR_INTERRUPTS()Joe Conway2020-06-05
* Use query collation, not column's collation, while examining statistics.Tom Lane2020-06-05
* Reject "23:59:60.nnn" in datetime input.Tom Lane2020-06-04
* Don't call palloc() while holding a spinlock, either.Tom Lane2020-06-03