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