aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Second try at fixing ecpglib thread-safety problem.Tom Lane2019-01-21
* Fix "Remove superfluous tqual.h includes" by adding back one include.Andres Freund2019-01-21
* Fix sepgsql regression test.Tom Lane2019-01-21
* Remove superfluous tqual.h includes.Andres Freund2019-01-21
* Replace uses of heap_open et al with the corresponding table_* function.Andres Freund2019-01-21
* Replace heapam.h includes with {table, relation}.h where applicable.Andres Freund2019-01-21
* Introduce access/{table.h, relation.h}, for generic functions from heapam.h.Andres Freund2019-01-21
* Sort the dependent objects before recursing in findDependentObjects().Tom Lane2019-01-21
* Add 'id' to Acknowledgments sectionAlvaro Herrera2019-01-21
* Fix ALTER TRIGGER ... RENAME, broken in WITH OIDS removal.Andres Freund2019-01-21
* Adjust some more comments for WITH OIDS removal.Andres Freund2019-01-21
* Avoid thread-safety problem in ecpglib.Tom Lane2019-01-21
* Revert "Fix under-quoted filename pattern in pgbench TAP test."Tom Lane2019-01-21
* Postpone generating tlists and EC members for inheritance dummy children.Etsuro Fujita2019-01-21
* Allow COPY FROM to filter data using WHERE conditionsTomas Vondra2019-01-20
* Revert "Add valgrind suppressions for wcsrtombs optimizations"Tomas Vondra2019-01-19
* Replace @postgresql.org with @lists.postgresql.org for mailinglistsMagnus Hagander2019-01-19
* Fix outdated commentPeter Eisentraut2019-01-19
* Fix under-quoted filename pattern in pgbench TAP test.Tom Lane2019-01-18
* Use our own getopt() on OpenBSD.Tom Lane2019-01-18
* Fix creation of duplicate foreign keys on partitionsAlvaro Herrera2019-01-18
* Move CloneForeignKeyConstraints to tablecmds.cAlvaro Herrera2019-01-18
* Refactor duplicate code into DeconstructFkConstraintRowAlvaro Herrera2019-01-18
* Avoid sometimes printing both tables and their columns in DROP CASCADE.Tom Lane2019-01-18
* Remove obsolete commentPeter Eisentraut2019-01-18
* configure: More use of AC_ARG_VARPeter Eisentraut2019-01-18
* Fix incorrect relation name in comment of vacuumlazy.cMichael Paquier2019-01-18
* Enforce non-parallel plan when calling current_schema() in newly-added testMichael Paquier2019-01-18
* Avoid assuming that we know the spelling of getopt_long's error messages.Tom Lane2019-01-17
* Restrict the use of temporary namespace in two-phase transactionsMichael Paquier2019-01-18
* Replace references to mailinglists with @lists.postgresql.orgMagnus Hagander2019-01-17
* Remove references to MajordomoMagnus Hagander2019-01-17
* Postpone aggregate checks until after collation is assigned.Andrew Gierth2019-01-17
* Doc: enhance pgbench manual.Tatsuo Ishii2019-01-17
* postgres_fdw: Remove duplicate code in DML execution callback functions.Etsuro Fujita2019-01-17
* Reorganize planner code moved in b60c39759908Alvaro Herrera2019-01-16
* Increase test coverage in RI_Initial_Check()Peter Eisentraut2019-01-16
* Increase test coverage in RI_FKey_fk_upd_check_required()Peter Eisentraut2019-01-16
* Increase test coverage in RI_FKey_pk_upd_check_required()Peter Eisentraut2019-01-16
* Add test case for ON DELETE NO ACTION/RESTRICTPeter Eisentraut2019-01-16
* Don't duplicate parallel seqscan shmem sizing logic in nbtree.Andres Freund2019-01-15
* Move vacuumlazy.c into access/heap.Andres Freund2019-01-15
* Fix parent of WCO qual.Andres Freund2019-01-15
* Finish reverting "recheck_on_update" patch.Tom Lane2019-01-15
* Don't include genam.h from execnodes.h and relscan.h anymore.Andres Freund2019-01-14
* Make naming of tupdesc related structs more consistent with the rest of PG.Andres Freund2019-01-14
* Remove too generically named MissingPtr typedef.Andres Freund2019-01-14
* Don't include heapam.h from others headers.Andres Freund2019-01-14
* Fix typos in documentation and for one wait eventMichael Paquier2019-01-15
* Re-add default_with_oids GUC to avoid breaking old dump files.Andres Freund2019-01-14