aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* 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
* Fix unique INCLUDE indexes on partitioned tablesAlvaro Herrera2019-01-14
* Detach postmaster process from pg_ctl's session at server startup.Heikki Linnakangas2019-01-14
* fix typoAndrew Dunstan2019-01-13
* Make DLSUFFIX easily discoverable by build scriptsAndrew Dunstan2019-01-13
* Make Emacs perl-mode indent more like perltidy.Noah Misch2019-01-13
* Improve missing-program error handling in make_ctags and make_etags.Tom Lane2019-01-13
* Fix error message for logical replication targetsMichael Paquier2019-01-13
* Change default of recovery_target_timeline to 'latest'Peter Eisentraut2019-01-13
* Improve error messages for incorrect types of logical replication targetsMichael Paquier2019-01-13
* Remove heapam.h include made superfluous by b60c3975990.Andres Freund2019-01-12
* Free pre-modification HeapTuple in ALTER TABLE ... TYPE ...Andrew Dunstan2019-01-11
* Avoid sharing PARAM_EXEC slots between different levels of NestLoop.Tom Lane2019-01-11
* Add value 'current' for recovery_target_timelinePeter Eisentraut2019-01-11
* Fix missing values when doing ALTER TABLE ALTER COLUMN TYPEAndrew Dunstan2019-01-10
* Add .gitignore entry for a derived file created by "make distprep".Tom Lane2019-01-10
* Fix C++ compile failures in headers.Tom Lane2019-01-10
* Remove unnecessary #include.Tom Lane2019-01-10
* Move inheritance expansion code into its own fileAlvaro Herrera2019-01-10
* Don't use address of array as booleanAlvaro Herrera2019-01-10
* pgbench: add \cset and \gset commandsAlvaro Herrera2019-01-10
* Use perfect hashing, instead of binary search, for keyword lookup.Tom Lane2019-01-09
* Fix grammar mistakes in md.cMichael Paquier2019-01-10
* Reduce the size of the fmgr_builtin_oid_index[] array.Tom Lane2019-01-09
* Update docs & tests to reflect that unassigned OLD/NEW are now NULL.Tom Lane2019-01-09
* Add --disable-page-skipping and --skip-locked to vacuumdbMichael Paquier2019-01-08
* isolationtester: Use atexit()Peter Eisentraut2019-01-07
* initdb: Use atexit()Peter Eisentraut2019-01-07
* pg_basebackup: Use atexit()Peter Eisentraut2019-01-07
* Replace the data structure used for keyword lookup.Tom Lane2019-01-06
* Fix program build rule in src/bin/scripts/Makefile.Tom Lane2019-01-04
* Don't create relfilenode for relations without storageAlvaro Herrera2019-01-04
* Rename macro to RELKIND_HAS_STORAGEAlvaro Herrera2019-01-04
* Support plpgsql variable names that conflict with unreserved SQL keywords.Tom Lane2019-01-04
* Make sort-test.py Python 3 compatiblePeter Eisentraut2019-01-04
* Move the built-in conversions into the initial catalog data.Tom Lane2019-01-03
* Use symbolic references for pg_language OIDs in the bootstrap data.Tom Lane2019-01-03
* Improve ANALYZE's handling of concurrent-update scenarios.Tom Lane2019-01-03
* Don't believe MinMaxExpr is leakproof without checking.Tom Lane2019-01-02
* Switch pg_regress to output unified diffs by defaultPeter Eisentraut2019-01-02
* Ensure link commands list *.o files before LDFLAGS.Tom Lane2019-01-02
* Update copyright for 2019Bruce Momjian2019-01-02
* Remove configure switch --disable-strong-randomMichael Paquier2019-01-01