summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2019-01-26Change function call information to be variable length.Andres Freund
2019-01-26Simplify restriction handling of two-phase commit for temporary objectsMichael Paquier
2019-01-25Split QTW_EXAMINE_RTES flag into QTW_EXAMINE_RTES_BEFORE/_AFTER.Tom Lane
2019-01-25Allow generalized expression syntax for partition boundsPeter Eisentraut
2019-01-23Remove argument isprimary from index_build()Michael Paquier
2019-01-23Fix misc typos in comments.Heikki Linnakangas
2019-01-22Rename RelationData.rd_amroutine to rd_indam.Andres Freund
2019-01-22Move remaining code from tqual.[ch] to heapam.h / heapam_visibility.c.Andres Freund
2019-01-22Move generic snapshot related code from tqual.h to snapmgr.h.Andres Freund
2019-01-22Change snapshot type to be determined by enum rather than callback.Andres Freund
2019-01-21Second try at fixing ecpglib thread-safety problem.Tom Lane
2019-01-21Remove superfluous tqual.h includes.Andres Freund
2019-01-21Introduce access/{table.h, relation.h}, for generic functions from heapam.h.Andres Freund
2019-01-21Avoid thread-safety problem in ecpglib.Tom Lane
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-18Use our own getopt() on OpenBSD.Tom Lane
2019-01-18Move CloneForeignKeyConstraints to tablecmds.cAlvaro Herrera
2019-01-18Refactor duplicate code into DeconstructFkConstraintRowAlvaro Herrera
2019-01-18Restrict the use of temporary namespace in two-phase transactionsMichael Paquier
2019-01-16Reorganize planner code moved in b60c39759908Alvaro Herrera
2019-01-15Move vacuumlazy.c into access/heap.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-11Avoid sharing PARAM_EXEC slots between different levels of NestLoop.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-10pgbench: add \cset and \gset commandsAlvaro Herrera
2019-01-10Use perfect hashing, instead of binary search, for keyword lookup.Tom Lane
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-02Update copyright for 2019Bruce Momjian
2019-01-01Remove configure switch --disable-strong-randomMichael Paquier
2018-12-31Update leakproofness markings on some btree comparison functions.Tom Lane
2018-12-31Remove some useless codeAlvaro Herrera
2018-12-30Add a hash opclass for type "tid".Tom Lane
2018-12-30Support parameterized TidPaths.Tom Lane
2018-12-28Improve description of DEFAULT_XLOG_SEG_SIZE in pg_config.hMichael Paquier
2018-12-27Remove obsolete IndexIs* macrosPeter Eisentraut
2018-12-27Remove entry tree root conflict checking from GIN predicate lockingAlexander Korotkov
2018-12-22Add some const decorationsPeter Eisentraut
2018-12-20Check for conflicting queries during replay of gistvacuumpage()Alexander Korotkov