2022-02-16 |
Heikki Linnakangas | Split xlog.c into xlog.c and xlogrecovery.c. |
commit | commitdiff | tree |
2022-02-16 |
Heikki Linnakangas | Move code around in StartupXLOG(). |
commit | commitdiff | tree |
2022-02-16 |
Heikki Linnakangas | Refactor setting XLP_FIRST_IS_OVERWRITE_CONTRECORD. |
commit | commitdiff | tree |
2022-02-16 |
Heikki Linnakangas | Run pgindent on xlog.c. |
commit | commitdiff | tree |
2022-02-16 |
Etsuro Fujita | Doc: Update documentation for modifying postgres_fdw... |
commit | commitdiff | tree |
2022-02-16 |
Michael Paquier | Add TAP test to automate the equivalent of check_guc... |
commit | commitdiff | tree |
2022-02-15 |
Heikki Linnakangas | Fix race condition in 028_pitr_timelines.pl test, add... |
commit | commitdiff | tree |
2022-02-15 |
Peter Geoghegan | Update "don't truncate with failsafe" rationale. |
commit | commitdiff | tree |
2022-02-15 |
Tom Lane | Ensure that length argument of memcmp() isn't seen... |
commit | commitdiff | tree |
2022-02-15 |
Tom Lane | Ensure that the argument of shmdt(2) is declared "void *". |
commit | commitdiff | tree |
2022-02-15 |
Andres Freund | docs: Work around bug in the docbook xsl stylesheets. |
commit | commitdiff | tree |
2022-02-15 |
Tom Lane | Reject change of output-column collation in CREATE... |
commit | commitdiff | tree |
2022-02-15 |
Daniel Gustafsson | Ensure that STDERR is empty in connect_ok tests |
commit | commitdiff | tree |
2022-02-15 |
Peter Eisentraut | Fix XML namespace declarations |
commit | commitdiff | tree |
2022-02-15 |
Heikki Linnakangas | Add more logging to new 028_pitr_timelines.pl test. |
commit | commitdiff | tree |
2022-02-15 |
Peter Eisentraut | Remove IS_AF_UNIX macro |
commit | commitdiff | tree |
2022-02-15 |
John Naylor | Spell "startup process" with lower case in the document... |
commit | commitdiff | tree |
2022-02-15 |
Peter Eisentraut | Add test case for trailing junk after numeric literals |
commit | commitdiff | tree |
2022-02-15 |
Peter Eisentraut | Remove pg_atoi() |
commit | commitdiff | tree |
2022-02-15 |
Andres Freund | Add isolation test for errors during logical slot creation. |
commit | commitdiff | tree |
2022-02-15 |
Michael Paquier | Remove command checks in tests of pg_basebackup and... |
commit | commitdiff | tree |
2022-02-15 |
Michael Paquier | Fix thinko with subdirectories generated by pg_upgrade... |
commit | commitdiff | tree |
2022-02-15 |
Andres Freund | Move replication slot release to before_shmem_exit(). |
commit | commitdiff | tree |
2022-02-14 |
Peter Eisentraut | Remove one use of pg_atoi() |
commit | commitdiff | tree |
2022-02-14 |
Peter Eisentraut | Move scanint8() to numutils.c |
commit | commitdiff | tree |
2022-02-14 |
Tom Lane | Suppress integer-overflow compiler warning for inconsis... |
commit | commitdiff | tree |
2022-02-14 |
Tom Lane | Delete contrib/xml2's legacy implementation of xml_is_w... |
commit | commitdiff | tree |
2022-02-14 |
Heikki Linnakangas | Add test case for an archive recovery corner case. |
commit | commitdiff | tree |
2022-02-14 |
Peter Eisentraut | Add missing node support functions |
commit | commitdiff | tree |
2022-02-14 |
Peter Eisentraut | Database-level collation version tracking |
commit | commitdiff | tree |
2022-02-14 |
Peter Eisentraut | Improve correlation names in sanity tests |
commit | commitdiff | tree |
2022-02-14 |
Thomas Munro | Use WL_SOCKET_CLOSED for client_connection_check_interval. |
commit | commitdiff | tree |
2022-02-14 |
Thomas Munro | Add WL_SOCKET_CLOSED for socket shutdown events. |
commit | commitdiff | tree |
2022-02-14 |
Amit Kapila | WAL log unchanged toasted replica identity key attributes. |
commit | commitdiff | tree |
2022-02-14 |
Thomas Munro | Track LLVM 15 changes. |
commit | commitdiff | tree |
2022-02-14 |
John Naylor | Correct Makefile dependencies for catalog scripts |
commit | commitdiff | tree |
2022-02-14 |
Michael Paquier | Add ./configure check for "lz4" command |
commit | commitdiff | tree |
2022-02-14 |
Alexander Korotkov | Fix memory leak in IndexScan node with reordering |
commit | commitdiff | tree |
2022-02-14 |
Michael Paquier | Make origin data initialization consistent other fields... |
commit | commitdiff | tree |
2022-02-14 |
Tom Lane | Fix misuse of "const" qualifier. |
commit | commitdiff | tree |
2022-02-13 |
Thomas Munro | Remove REGRESS_OUTPUTDIR environment variable. |
commit | commitdiff | tree |
2022-02-13 |
Tom Lane | Silence minor compiler warnings. |
commit | commitdiff | tree |
2022-02-13 |
Andres Freund | ci: fix copy-paste mistake in 16eb8231d1b. |
commit | commitdiff | tree |
2022-02-12 |
Andres Freund | ci: macos: align sysinfo_script to other tasks. |
commit | commitdiff | tree |
2022-02-12 |
Andres Freund | ci: Only use one artifact instruction for logs. |
commit | commitdiff | tree |
2022-02-12 |
Andres Freund | ci: s/CCACHE_SIZE/CCACHE_MAXSIZE/. |
commit | commitdiff | tree |
2022-02-12 |
Tomas Vondra | Fix skip-empty-xacts with sequences in test_decoding |
commit | commitdiff | tree |
2022-02-12 |
Tom Lane | Move libpq's write_failed mechanism down to pqsecure_ra... |
commit | commitdiff | tree |
2022-02-12 |
Tom Lane | Fix thinko in PQisBusy(). |
commit | commitdiff | tree |
2022-02-12 |
Michael Paquier | Revert "Add TAP test to automate the equivalent of... |
commit | commitdiff | tree |
2022-02-12 |
Peter Geoghegan | Consolidate VACUUM xid cutoff logic. |
commit | commitdiff | tree |
2022-02-12 |
Peter Geoghegan | Add VACUUM instrumentation for scanned pages, relfrozenxid. |
commit | commitdiff | tree |
2022-02-11 |
Tomas Vondra | Add decoding of sequences to test_decoding |
commit | commitdiff | tree |
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 |
next |