index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2019-03-08
Tighten use of OpenTransientFile and CloseTransientFile
Michael Paquier
2019-03-08
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 compatibility of pg_basebackup -R with 11 and older versions
Michael Paquier
2019-03-07
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 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-06
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-05
Fix pgbench TAP test failure with funky file names (redux)
Andrew Dunstan
2019-03-05
Remove duplicate macro
Peter Eisentraut
2019-03-05
Scan GiST indexes in physical order during VACUUM.
Heikki Linnakangas
2019-03-05
Note case where nbtree VACUUM finishes splits.
Peter Geoghegan
2019-03-04
Disable dump_connstr test on Msys2
Andrew Dunstan
2019-03-04
Allow recovery tests to run on Windows as an admin user
Andrew Dunstan
2019-03-04
Correct obsolete nbtree page split WAL comment.
Peter Geoghegan
2019-03-04
pg_partition_ancestors
Alvaro Herrera
2019-03-04
Test partition functions with legacy inheritance children, too
Alvaro Herrera
2019-03-04
Remove volatile from latch API
Peter Eisentraut
2019-03-04
Fix error handling of readdir() port implementation on first file lookup
Michael Paquier
2019-03-04
fix thinko in logrotate test
Andrew Dunstan
2019-03-03
Don't do pg_ctl logrotate test on Windows
Andrew Dunstan
2019-03-03
Improve performance of index-only scans with many index columns.
Tom Lane
2019-03-03
Avoid accidental wildcard expansion in msys shell
Andrew Dunstan
2019-03-03
Further fixing for multi-row VALUES lists for updatable views.
Dean Rasheed
2019-03-02
Consider only relations part of partition trees in partition functions
Michael Paquier
2019-03-02
Use a virtual rather than a heap slot in two places where that suffices.
Andres Freund
2019-03-01
Check we don't misoptimize a NOT IN where the subquery returns no rows.
Tom Lane
2019-03-01
Teach optimizer's predtest.c more things about ScalarArrayOpExpr.
Tom Lane
2019-03-01
Fix whitespace
Peter Eisentraut
2019-03-01
Remove tests for pg_dumpall --exclude-database missing argument
Andrew Dunstan
2019-03-01
Store tuples for EvalPlanQual in slots, rather than as HeapTuples.
Andres Freund
2019-03-01
Add extra descriptive headings in pg_dumpall
Andrew Dunstan
2019-03-01
Add --exclude-database option to pg_dumpall
Andrew Dunstan
[next]