summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
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-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-19Replace @postgresql.org with @lists.postgresql.org for mailinglistsMagnus Hagander
2019-01-19Fix outdated commentPeter Eisentraut
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-18Fix incorrect relation name in comment of vacuumlazy.cMichael Paquier
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-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-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-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-10Fix C++ compile failures in headers.Tom Lane
2019-01-10Move inheritance expansion code into its own fileAlvaro Herrera
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-06Replace the data structure used for keyword lookup.Tom Lane
2019-01-04Don't create relfilenode for relations without storageAlvaro Herrera
2019-01-04Rename macro to RELKIND_HAS_STORAGEAlvaro Herrera
2019-01-04Move the built-in conversions into the initial catalog data.Tom Lane
2019-01-03Use symbolic references for pg_language OIDs in the bootstrap data.Tom Lane
2019-01-03Improve ANALYZE's handling of concurrent-update scenarios.Tom Lane
2019-01-02Don't believe MinMaxExpr is leakproof without checking.Tom Lane
2019-01-02Ensure link commands list *.o files before LDFLAGS.Tom Lane