2022-02-22 |
Amit Kapila | Allow specifying row filters for logical replication... |
commit | commitdiff | tree |
2022-02-22 |
Michael Paquier | Add compute_query_id = regress |
commit | commitdiff | tree |
2022-02-21 |
Tom Lane | Disallow setting bogus GUCs within an extension's reser... |
commit | commitdiff | tree |
2022-02-21 |
Andres Freund | Assert in init_toast_snapshot() that some snapshot... |
commit | commitdiff | tree |
2022-02-21 |
Andres Freund | Fix temporary object cleanup failing due to toast acces... |
commit | commitdiff | tree |
2022-02-21 |
Andres Freund | pg_upgrade: Don't print progress status when output... |
commit | commitdiff | tree |
2022-02-21 |
Peter Eisentraut | pgcrypto: Remove unused error code |
commit | commitdiff | tree |
2022-02-21 |
Peter Eisentraut | pgcrypto: Remove unused error code |
commit | commitdiff | tree |
2022-02-21 |
Peter Eisentraut | Fix possible null pointer reference |
commit | commitdiff | tree |
2022-02-21 |
Michael Paquier | doc: Mention environment variable ZSTD in the TAP tests... |
commit | commitdiff | tree |
2022-02-20 |
Andres Freund | Fix meaning-changing typo introduced in fa0e03c15a9f. |
commit | commitdiff | tree |
2022-02-20 |
Tom Lane | Reset conn->errorReported when PQrequestCancel sets... |
commit | commitdiff | tree |
2022-02-20 |
Andrew Dunstan | Remove most msys special processing in TAP tests |
commit | commitdiff | tree |
2022-02-20 |
Andrew Dunstan | Remove PostgreSQL::Test::Utils::perl2host completely |
commit | commitdiff | tree |
2022-02-20 |
Andrew Dunstan | Ensure the right perl is used for TAP tests on msys |
commit | commitdiff | tree |
2022-02-20 |
Heikki Linnakangas | Fix uninitialized variable. |
commit | commitdiff | tree |
2022-02-20 |
John Naylor | Use bitwise rotate functions in more places |
commit | commitdiff | tree |
2022-02-19 |
Michael Paquier | doc: Simplify description of --with-lz4 |
commit | commitdiff | tree |
2022-02-19 |
Michael Paquier | Fix inconsistencies in SRF checks of pg_config() and... |
commit | commitdiff | tree |
2022-02-18 |
Tom Lane | Rearrange libpq's error reporting to avoid duplicated... |
commit | commitdiff | tree |
2022-02-18 |
Robert Haas | Add support for building with ZSTD. |
commit | commitdiff | tree |
2022-02-18 |
Tom Lane | Don't let libpq PGEVT_CONNRESET callbacks break a PGconn. |
commit | commitdiff | tree |
2022-02-18 |
Tom Lane | Don't let libpq "event" procs break the state of PGresu... |
commit | commitdiff | tree |
2022-02-18 |
Tom Lane | Suppress warning about stack_base_ptr with late-model... |
commit | commitdiff | tree |
2022-02-18 |
Fujii Masao | Fix comment in CheckIndexCompatible(). |
commit | commitdiff | tree |
2022-02-18 |
Fujii Masao | postgres_fdw: Make postgres_fdw.application_name suppor... |
commit | commitdiff | tree |
2022-02-18 |
Amit Kapila | Fix a comment in worker.c. |
commit | commitdiff | tree |
2022-02-17 |
Tom Lane | Avoid dangling-pointer usage in pg_basebackup progress... |
commit | commitdiff | tree |
2022-02-17 |
Robert Haas | Add missing binary-upgrade guard. |
commit | commitdiff | tree |
2022-02-17 |
Andrew Dunstan | Disable perl2host() processing in TAP tests |
commit | commitdiff | tree |
2022-02-17 |
Andres Freund | plpython: Reject Python 2 during build configuration. |
commit | commitdiff | tree |
2022-02-17 |
Peter Geoghegan | Increase hash_mem_multiplier default to 2.0. |
commit | commitdiff | tree |
2022-02-17 |
Peter Geoghegan | Avoid VACUUM reltuples distortion. |
commit | commitdiff | tree |
2022-02-17 |
Michael Paquier | Remove all traces of tuplestore_donestoring() in the... |
commit | commitdiff | tree |
2022-02-16 |
Heikki Linnakangas | Fix bogus log message when starting from a cleanly... |
commit | commitdiff | tree |
2022-02-16 |
John Naylor | Add missing TYPEALIGN macros |
commit | commitdiff | tree |
2022-02-16 |
Heikki Linnakangas | Fix read beyond buffer bug introduced by the split... |
commit | commitdiff | tree |
2022-02-16 |
Peter Eisentraut | Reject trailing junk after numeric literals |
commit | commitdiff | tree |
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 |
next |