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
*
tableam: Add and use scan APIs.
Andres Freund
2019-03-11
*
pgbench: increase the maximum number of variables/arguments
Andrew Dunstan
2019-03-11
*
Fix typos in commit 8586bf7ed8.
Amit Kapila
2019-03-11
*
Move hash_any prototype from access/hash.h to utils/hashutils.h
Alvaro Herrera
2019-03-11
*
In guc.c, ignore ERANGE errors from strtod().
Tom Lane
2019-03-11
*
Fix potential memory access violation in ecpg if filename of include file is
Michael Meskes
2019-03-11
*
Fix ecpglib regression that made it impossible to close a cursor that was
Michael Meskes
2019-03-11
*
Remove unused macro
Peter Eisentraut
2019-03-11
*
psql: Add documentation URL to \help output
Peter Eisentraut
2019-03-11
*
Adjust error message for partial writes in WAL segments
Michael Paquier
2019-03-11
*
Fix documentation on partitioning vs. foreign tables
Alvaro Herrera
2019-03-10
*
Reduce the default value of autovacuum_vacuum_cost_delay to 2ms.
Tom Lane
2019-03-10
*
Revert "Increase the default vacuum_cost_limit from 200 to 2000"
Tom Lane
2019-03-10
*
Convert [autovacuum_]vacuum_cost_delay into floating-point GUCs.
Tom Lane
2019-03-10
*
Include GUC's unit, if it has one, in out-of-range error messages.
Tom Lane
2019-03-10
*
Disallow NaN as a value for floating-point GUCs.
Tom Lane
2019-03-10
*
pg_upgrade: Ignore TOAST for partitioned tables
Alvaro Herrera
2019-03-10
*
Support for INCLUDE attributes in GiST indexes
Alexander Korotkov
2019-03-10
*
Simplify release-note links to back branches.
Tom Lane
2019-03-09
*
Add new clientcert hba option verify-full
Magnus Hagander
2019-03-09
*
Track block level checksum failures in pg_stat_database
Magnus Hagander
2019-03-09
*
Avoid some table rewrites for ALTER TABLE .. SET DATA TYPE timestamp.
Noah Misch
2019-03-08
*
Tighten use of OpenTransientFile and CloseTransientFile
Michael Paquier
2019-03-09
*
Fix crash with old libxml2
Alvaro Herrera
2019-03-08
*
Reformat catalog .dat files.
Tom Lane
2019-03-08
*
Minor improvements for reformat_dat_file.pl.
Tom Lane
2019-03-08
*
Fix function signatures of pageinspect in documentation
Michael Paquier
2019-03-08
*
Fix compatibility of pg_basebackup -R with 11 and older versions
Michael Paquier
2019-03-08
*
Fix minor deficiencies in XMLTABLE, xpath(), xmlexists()
Alvaro Herrera
2019-03-07
*
Fix handling of targetlist SRFs when scan/join relation is known empty.
Tom Lane
2019-03-07
*
Allow ATTACH PARTITION with only ShareUpdateExclusiveLock.
Robert Haas
2019-03-07
*
Fix broken markup
Alvaro Herrera
2019-03-07
*
Fix the BY {REF,VALUE} clause of XMLEXISTS/XMLTABLE
Alvaro Herrera
2019-03-07
*
Add missing <limits.h>
Alvaro Herrera
2019-03-07
*
pg_dump: allow multiple rows per insert
Alvaro Herrera
2019-03-07
*
Remove useless header inclusion.
Thomas Munro
2019-03-07
*
Drop the vestigial "smgr" type.
Thomas Munro
2019-03-07
*
Don't reuse slots between root and partition in ON CONFLICT ... UPDATE.
Andres Freund
2019-03-06
*
Fix equalfuncs for accessMethod addition in 8586bf7ed8.
Andres Freund
2019-03-06
*
Don't log incomplete startup packet if it's empty
Andrew Dunstan
2019-03-06
*
Fix copy/out/readfuncs for accessMethod addition in 8586bf7ed8.
Andres Freund
2019-03-06
*
Fix collation dependency in test introduced in 8586bf7ed8, take 2.
Andres Freund
2019-03-06
*
Fix collation dependency in test introduced in 8586bf7ed8.
Andres Freund
2019-03-06
*
tableam: Add pg_dump support.
Andres Freund
2019-03-06
*
tableam: introduce table AM infrastructure.
Andres Freund
2019-03-06
*
Fix bug in clearing of virtual tuple slot.
Andres Freund
2019-03-06
*
Removed unused variable, openLogOff.
Robert Haas
2019-03-06
*
Increase the default vacuum_cost_limit from 200 to 2000
Andrew Dunstan
2019-03-06
*
Teach SKIP_LOCKED to psql tab completion of VACUUM and ANALYZE
Michael Paquier
2019-03-06
*
Fix pgbench TAP test failure with funky file names (redux)
Andrew Dunstan
2019-03-05
[next]