aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
...
* Fix outdated commentPeter Eisentraut2019-01-19
* 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
* Fix incorrect relation name in comment of vacuumlazy.cMichael Paquier2019-01-18
* Restrict the use of temporary namespace in two-phase transactionsMichael Paquier2019-01-18
* Postpone aggregate checks until after collation is assigned.Andrew Gierth2019-01-17
* Reorganize planner code moved in b60c39759908Alvaro Herrera2019-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
* 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
* 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
* Fix C++ compile failures in headers.Tom Lane2019-01-10
* Move inheritance expansion code into its own fileAlvaro Herrera2019-01-10
* Fix grammar mistakes in md.cMichael Paquier2019-01-10
* Reduce the size of the fmgr_builtin_oid_index[] array.Tom Lane2019-01-09
* Replace the data structure used for keyword lookup.Tom Lane2019-01-06
* Don't create relfilenode for relations without storageAlvaro Herrera2019-01-04
* Rename macro to RELKIND_HAS_STORAGEAlvaro Herrera2019-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
* 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
* Improve comments and logs in do_pg_stop/start_backupMichael Paquier2019-01-01
* Remove some useless codeAlvaro Herrera2018-12-31
* Fix oversight in commit b5415e3c2187ab304390524f5ae66b4bd2c58279.Tom Lane2018-12-31
* Change "checkpoint starting" message to use "wal"Peter Eisentraut2018-12-30
* Add a hash opclass for type "tid".Tom Lane2018-12-30
* Support parameterized TidPaths.Tom Lane2018-12-30
* Teach eval_const_expressions to constant-fold LEAST/GREATEST expressions.Tom Lane2018-12-30
* Use pg_strong_random() to select each server process's random seed.Tom Lane2018-12-29
* Use a separate random seed for SQL random()/setseed() functions.Tom Lane2018-12-29