aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* Allow estimate_num_groups() to pass back further details about the estimationDavid Rowley2021-03-30
* Allow users of simplehash.h to perform direct deletionsDavid Rowley2021-03-30
* Add a xid argument to the filter_prepare callback for output plugins.Amit Kapila2021-03-30
* Adjust design of per-worker parallel seqscan data structDavid Rowley2021-03-30
* Allow matching the DN of a client certificate for authenticationAndrew Dunstan2021-03-29
* Add unistr functionPeter Eisentraut2021-03-29
* Cache if PathTarget and RestrictInfos contain volatile functionsDavid Rowley2021-03-29
* Extended statistics on expressionsTomas Vondra2021-03-27
* Add "pg_database_owner" default role.Noah Misch2021-03-26
* BRIN minmax-multi indexesTomas Vondra2021-03-26
* BRIN bloom indexesTomas Vondra2021-03-26
* Support the old signature of BRIN consistent functionTomas Vondra2021-03-26
* Remove unnecessary pg_amproc BRIN minmax entriesTomas Vondra2021-03-26
* ALTER TABLE ... DETACH PARTITION ... CONCURRENTLYAlvaro Herrera2021-03-25
* Rework HeapTupleHeader macros to reuse itemptr.hAlvaro Herrera2021-03-25
* Sanitize the term "combo CID" in code commentsMichael Paquier2021-03-25
* Improve connection denied error message during recovery.Fujii Masao2021-03-25
* Tidy up more loose ends related to configurable TOAST compression.Robert Haas2021-03-24
* Add date_bin functionPeter Eisentraut2021-03-24
* Revert "Enable parallel SELECT for "INSERT INTO ... SELECT ..."."Amit Kapila2021-03-24
* Rename wait event WalrcvExit to WalReceiverExit.Fujii Masao2021-03-24
* Add bit_count SQL functionPeter Eisentraut2021-03-23
* Use correct spelling of statistics kindTomas Vondra2021-03-23
* Change the type of WalReceiverWaitStart wait event from Client to IPC.Fujii Masao2021-03-23
* Add macro RelationIsPermanent() to report relation permanenceBruce Momjian2021-03-22
* Move IS [NOT] NULL handling from BRIN support functionsTomas Vondra2021-03-23
* Pass all scan keys to BRIN consistent function at onceTomas Vondra2021-03-23
* Move bsearch_arg to src/portTomas Vondra2021-03-23
* Short-circuit slice requests that are for more than the object's size.Tom Lane2021-03-22
* Mostly-cosmetic adjustments of TOAST-related macros.Tom Lane2021-03-22
* Remove useless configure probe for <lz4/lz4.h>.Tom Lane2021-03-22
* More code cleanup for configurable TOAST compression.Robert Haas2021-03-22
* Fix concurrency issues with WAL segment recycling on WindowsMichael Paquier2021-03-22
* Recycle nbtree pages deleted during same VACUUM.Peter Geoghegan2021-03-21
* Bring configure support for LZ4 up to snuff.Tom Lane2021-03-21
* Suppress various new compiler warnings.Tom Lane2021-03-21
* Provide recovery_init_sync_method=syncfs.Thomas Munro2021-03-20
* Allow configurable LZ4 TOAST compression.Robert Haas2021-03-19
* Don't leak compiled regex(es) when an ispell cache entry is dropped.Tom Lane2021-03-18
* Implement GROUP BY DISTINCTTomas Vondra2021-03-18
* Remove temporary files after backend crashTomas Vondra2021-03-18
* Add a new GUC and a reloption to enable inserts in parallel-mode.Amit Kapila2021-03-18
* Code review for server's handling of "tablespace map" files.Tom Lane2021-03-17
* Revert "Fix race in Parallel Hash Join batch cleanup."Thomas Munro2021-03-18
* Update the names of Parallel Hash Join phases.Thomas Munro2021-03-17
* Fix race in Parallel Hash Join batch cleanup.Thomas Munro2021-03-17
* Work around issues in MinGW-64's setjmp/longjmp support.Tom Lane2021-03-15
* Make archiver process an auxiliary process.Fujii Masao2021-03-15
* Improve FK trigger parallel-safety check added by 05c8482f7f.Amit Kapila2021-03-13
* Consolidate nbtree VACUUM metapage routines.Peter Geoghegan2021-03-12