| 2022-02-13 |  Tom Lane | Silence minor compiler warnings. | commit | commitdiff | tree | snapshot | 
| 2022-02-13 |  Andres Freund | ci: fix copy-paste mistake in 16eb8231d1b. | commit | commitdiff | tree | snapshot | 
| 2022-02-12 |  Andres Freund | ci: macos: align sysinfo_script to other tasks. | commit | commitdiff | tree | snapshot | 
| 2022-02-12 |  Andres Freund | ci: Only use one artifact instruction for logs. | commit | commitdiff | tree | snapshot | 
| 2022-02-12 |  Andres Freund | ci: s/CCACHE_SIZE/CCACHE_MAXSIZE/. | commit | commitdiff | tree | snapshot | 
| 2022-02-12 |  Tomas Vondra | Fix skip-empty-xacts with sequences in test_decoding | commit | commitdiff | tree | snapshot | 
| 2022-02-12 |  Tom Lane | Move libpq's write_failed mechanism down to pqsecure_ra... | commit | commitdiff | tree | snapshot | 
| 2022-02-12 |  Tom Lane | Fix thinko in PQisBusy(). | commit | commitdiff | tree | snapshot | 
| 2022-02-12 |  Michael Paquier | Revert "Add TAP test to automate the equivalent of... | commit | commitdiff | tree | snapshot | 
| 2022-02-12 |  Peter Geoghegan | Consolidate VACUUM xid cutoff logic. | commit | commitdiff | tree | snapshot | 
| 2022-02-12 |  Peter Geoghegan | Add VACUUM instrumentation for scanned pages, relfrozenxid. | commit | commitdiff | tree | snapshot | 
| 2022-02-11 |  Tomas Vondra | Add decoding of sequences to test_decoding | commit | commitdiff | tree | snapshot | 
| 2022-02-11 |  Peter Geoghegan | Simplify lazy_scan_heap's handling of scanned pages. | commit | commitdiff | tree | snapshot | 
| 2022-02-11 |  Thomas Munro | Fix DROP {DATABASE,TABLESPACE} on Windows. | commit | commitdiff | tree | snapshot | 
| 2022-02-11 |  Tom Lane | Don't use_physical_tlist for an IOS with non-returnable... | commit | commitdiff | tree | snapshot | 
| 2022-02-11 |  Daniel Gustafsson | Replace Test::More plans with done_testing | commit | commitdiff | tree | snapshot | 
| 2022-02-11 |  Robert Haas | pg_basebackup: Allow client-side LZ4 (de)compression. | commit | commitdiff | tree | snapshot | 
| 2022-02-11 |  Robert Haas | Add suport for server-side LZ4 base backup compression. | commit | commitdiff | tree | snapshot | 
| 2022-02-10 |  Tom Lane | Make pg_ctl stop/restart/promote recheck postmaster... | commit | commitdiff | tree | snapshot | 
| 2022-02-10 |  Andrew Dunstan | Use gendef instead of pexports for building windows... | commit | commitdiff | tree | snapshot | 
| 2022-02-10 |  Tomas Vondra | Logical decoding of sequences | commit | commitdiff | tree | snapshot | 
| 2022-02-10 |  Robert Haas | Remove server support for the previous base backup... | commit | commitdiff | tree | snapshot | 
| 2022-02-10 |  Tom Lane | Make timeout.c more robust against missed timer interrupts. | commit | commitdiff | tree | snapshot | 
| 2022-02-10 |  Robert Haas | Remove server support for old BASE_BACKUP command syntax. | commit | commitdiff | tree | snapshot | 
| 2022-02-10 |  Daniel Gustafsson | Set SNI ClientHello extension to localhost in tests | commit | commitdiff | tree | snapshot | 
| 2022-02-10 |  Peter Eisentraut | Remove unnecessary resetPQExpBuffer call | commit | commitdiff | tree | snapshot | 
| 2022-02-10 |  Peter Eisentraut | psql: Rename results to result when only a single one... | commit | commitdiff | tree | snapshot | 
| 2022-02-10 |  Peter Eisentraut | Update comment | commit | commitdiff | tree | snapshot | 
| 2022-02-10 |  Fujii Masao | Add min() and max() aggregates for xid8. | commit | commitdiff | tree | snapshot | 
| 2022-02-10 |  Noah Misch | Use Test::Builder::todo_start(), replacing $::TODO. | commit | commitdiff | tree | snapshot | 
| 2022-02-10 |  Michael Paquier | Fix typo in multixact.c | commit | commitdiff | tree | snapshot | 
| 2022-02-10 |  Michael Paquier | Reduce more the number of calls to GetMaxBackends() | commit | commitdiff | tree | snapshot | 
| 2022-02-09 |  Tom Lane | Further tweaks for psql's new tab-completion logic. | commit | commitdiff | tree | snapshot | 
| 2022-02-09 |  Tom Lane | Test honestly for <sys/signalfd.h>. | commit | commitdiff | tree | snapshot | 
| 2022-02-09 |  Daniel Gustafsson | Fix typo in archive modules docs | commit | commitdiff | tree | snapshot | 
| 2022-02-09 |  Daniel Gustafsson | Free temporary memory when reading TOC | commit | commitdiff | tree | snapshot | 
| 2022-02-09 |  Michael Paquier | Retire src/backend/utils/misc/check_guc | commit | commitdiff | tree | snapshot | 
| 2022-02-09 |  Michael Paquier | Add TAP test to automate the equivalent of check_guc | commit | commitdiff | tree | snapshot | 
| 2022-02-09 |  Tom Lane | Remove ppport.h's broken re-implementation of eval_pv(). | commit | commitdiff | tree | snapshot | 
| 2022-02-08 |  Robert Haas | Remove MaxBackends variable in favor of GetMaxBackends... | commit | commitdiff | tree | snapshot | 
| 2022-02-08 |  Tom Lane | Rename create_function_N test scripts for clarity. | commit | commitdiff | tree | snapshot | 
| 2022-02-08 |  Tom Lane | Rearrange core regression tests to reduce cross-script... | commit | commitdiff | tree | snapshot | 
| 2022-02-08 |  Michael Paquier | Add PostgreSQL::Test::Cluster::config_data() | commit | commitdiff | tree | snapshot | 
| 2022-02-07 |  Alexander Korotkov | Reduce non-leaf keys overlap in GiST indexes produced... | commit | commitdiff | tree | snapshot | 
| 2022-02-07 |  Michael Paquier | Add (void) cast in front of rmtree() call at the end... | commit | commitdiff | tree | snapshot | 
| 2022-02-06 |  Michael Paquier | pg_upgrade: Move all the files generated internally... | commit | commitdiff | tree | snapshot | 
| 2022-02-05 |  Tom Lane | Doc: be clearer that foreign-table partitions need... | commit | commitdiff | tree | snapshot | 
| 2022-02-05 |  Tom Lane | Test, don't just Assert, that mergejoin's inputs are... | commit | commitdiff | tree | snapshot | 
| 2022-02-04 |  John Naylor | Improve worst-case performance of text_position_get_mat... | commit | commitdiff | tree | snapshot | 
| 2022-02-04 |  Thomas Munro | Track LLVM 14 API changes, up to 2022-01-30. | commit | commitdiff | tree | snapshot | 
| 2022-02-04 |  Amit Kapila | Improve invalidation handling in pgoutput.c. | commit | commitdiff | tree | snapshot | 
| 2022-02-03 |  Robert Haas | In basic_archive tests, insist on wal_level='replica'. | commit | commitdiff | tree | snapshot | 
| 2022-02-03 |  Robert Haas | Allow archiving via loadable modules. | commit | commitdiff | tree | snapshot | 
| 2022-02-03 |  Andres Freund | Fix compiler warning in non-assert builds, introduced... | commit | commitdiff | tree | snapshot | 
| 2022-02-03 |  Andrew Dunstan | Authorize new user in pg_basebackup tests | commit | commitdiff | tree | snapshot | 
| 2022-02-03 |  Peter Eisentraut | Add UNIQUE null treatment option | commit | commitdiff | tree | snapshot | 
| 2022-02-03 |  Etsuro Fujita | Further fix for EvalPlanQual with mix of local and... | commit | commitdiff | tree | snapshot | 
| 2022-02-03 |  Tom Lane | Remove configure's check for rl_completion_append_chara... | commit | commitdiff | tree | snapshot | 
| 2022-02-03 |  Bruce Momjian | doc:  clarify syntax notation, particularly parentheses | commit | commitdiff | tree | snapshot | 
| 2022-02-03 |  Andres Freund | windows: Improve crash / assert / exception handling. | commit | commitdiff | tree | snapshot | 
| 2022-02-03 |  Andres Freund | ci: windows: run tests under timeout. | commit | commitdiff | tree | snapshot | 
| 2022-02-02 |  Tom Lane | Improve psql tab-completion tests. | commit | commitdiff | tree | snapshot | 
| 2022-02-02 |  Robert Haas | Fix server crash bug in 'server' backup target. | commit | commitdiff | tree | snapshot | 
| 2022-02-02 |  Peter Eisentraut | Some cleanup for change of collate and ctype fields... | commit | commitdiff | tree | snapshot | 
| 2022-02-02 |  Peter Eisentraut | doc: Fix mistake in PL/Python documentation | commit | commitdiff | tree | snapshot | 
| 2022-02-02 |  Thomas Munro | Fix recovery conflict in 027_stream_regress.pl. | commit | commitdiff | tree | snapshot | 
| 2022-02-01 |  Tom Lane | Treat case of tab-completion keywords a bit more carefully. | commit | commitdiff | tree | snapshot | 
| 2022-02-01 |  Tom Lane | Doc: modernize documentation for lo_create()/lo_creat(). | commit | commitdiff | tree | snapshot | 
| 2022-01-31 |  John Naylor | Fix missing undefine in sort_template.h | commit | commitdiff | tree | snapshot | 
| 2022-01-31 |  Tom Lane | Simplify coding around path_contains_parent_reference(). | commit | commitdiff | tree | snapshot | 
| 2022-01-31 |  Tom Lane | Make canonicalize_path() more canonical. | commit | commitdiff | tree | snapshot | 
| 2022-01-31 |  Andres Freund | plperl: windows: Use Perl_setlocale on 5.28+, fixing... | commit | commitdiff | tree | snapshot | 
| 2022-01-30 |  Michael Paquier | Introduce pg_settings_get_flags() to find flags associa... | commit | commitdiff | tree | snapshot | 
| 2022-01-30 |  Tom Lane | psql: improve tab-complete's handling of variant SQL... | commit | commitdiff | tree | snapshot | 
| 2022-01-30 |  Alvaro Herrera | Remove xloginsert.h from xlog.h | commit | commitdiff | tree | snapshot | 
| 2022-01-29 |  Tom Lane | Fix failure to validate the result of select_common_type(). | commit | commitdiff | tree | snapshot | 
| 2022-01-29 |  Michael Paquier | Fix comments about bgworker registration before MaxBack... | commit | commitdiff | tree | snapshot | 
| 2022-01-29 |  Peter Geoghegan | vacuumlazy.c: Rename state field for consistency. | commit | commitdiff | tree | snapshot | 
| 2022-01-29 |  Michael Paquier | Fix incorrect memory context switch in COPY TO execution | commit | commitdiff | tree | snapshot | 
| 2022-01-28 |  Robert Haas | Add bbstreamer_gzip.c to Mkvcbuild.pm. | commit | commitdiff | tree | snapshot | 
| 2022-01-28 |  Alvaro Herrera | Tab-complete ALTER PUBLICATION ADD TABLE with list... | commit | commitdiff | tree | snapshot | 
| 2022-01-28 |  Robert Haas | Remove superfluous variable. | commit | commitdiff | tree | snapshot | 
| 2022-01-28 |  Robert Haas | Move the code to archive files via the shell to a separ... | commit | commitdiff | tree | snapshot | 
| 2022-01-28 |  Robert Haas | Adjust server-side backup to depend on pg_write_server_... | commit | commitdiff | tree | snapshot | 
| 2022-01-28 |  Robert Haas | pg_basebackup: Cleaner handling when compression is... | commit | commitdiff | tree | snapshot | 
| 2022-01-28 |  Robert Haas | Fix mistakes in commit d45099425eb19e420433c9d81d354fe5... | commit | commitdiff | tree | snapshot | 
| 2022-01-28 |  Robert Haas | Allow server-side compression to be used with -Fp. | commit | commitdiff | tree | snapshot | 
| 2022-01-28 |  Peter Eisentraut | Add HEADER support to COPY text format | commit | commitdiff | tree | snapshot | 
| 2022-01-28 |  Peter Eisentraut | Add some const decorations | commit | commitdiff | tree | snapshot | 
| 2022-01-28 |  Peter Eisentraut | doc: Update ALTER COLLATION wording | commit | commitdiff | tree | snapshot | 
| 2022-01-28 |  Etsuro Fujita | Fix typo in comment. | commit | commitdiff | tree | snapshot | 
| 2022-01-28 |  Fujii Masao | Prevent memory context logging from sending log message... | commit | commitdiff | tree | snapshot | 
| 2022-01-27 |  Andres Freund | Specify --host in 027_stream_regress.pl's pg_regress... | commit | commitdiff | tree | snapshot | 
| 2022-01-27 |  Robert Haas | Avoid referencing Z_DEFAULT_COMPRESSION outside HAVE_LIBZ. | commit | commitdiff | tree | snapshot | 
| 2022-01-27 |  Robert Haas | pg_basebackup: Add a dummy return to bbsink_gzip_new(). | commit | commitdiff | tree | snapshot | 
| 2022-01-27 |  Tomas Vondra | Fix ordering of XIDs in ProcArrayApplyRecoveryInfo | commit | commitdiff | tree | snapshot | 
| 2022-01-27 |  Peter Eisentraut | Remove some trailing whitespace in documentation files | commit | commitdiff | tree | snapshot | 
| 2022-01-27 |  Robert Haas | pg_basebackup: Fix a couple of recently-introduced... | commit | commitdiff | tree | snapshot | 
| 2022-01-27 |  Andrew Dunstan | Improve msys2 detection for TAP tests | commit | commitdiff | tree | snapshot | 
| 2022-01-27 |  Peter Eisentraut | psql: Add tab completion for ALTER COLLATION / REFRESH... | commit | commitdiff | tree | snapshot | 
| next |