aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Make some ecpg test cases more robust against unexpected errors that happenMichael Meskes2019-01-30
* Make sure that ecpglib's statement variable has a defined value no matter what.Michael Meskes2019-01-30
* Fix a crash in logical replicationPeter Eisentraut2019-01-30
* Do not filter by relkind in vacuumdb's catalog query if --table is usedMichael Paquier2019-01-30
* Rename nodes/relation.h to nodes/pathnodes.h.Tom Lane2019-01-29
* Refactor planner's header files.Tom Lane2019-01-29
* Make some small planner API cleanups.Tom Lane2019-01-29
* Fix pg_stat_ssl.clientdnPeter Eisentraut2019-01-29
* Add tests for pg_stat_ssl system viewPeter Eisentraut2019-01-29
* Make SSL tests more robustPeter Eisentraut2019-01-29
* Improve wording about WAL files in tar mode of pg_basebackupMagnus Hagander2019-01-29
* postgres_fdw: Fix test for cached costs in estimate_path_cost_size().Etsuro Fujita2019-01-29
* Use catalog query to discover tables to process in vacuumdbMichael Paquier2019-01-29
* Fix LLVM related headers to compile standalone (to fix cpluspluscheck).Andres Freund2019-01-28
* 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