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 |
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 |
next |