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
/
bin
Age
Commit message (
Expand
)
Author
2018-09-24
Initialize random() in bootstrap/stand-alone postgres and in initdb.
Noah Misch
2018-09-11
Support building with Visual Studio 2015
Andrew Dunstan
2018-09-01
Avoid using potentially-under-aligned page buffers.
Tom Lane
2018-08-23
Reduce an unnecessary O(N^3) loop in lexer.
Andrew Gierth
2018-08-17
Ensure schema qualification in pg_restore DISABLE/ENABLE TRIGGER commands.
Tom Lane
2018-08-07
Fix pg_upgrade to handle event triggers in extensions correctly.
Tom Lane
2018-08-07
Ensure pg_dump_sort.c sorts null vs non-null namespace consistently.
Tom Lane
2018-08-06
Translation updates
Peter Eisentraut
2018-08-04
Reset properly errno before calling write()
Michael Paquier
2018-07-31
Further fixes for quoted-list GUC values in pg_dump and ruleutils.c.
Tom Lane
2018-07-30
Fix pg_dump's failure to dump REPLICA IDENTITY for constraint indexes.
Tom Lane
2018-07-09
Prevent accidental linking of system-supplied copies of libpq.so etc.
Tom Lane
2018-06-25
Address set of issues with errno handling
Michael Paquier
2018-05-09
Improve inefficient regexes in vacuumdb TAP test.
Tom Lane
2018-05-07
Translation updates
Peter Eisentraut
2018-05-05
Remove extra newlines after PQerrorMessage()
Peter Eisentraut
2018-04-26
Correct pg_recvlogical server version test.
Noah Misch
2018-03-23
Fix make rules that generate multiple output files.
Tom Lane
2018-03-22
Fix mishandling of quoted-list GUC values in pg_dump and ruleutils.c.
Tom Lane
2018-03-18
Fix pg_recvlogical for pre-10 versions
Magnus Hagander
2018-02-27
Revert restructuring of bin/scripts/Makefile
REL9_4_17
Magnus Hagander
2018-02-26
Empty search_path in Autovacuum and non-psql/pgbench clients.
Noah Misch
2018-02-26
Back-patch non-static ExecuteSqlQueryForSingleRow().
Noah Misch
2018-02-26
Avoid using unsafe search_path settings during dump and restore.
Tom Lane
2018-02-26
Translation updates
Peter Eisentraut
2018-02-21
Repair pg_upgrade's failure to preserve relfrozenxid for matviews.
Tom Lane
2018-02-05
Translation updates
Peter Eisentraut
2018-01-29
psql documentation fixes
Peter Eisentraut
2018-01-22
Make pg_dump's ACL, sec label, and comment entries reliably identifiable.
Tom Lane
2017-11-05
Translation updates
Peter Eisentraut
2017-10-01
Use a longer connection timeout in pg_isready test.
Tom Lane
2017-08-28
Translation updates
Peter Eisentraut
2017-08-19
Fix possible core dump in parallel restore when using a TOC list.
Tom Lane
2017-08-07
Translation updates
Peter Eisentraut
2017-08-03
Fix pg_dump/pg_restore to emit REFRESH MATERIALIZED VIEW commands last.
Tom Lane
2017-08-03
Fix build on zlib-less environments
Alvaro Herrera
2017-08-02
Fix pg_dump's errno checking for zlib I/O
Alvaro Herrera
2017-07-27
Fix psql tab completion for CREATE USER MAPPING.
Tom Lane
2017-07-26
Clean up SQL emitted by psql/describe.c.
Tom Lane
2017-07-23
Fix pg_dump's handling of event triggers.
Tom Lane
2017-07-14
Fix pg_basebackup output to stdout on Windows.
Heikki Linnakangas
2017-07-12
Remove unnecessary braces, to match the surrounding style.
Heikki Linnakangas
2017-06-19
Fix materialized-view documentation oversights.
Tom Lane
2017-06-19
On Windows, make pg_dump use binary mode for compressed plain text output.
Tom Lane
2017-05-29
Prevent running pg_resetwal/pg_resetxlog against wrong-version data dirs.
Tom Lane
2017-05-26
Fix pg_dump to not emit invalid SQL for an empty operator class.
Tom Lane
2017-05-17
Make psql handle EOF during COPY FROM STDIN properly on all platforms.
Tom Lane
2017-05-15
Fix new warnings from GCC 7
Peter Eisentraut
2017-05-10
psql: Add missing translation markers
Peter Eisentraut
2017-05-09
Ignore PQcancel errors properly
Alvaro Herrera
[next]