aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Revert "Move page initialization from RelationAddExtraBlocks() to use."Andres Freund2019-01-28
* Fix race condition between relation extension and vacuum.Andres Freund2019-01-28
* Separate per-batch and per-tuple memory contexts in COPYTomas Vondra2019-01-29
* In the planner, replace an empty FROM clause with a dummy RTE.Tom Lane2019-01-28
* Install JIT related headers.Andres Freund2019-01-28
* Move page initialization from RelationAddExtraBlocks() to use.Andres Freund2019-01-28
* psql: Remove unused tab completion queryPeter Eisentraut2019-01-28
* doc: Add link from sslinfo to pg_stat_sslPeter Eisentraut2019-01-28
* Add tab completion for ALTER INDEX ALTER COLUMN in psqlMichael Paquier2019-01-28
* Revert "Avoid creation of the free space map for small heap relations."Amit Kapila2019-01-28
* Avoid creation of the free space map for small heap relations.Amit Kapila2019-01-28
* In bootstrap mode, don't allow the creation of files if they don't alreadyAmit Kapila2019-01-28
* Add TAP tests for vacuumdb with column listsMichael Paquier2019-01-27
* Allow for yet another crash symptom in 013_crash_restart.pl.Tom Lane2019-01-26
* Change function call information to be variable length.Andres Freund2019-01-26
* Fix psql's "\g target" meta-command to work with COPY TO STDOUT.Tom Lane2019-01-26
* Make regression test output locale-independentPeter Eisentraut2019-01-26
* Allow UNLISTEN in hot-standby mode.Tom Lane2019-01-25
* Simplify restriction handling of two-phase commit for temporary objectsMichael Paquier2019-01-26
* SQL comment: remove extra word in heading commentBruce Momjian2019-01-25
* Split QTW_EXAMINE_RTES flag into QTW_EXAMINE_RTES_BEFORE/_AFTER.Tom Lane2019-01-25
* Teach nulltestsel() that system columns are never NULL.Tom Lane2019-01-25
* Fix possibly-uninitialized-variable warning from commit 9556aa01c.Tom Lane2019-01-25
* Use single-byte Boyer-Moore-Horspool search even with multibyte encodings.Heikki Linnakangas2019-01-25
* Fix comments that claimed that mblen() only looks at first byte.Heikki Linnakangas2019-01-25
* Allow generalized expression syntax for partition boundsPeter Eisentraut2019-01-25
* Remove _configthreadlocale() calls in ecpg test suite.Tom Lane2019-01-24
* Remove infinite-loop hazards in ecpg test suite.Tom Lane2019-01-24
* PL/pgSQL: Add statement ID to statement structuresPeter Eisentraut2019-01-24
* Fix whitespacePeter Eisentraut2019-01-24
* Fix droppability of constraints upon partition detachAlvaro Herrera2019-01-24
* Fix portability problem in pgbench.Tom Lane2019-01-24
* Simplify coding to detach constraints when detaching partitionAlvaro Herrera2019-01-24
* postgres_fdw: Account for tlist eval costs in estimate_path_cost_size().Etsuro Fujita2019-01-24
* Blind attempt to fix _configthreadlocale() failures on MinGW.Tom Lane2019-01-23
* Detach constraints when partitions are detachedAlvaro Herrera2019-01-24
* Remove argument isprimary from index_build()Michael Paquier2019-01-24
* Fix misc typos in comments.Heikki Linnakangas2019-01-23
* Fix typo in pgbench.cMichael Paquier2019-01-23
* Doc: fix typo in URL of OASIS group web site.Tatsuo Ishii2019-01-23
* Make vacuumdb test regex more modular for its query outputMichael Paquier2019-01-23
* Fix handling of volatile expressions in COPY FROM ... WHERETomas Vondra2019-01-22
* llvm: Fix file-ending in IDENTIFICATION comments.Andres Freund2019-01-22
* Adjust documentation for vacuumdb --disable-page-skippingMichael Paquier2019-01-22
* Rename RelationData.rd_amroutine to rd_indam.Andres Freund2019-01-21
* Rephrase references to "time qualification".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
* Remove useless bms_copy step in RelationGetIndexAttrBitmap.Tom Lane2019-01-21