summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-18configure: More use of AC_ARG_VARPeter 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-17Replace references to mailinglists with @lists.postgresql.orgMagnus Hagander
2019-01-17Remove references to MajordomoMagnus Hagander
2019-01-17Postpone aggregate checks until after collation is assigned.Andrew Gierth
2019-01-17Doc: enhance pgbench manual.Tatsuo Ishii
2019-01-17postgres_fdw: Remove duplicate code in DML execution callback functions.Etsuro Fujita
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
2019-01-13Make INSTALL makefile rule more robustPeter Eisentraut
2019-01-13configure: Update python search orderPeter Eisentraut
2019-01-13Change default of recovery_target_timeline to 'latest'Peter Eisentraut
2019-01-13Improve error messages for incorrect types of logical replication targetsMichael Paquier
2019-01-13Remove heapam.h include made superfluous by b60c3975990.Andres Freund
2019-01-11Free pre-modification HeapTuple in ALTER TABLE ... TYPE ...Andrew Dunstan
2019-01-11Avoid sharing PARAM_EXEC slots between different levels of NestLoop.Tom Lane
2019-01-11doc: Correct documentation of install-time environment variablesPeter Eisentraut
2019-01-11Create INSTALL file using PandocPeter Eisentraut
2019-01-11Add value 'current' for recovery_target_timelinePeter Eisentraut
2019-01-11Extend pg_stat_statements_reset to reset statistics specific to aAmit Kapila
2019-01-10Fix missing values when doing ALTER TABLE ALTER COLUMN TYPEAndrew Dunstan