aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* Allow generalized expression syntax for partition boundsPeter Eisentraut2019-01-25
* Remove argument isprimary from index_build()Michael Paquier2019-01-24
* Fix misc typos in comments.Heikki Linnakangas2019-01-23
* Rename RelationData.rd_amroutine to rd_indam.Andres Freund2019-01-21
* Move remaining code from tqual.[ch] to heapam.h / heapam_visibility.c.Andres Freund2019-01-21
* Move generic snapshot related code from tqual.h to snapmgr.h.Andres Freund2019-01-21
* Change snapshot type to be determined by enum rather than callback.Andres Freund2019-01-21
* Second try at fixing ecpglib thread-safety problem.Tom Lane2019-01-21
* Remove superfluous tqual.h includes.Andres Freund2019-01-21
* Introduce access/{table.h, relation.h}, for generic functions from heapam.h.Andres Freund2019-01-21
* Avoid thread-safety problem in ecpglib.Tom Lane2019-01-21
* Allow COPY FROM to filter data using WHERE conditionsTomas Vondra2019-01-20
* Replace @postgresql.org with @lists.postgresql.org for mailinglistsMagnus Hagander2019-01-19
* Use our own getopt() on OpenBSD.Tom Lane2019-01-18
* Move CloneForeignKeyConstraints to tablecmds.cAlvaro Herrera2019-01-18
* Refactor duplicate code into DeconstructFkConstraintRowAlvaro Herrera2019-01-18
* Restrict the use of temporary namespace in two-phase transactionsMichael Paquier2019-01-18
* Reorganize planner code moved in b60c39759908Alvaro Herrera2019-01-16
* Move vacuumlazy.c into access/heap.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
* Avoid sharing PARAM_EXEC slots between different levels of NestLoop.Tom Lane2019-01-11
* 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
* pgbench: add \cset and \gset commandsAlvaro Herrera2019-01-10
* Use perfect hashing, instead of binary search, for keyword lookup.Tom Lane2019-01-09
* 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
* Update copyright for 2019Bruce Momjian2019-01-02
* Remove configure switch --disable-strong-randomMichael Paquier2019-01-01
* Update leakproofness markings on some btree comparison functions.Tom Lane2018-12-31
* Remove some useless codeAlvaro Herrera2018-12-31
* Add a hash opclass for type "tid".Tom Lane2018-12-30
* Support parameterized TidPaths.Tom Lane2018-12-30
* Improve description of DEFAULT_XLOG_SEG_SIZE in pg_config.hMichael Paquier2018-12-29
* Remove obsolete IndexIs* macrosPeter Eisentraut2018-12-27
* Remove entry tree root conflict checking from GIN predicate lockingAlexander Korotkov2018-12-27
* Add some const decorationsPeter Eisentraut2018-12-22
* Check for conflicting queries during replay of gistvacuumpage()Alexander Korotkov2018-12-21
* Base information_schema.sql_identifier domain on name, not varchar.Tom Lane2018-12-20
* Avoid producing over-length specific_name outputs in information_schema.Tom Lane2018-12-20
* Make bitmapset.c use 64-bit bitmap words on 64-bit machines.Tom Lane2018-12-20