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