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
2022-01-24
Server-side gzip compression.
Robert Haas
2022-01-24
pg_upgrade: Preserve database OIDs.
Robert Haas
2022-01-24
Unbreak pg_basebackup/t/010_pg_basebackup.pl on msys
Andrew Dunstan
2022-01-24
Remember to reset yy_start state when firing up repl_scanner.l.
Tom Lane
2022-01-23
pg_basebackup: Skip a few more fsyncs if --no-sync is specified.
Andres Freund
2022-01-23
pg_dump: avoid useless query in binary_upgrade_set_type_oids_by_type_oid
Tom Lane
2022-01-23
Clean up recent Coverity complaints.
Tom Lane
2022-01-23
Suppress variable-set-but-not-used warning from clang 13.
Tom Lane
2022-01-23
Correct type of front_pathkey to PathKey
Tomas Vondra
2022-01-23
Check syscache result in AlterStatistics
Tomas Vondra
2022-01-22
Remove useless inline marker.
Tom Lane
2022-01-22
Flush table's relcache during ALTER TABLE ADD PRIMARY KEY USING INDEX.
Tom Lane
2022-01-21
Fix race condition in gettext() initialization in libpq and ecpglib.
Tom Lane
2022-01-21
fsync pg_logical/mappings in CheckPointLogicalRewriteHeap().
Andres Freund
2022-01-21
Fix one-off bug causing missing commit timestamps for subtransactions
Michael Paquier
2022-01-21
Add new simple TAP test for tablespaces, attempt II.
Thomas Munro
2022-01-21
Extend the options of pg_basebackup to control compression
Michael Paquier
2022-01-20
Tighten TAP tests' tracking of postmaster state some more.
Tom Lane
2022-01-20
Support base backup targets.
Robert Haas
2022-01-20
Allow clean.bat to be run from anywhere
Andrew Dunstan
2022-01-20
Remove 'datlastsysoid'.
Robert Haas
2022-01-20
Try to stabilize reloptions test, again.
Thomas Munro
2022-01-20
Call pg_newlocale_from_collation() also with default collation
Peter Eisentraut
2022-01-19
Make logical decoding a part of the rmgr.
Jeff Davis
2022-01-19
interval_out() must be marked STABLE, not IMMUTABLE.
Tom Lane
2022-01-19
TAP tests: check for postmaster.pid anyway when "pg_ctl start" fails.
Tom Lane
2022-01-19
Don't enable fsync in src/test/recovery/t/008_fsm_truncation.pl.
Tom Lane
2022-01-19
Remove redundant memory context switches in BeginCopyFrom().
Tom Lane
2022-01-19
Fix alignment problem with bbsink_copystream buffer.
Robert Haas
2022-01-18
Make PQcancel use the PGconn's tcp_user_timeout and keepalives settings.
Tom Lane
2022-01-18
Modify pg_basebackup to use a new COPY subprotocol for base backups.
Robert Haas
2022-01-18
Try to stabilize the reloptions test.
Thomas Munro
2022-01-18
Fix thinko in psql test
Peter Eisentraut
2022-01-18
Improve code clarity in epilogue of UTF-8 verification fast path
John Naylor
2022-01-18
Fix psql \d's query for identifying parent triggers.
Tom Lane
2022-01-17
tests: Consistently use pg_basebackup -cfast --no-sync to accelerate tests.
Andres Freund
2022-01-17
heap pruning: Only call BufferGetBlockNumber() once.
Andres Freund
2022-01-17
Move 027_stream_regress.pl's output to tmp_check.
Thomas Munro
2022-01-17
pg_upgrade: Preserve relfilenodes and tablespace OIDs.
Robert Haas
2022-01-17
Avoid calling gettext() in signal handlers.
Tom Lane
2022-01-17
Avoid calling strerror[_r] in PQcancel().
Tom Lane
2022-01-17
Fix for new Boolean node
Peter Eisentraut
2022-01-17
Add Boolean node
Peter Eisentraut
2022-01-17
Fix typo in pg_dumpall.c
Michael Paquier
2022-01-17
Add support for --no-table-access-method in pg_{dump,dumpall,restore}
Michael Paquier
2022-01-17
Test replay of regression tests, attempt II.
Thomas Munro
2022-01-17
Consistently use the function name CreateCheckPoint in code and comments.
Amit Kapila
2022-01-17
Introduce log_destination=jsonlog
Michael Paquier
2022-01-16
Teach hash_ok_operator() that record_eq is only sometimes hashable.
Tom Lane
2022-01-16
Fix psql's tab-completion of enum label values.
Tom Lane
[next]