summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
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
2018-12-20Base information_schema.sql_identifier domain on name, not varchar.Tom Lane
2018-12-20Avoid producing over-length specific_name outputs in information_schema.Tom Lane
2018-12-20Make bitmapset.c use 64-bit bitmap words on 64-bit machines.Tom Lane
2018-12-19Add text-vs-name cross-type operators, and unify name_ops with text_ops.Tom Lane
2018-12-19Make type "name" collation-aware.Tom Lane
2018-12-18Make collation-aware system catalog columns use "C" collation.Tom Lane
2018-12-18Include partitioned indexes to system view pg_indexesMichael Paquier
2018-12-17Drop support for getting signal descriptions from sys_siglist[].Tom Lane
2018-12-17Fix tablespace handling for partitioned tablesAlvaro Herrera
2018-12-17Modernize our code for looking up descriptive strings for Unix signals.Tom Lane
2018-12-16Improve detection of child-process SIGPIPE failures.Tom Lane
2018-12-14Make pg_statistic and related code account more honestly for collations.Tom Lane
2018-12-13Introduce new extended routines for FDW and foreign server lookupsMichael Paquier