summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2019-01-21Second try at fixing ecpglib thread-safety problem.Tom Lane
2019-01-21Fix "Remove superfluous tqual.h includes" by adding back one include.Andres Freund
2019-01-21Remove superfluous tqual.h includes.Andres Freund
2019-01-21Replace uses of heap_open et al with the corresponding table_* function.Andres Freund
2019-01-21Replace heapam.h includes with {table, relation}.h where applicable.Andres Freund
2019-01-21Introduce access/{table.h, relation.h}, for generic functions from heapam.h.Andres Freund
2019-01-21Sort the dependent objects before recursing in findDependentObjects().Tom Lane
2019-01-21Fix ALTER TRIGGER ... RENAME, broken in WITH OIDS removal.Andres Freund
2019-01-21Adjust some more comments for WITH OIDS removal.Andres Freund
2019-01-21Avoid thread-safety problem in ecpglib.Tom Lane
2019-01-21Revert "Fix under-quoted filename pattern in pgbench TAP test."Tom Lane
2019-01-21Postpone generating tlists and EC members for inheritance dummy children.Etsuro Fujita
2019-01-19Allow COPY FROM to filter data using WHERE conditionsTomas Vondra
2019-01-19Revert "Add valgrind suppressions for wcsrtombs optimizations"Tomas Vondra
2019-01-19Replace @postgresql.org with @lists.postgresql.org for mailinglistsMagnus Hagander
2019-01-19Fix outdated commentPeter Eisentraut
2019-01-18Fix under-quoted filename pattern in pgbench TAP test.Tom Lane
2019-01-18Use our own getopt() on OpenBSD.Tom Lane
2019-01-18Fix creation of duplicate foreign keys on partitionsAlvaro Herrera
2019-01-18Move CloneForeignKeyConstraints to tablecmds.cAlvaro Herrera
2019-01-18Refactor duplicate code into DeconstructFkConstraintRowAlvaro Herrera
2019-01-18Avoid sometimes printing both tables and their columns in DROP CASCADE.Tom Lane
2019-01-18Remove obsolete commentPeter Eisentraut
2019-01-18Fix incorrect relation name in comment of vacuumlazy.cMichael Paquier
2019-01-18Enforce non-parallel plan when calling current_schema() in newly-added testMichael Paquier
2019-01-18Avoid assuming that we know the spelling of getopt_long's error messages.Tom Lane
2019-01-18Restrict the use of temporary namespace in two-phase transactionsMichael Paquier
2019-01-17Postpone aggregate checks until after collation is assigned.Andrew Gierth
2019-01-16Reorganize planner code moved in b60c39759908Alvaro Herrera
2019-01-16Increase test coverage in RI_Initial_Check()Peter Eisentraut
2019-01-16Increase test coverage in RI_FKey_fk_upd_check_required()Peter Eisentraut
2019-01-16Increase test coverage in RI_FKey_pk_upd_check_required()Peter Eisentraut
2019-01-16Add test case for ON DELETE NO ACTION/RESTRICTPeter Eisentraut
2019-01-15Don't duplicate parallel seqscan shmem sizing logic in nbtree.Andres Freund
2019-01-15Move vacuumlazy.c into access/heap.Andres Freund
2019-01-15Fix parent of WCO qual.Andres Freund
2019-01-15Finish reverting "recheck_on_update" patch.Tom Lane
2019-01-15Don't include genam.h from execnodes.h and relscan.h anymore.Andres Freund
2019-01-15Make naming of tupdesc related structs more consistent with the rest of PG.Andres Freund
2019-01-15Remove too generically named MissingPtr typedef.Andres Freund
2019-01-15Don't include heapam.h from others headers.Andres Freund
2019-01-14Fix typos in documentation and for one wait eventMichael Paquier
2019-01-14Re-add default_with_oids GUC to avoid breaking old dump files.Andres Freund
2019-01-14Fix unique INCLUDE indexes on partitioned tablesAlvaro Herrera
2019-01-14Detach postmaster process from pg_ctl's session at server startup.Heikki Linnakangas
2019-01-13fix typoAndrew Dunstan
2019-01-13Make DLSUFFIX easily discoverable by build scriptsAndrew Dunstan
2019-01-13Make Emacs perl-mode indent more like perltidy.Noah Misch
2019-01-13Improve missing-program error handling in make_ctags and make_etags.Tom Lane
2019-01-13Fix error message for logical replication targetsMichael Paquier