aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* Add BKI_DEFAULT to pg_class.relrewritePeter Eisentraut2019-03-14
* Refactor ParamListInfo initializationPeter Eisentraut2019-03-14
* Sync commentary in transam.h and bki.sgml.Tom Lane2019-03-14
* Use condition variables to wait for checkpoints.Thomas Munro2019-03-14
* Add support for hyperbolic functions, as well as log10().Tom Lane2019-03-12
* Remove remaining hard-wired OID references in the initial catalog data.Tom Lane2019-03-12
* Create a script that can renumber manually-assigned OIDs.Tom Lane2019-03-12
* Add routine able to update the control file to src/common/Michael Paquier2019-03-12
* Remove spurious return.Andres Freund2019-03-11
* tableam: Add and use scan APIs.Andres Freund2019-03-11
* Fix typos in commit 8586bf7ed8.Amit Kapila2019-03-11
* Move hash_any prototype from access/hash.h to utils/hashutils.hAlvaro Herrera2019-03-11
* Convert [autovacuum_]vacuum_cost_delay into floating-point GUCs.Tom Lane2019-03-10
* Support for INCLUDE attributes in GiST indexesAlexander Korotkov2019-03-10
* Add new clientcert hba option verify-fullMagnus Hagander2019-03-09
* Track block level checksum failures in pg_stat_databaseMagnus Hagander2019-03-09
* Avoid some table rewrites for ALTER TABLE .. SET DATA TYPE timestamp.Noah Misch2019-03-08
* Reformat catalog .dat files.Tom Lane2019-03-08
* Minor improvements for reformat_dat_file.pl.Tom Lane2019-03-08
* Fix handling of targetlist SRFs when scan/join relation is known empty.Tom Lane2019-03-07
* Allow ATTACH PARTITION with only ShareUpdateExclusiveLock.Robert Haas2019-03-07
* Remove useless header inclusion.Thomas Munro2019-03-07
* Drop the vestigial "smgr" type.Thomas Munro2019-03-07
* Don't reuse slots between root and partition in ON CONFLICT ... UPDATE.Andres Freund2019-03-06
* Fix copy/out/readfuncs for accessMethod addition in 8586bf7ed8.Andres Freund2019-03-06
* tableam: introduce table AM infrastructure.Andres Freund2019-03-06
* pg_partition_ancestorsAlvaro Herrera2019-03-04
* Remove volatile from latch APIPeter Eisentraut2019-03-04
* Store tuples for EvalPlanQual in slots, rather than as HeapTuples.Andres Freund2019-03-01
* Standardize some more loops that chase down parallel lists.Tom Lane2019-02-28
* Use slots in trigger infrastructure, except for the actual invocation.Andres Freund2019-02-26
* Store table oid and tuple's tid in tuple slots directly.Andres Freund2019-02-26
* Allow to use HeapTupleData embedded in [Buffer]HeapTupleTableSlot.Andres Freund2019-02-26
* Add ExecStorePinnedBufferHeapTuple.Andres Freund2019-02-26
* Remove unneeded argument from _bt_getstackbuf().Peter Geoghegan2019-02-25
* Remove unnecessary use of PROCEDURALPeter Eisentraut2019-02-25
* Make release of 2PC identifier and locks consistent in COMMIT PREPAREDMichael Paquier2019-02-25
* Move estimate_hashagg_tablesize to selfuncs.c, and widen result to double.Tom Lane2019-02-21
* Move code for managing PartitionDescs into a new file, partdesc.cRobert Haas2019-02-21
* Use an unsigned char for bool if we don't use the native bool.Andrew Gierth2019-02-20
* Fix typo in transam.h for OIDs assigned by genbki.plMichael Paquier2019-02-18
* Mark pg_config() stable rather than immutableJoe Conway2019-02-17
* Allow user control of CTE materialization, and change the default behavior.Tom Lane2019-02-16
* Fix previous MinGW fix.Andrew Gierth2019-02-16
* Make use of compiler builtins and/or assembly for CLZ, CTZ, POPCNT.Tom Lane2019-02-15
* Cygwin and Mingw floating-point fixes.Andrew Gierth2019-02-16
* Revert attempts to use POPCNT etc instructionsAlvaro Herrera2019-02-15
* Refactor index cost estimation functions in view of IndexClause changes.Tom Lane2019-02-15
* Fix compiler builtin usage in new pg_bitutils.cAlvaro Herrera2019-02-15
* Simplify the planner's new representation of indexable clauses a little.Tom Lane2019-02-14