summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
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-11Add value 'current' for recovery_target_timelinePeter Eisentraut
2019-01-10Fix missing values when doing ALTER TABLE ALTER COLUMN TYPEAndrew Dunstan
2019-01-10Add .gitignore entry for a derived file created by "make distprep".Tom Lane
2019-01-10Fix C++ compile failures in headers.Tom Lane
2019-01-10Remove unnecessary #include.Tom Lane
2019-01-10Move inheritance expansion code into its own fileAlvaro Herrera
2019-01-10Don't use address of array as booleanAlvaro Herrera
2019-01-10pgbench: add \cset and \gset commandsAlvaro Herrera
2019-01-10Use perfect hashing, instead of binary search, for keyword lookup.Tom Lane
2019-01-10Fix grammar mistakes in md.cMichael Paquier
2019-01-09Reduce the size of the fmgr_builtin_oid_index[] array.Tom Lane
2019-01-09Update docs & tests to reflect that unassigned OLD/NEW are now NULL.Tom Lane
2019-01-08Add --disable-page-skipping and --skip-locked to vacuumdbMichael Paquier
2019-01-07isolationtester: Use atexit()Peter Eisentraut
2019-01-07initdb: Use atexit()Peter Eisentraut
2019-01-07pg_basebackup: Use atexit()Peter Eisentraut
2019-01-06Replace the data structure used for keyword lookup.Tom Lane
2019-01-05Fix program build rule in src/bin/scripts/Makefile.Tom Lane
2019-01-04Don't create relfilenode for relations without storageAlvaro Herrera
2019-01-04Rename macro to RELKIND_HAS_STORAGEAlvaro Herrera
2019-01-04Support plpgsql variable names that conflict with unreserved SQL keywords.Tom Lane
2019-01-04Make sort-test.py Python 3 compatiblePeter Eisentraut