index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
*
Make some ecpg test cases more robust against unexpected errors that happen
Michael Meskes
2019-01-30
*
Make sure that ecpglib's statement variable has a defined value no matter what.
Michael Meskes
2019-01-30
*
Fix a crash in logical replication
Peter Eisentraut
2019-01-30
*
Do not filter by relkind in vacuumdb's catalog query if --table is used
Michael Paquier
2019-01-30
*
Rename nodes/relation.h to nodes/pathnodes.h.
Tom Lane
2019-01-29
*
Refactor planner's header files.
Tom Lane
2019-01-29
*
Make some small planner API cleanups.
Tom Lane
2019-01-29
*
Fix pg_stat_ssl.clientdn
Peter Eisentraut
2019-01-29
*
Add tests for pg_stat_ssl system view
Peter Eisentraut
2019-01-29
*
Make SSL tests more robust
Peter Eisentraut
2019-01-29
*
Improve wording about WAL files in tar mode of pg_basebackup
Magnus Hagander
2019-01-29
*
postgres_fdw: Fix test for cached costs in estimate_path_cost_size().
Etsuro Fujita
2019-01-29
*
Use catalog query to discover tables to process in vacuumdb
Michael Paquier
2019-01-29
*
Fix LLVM related headers to compile standalone (to fix cpluspluscheck).
Andres Freund
2019-01-28
*
Revert "Move page initialization from RelationAddExtraBlocks() to use."
Andres Freund
2019-01-28
*
Fix race condition between relation extension and vacuum.
Andres Freund
2019-01-28
*
Separate per-batch and per-tuple memory contexts in COPY
Tomas Vondra
2019-01-29
*
In the planner, replace an empty FROM clause with a dummy RTE.
Tom Lane
2019-01-28
*
Install JIT related headers.
Andres Freund
2019-01-28
*
Move page initialization from RelationAddExtraBlocks() to use.
Andres Freund
2019-01-28
*
psql: Remove unused tab completion query
Peter Eisentraut
2019-01-28
*
doc: Add link from sslinfo to pg_stat_ssl
Peter Eisentraut
2019-01-28
*
Add tab completion for ALTER INDEX ALTER COLUMN in psql
Michael Paquier
2019-01-28
*
Revert "Avoid creation of the free space map for small heap relations."
Amit Kapila
2019-01-28
*
Avoid creation of the free space map for small heap relations.
Amit Kapila
2019-01-28
*
In bootstrap mode, don't allow the creation of files if they don't already
Amit Kapila
2019-01-28
*
Add TAP tests for vacuumdb with column lists
Michael Paquier
2019-01-27
*
Allow for yet another crash symptom in 013_crash_restart.pl.
Tom Lane
2019-01-26
*
Change function call information to be variable length.
Andres Freund
2019-01-26
*
Fix psql's "\g target" meta-command to work with COPY TO STDOUT.
Tom Lane
2019-01-26
*
Make regression test output locale-independent
Peter Eisentraut
2019-01-26
*
Allow UNLISTEN in hot-standby mode.
Tom Lane
2019-01-25
*
Simplify restriction handling of two-phase commit for temporary objects
Michael Paquier
2019-01-26
*
SQL comment: remove extra word in heading comment
Bruce Momjian
2019-01-25
*
Split QTW_EXAMINE_RTES flag into QTW_EXAMINE_RTES_BEFORE/_AFTER.
Tom Lane
2019-01-25
*
Teach nulltestsel() that system columns are never NULL.
Tom Lane
2019-01-25
*
Fix possibly-uninitialized-variable warning from commit 9556aa01c.
Tom Lane
2019-01-25
*
Use single-byte Boyer-Moore-Horspool search even with multibyte encodings.
Heikki Linnakangas
2019-01-25
*
Fix comments that claimed that mblen() only looks at first byte.
Heikki Linnakangas
2019-01-25
*
Allow generalized expression syntax for partition bounds
Peter Eisentraut
2019-01-25
*
Remove _configthreadlocale() calls in ecpg test suite.
Tom Lane
2019-01-24
*
Remove infinite-loop hazards in ecpg test suite.
Tom Lane
2019-01-24
*
PL/pgSQL: Add statement ID to statement structures
Peter Eisentraut
2019-01-24
*
Fix whitespace
Peter Eisentraut
2019-01-24
*
Fix droppability of constraints upon partition detach
Alvaro Herrera
2019-01-24
*
Fix portability problem in pgbench.
Tom Lane
2019-01-24
*
Simplify coding to detach constraints when detaching partition
Alvaro Herrera
2019-01-24
*
postgres_fdw: Account for tlist eval costs in estimate_path_cost_size().
Etsuro Fujita
2019-01-24
*
Blind attempt to fix _configthreadlocale() failures on MinGW.
Tom Lane
2019-01-23
*
Detach constraints when partitions are detached
Alvaro Herrera
2019-01-24
[next]