| 2022-01-20 |
Tom Lane | Tighten TAP tests' tracking of postmaster state some... |
commit | commitdiff | tree |
| 2022-01-20 |
Robert Haas | Support base backup targets. |
commit | commitdiff | tree |
| 2022-01-20 |
Andrew Dunstan | Allow clean.bat to be run from anywhere |
commit | commitdiff | tree |
| 2022-01-20 |
Robert Haas | Remove 'datlastsysoid'. |
commit | commitdiff | tree |
| 2022-01-20 |
Thomas Munro | Try to stabilize reloptions test, again. |
commit | commitdiff | tree |
| 2022-01-20 |
Peter Eisentraut | Call pg_newlocale_from_collation() also with default... |
commit | commitdiff | tree |
| 2022-01-20 |
Michael Paquier | doc: Mention the level of locks taken on objects in... |
commit | commitdiff | tree |
| 2022-01-19 |
Jeff Davis | Make logical decoding a part of the rmgr. |
commit | commitdiff | tree |
| 2022-01-19 |
Tom Lane | interval_out() must be marked STABLE, not IMMUTABLE. |
commit | commitdiff | tree |
| 2022-01-19 |
Tom Lane | TAP tests: check for postpid anyway when "pg_ctl start... |
commit | commitdiff | tree |
| 2022-01-19 |
Tom Lane | Make configure prefer python3 to plain python. |
commit | commitdiff | tree |
| 2022-01-19 |
Tom Lane | Don't enable fsync in src/test/recovery/t/008_fsm_trunc... |
commit | commitdiff | tree |
| 2022-01-19 |
Tom Lane | Remove redundant memory context switches in BeginCopyFr... |
commit | commitdiff | tree |
| 2022-01-19 |
Daniel Gustafsson | Dynamically find correct installation docs in Makefile. |
commit | commitdiff | tree |
| 2022-01-19 |
Robert Haas | Fix alignment problem with bbsink_copystream buffer. |
commit | commitdiff | tree |
| 2022-01-19 |
Michael Paquier | doc: Fix description of pg_replication_origin_oid(... |
commit | commitdiff | tree |
| 2022-01-18 |
Tom Lane | Make PQcancel use the PGconn's tcp_user_timeout and... |
commit | commitdiff | tree |
| 2022-01-18 |
Robert Haas | Modify pg_basebackup to use a new COPY subprotocol... |
commit | commitdiff | tree |
| 2022-01-18 |
Thomas Munro | Try to stabilize the reloptions test. |
commit | commitdiff | tree |
| 2022-01-18 |
Peter Eisentraut | Revert "Replace use of deprecated Python module distuti... |
commit | commitdiff | tree |
| 2022-01-18 |
Peter Eisentraut | Fix thinko in psql test |
commit | commitdiff | tree |
| 2022-01-18 |
Peter Eisentraut | Replace use of deprecated Python module distutils.sysconfig |
commit | commitdiff | tree |
| 2022-01-18 |
John Naylor | Improve code clarity in epilogue of UTF-8 verification... |
commit | commitdiff | tree |
| 2022-01-18 |
Tom Lane | Fix psql \d's query for identifying parent triggers. |
commit | commitdiff | tree |
| 2022-01-17 |
Andres Freund | tests: Consistently use pg_basebackup -cfast --no-sync... |
commit | commitdiff | tree |
| 2022-01-17 |
Andres Freund | heap pruning: Only call BufferGetBlockNumber() once. |
commit | commitdiff | tree |
| 2022-01-17 |
Thomas Munro | Move 027_stream_regress.pl's output to tmp_check. |
commit | commitdiff | tree |
| 2022-01-17 |
Robert Haas | pg_upgrade: Preserve relfilenodes and tablespace OIDs. |
commit | commitdiff | tree |
| 2022-01-17 |
Tom Lane | Avoid calling gettext() in signal handlers. |
commit | commitdiff | tree |
| 2022-01-17 |
Tom Lane | Avoid calling strerror[_r] in PQcancel(). |
commit | commitdiff | tree |
| 2022-01-17 |
Peter Eisentraut | Fix for new Boolean node |
commit | commitdiff | tree |
| 2022-01-17 |
Peter Eisentraut | Add Boolean node |
commit | commitdiff | tree |
| 2022-01-17 |
Michael Paquier | Fix typo in pg_dumpall.c |
commit | commitdiff | tree |
| 2022-01-17 |
Michael Paquier | Add support for --no-table-access-method in pg_{dump... |
commit | commitdiff | tree |
| 2022-01-17 |
Thomas Munro | Test replay of regression tests, attempt II. |
commit | commitdiff | tree |
| 2022-01-17 |
Amit Kapila | Consistently use the function name CreateCheckPoint... |
commit | commitdiff | tree |
| 2022-01-17 |
Michael Paquier | Introduce log_destination=jsonlog |
commit | commitdiff | tree |
| 2022-01-16 |
Tom Lane | Teach hash_ok_operator() that record_eq is only sometim... |
commit | commitdiff | tree |
| 2022-01-16 |
Tom Lane | Fix psql's tab-completion of enum label values. |
commit | commitdiff | tree |
| 2022-01-16 |
Tom Lane | Clean up TAP tests' usage of wait_for_catchup(). |
commit | commitdiff | tree |
| 2022-01-16 |
Tomas Vondra | Add stxdinherit flag to pg_statistic_ext_data |
commit | commitdiff | tree |
| 2022-01-16 |
Michael Paquier | Update copyright notice to 2022 for recently-introduced... |
commit | commitdiff | tree |
| 2022-01-15 |
Tom Lane | Remove standby_schedule and associated test files. |
commit | commitdiff | tree |
| 2022-01-15 |
Tom Lane | Add simple test for physical replication of sequences. |
commit | commitdiff | tree |
| 2022-01-15 |
Tomas Vondra | Build inherited extended stats on partitioned tables |
commit | commitdiff | tree |
| 2022-01-15 |
Fujii Masao | Add tab-completion for CREATE FOREIGN TABLE. |
commit | commitdiff | tree |
| 2022-01-15 |
Tomas Vondra | Ignore extended statistics for inheritance trees |
commit | commitdiff | tree |
| 2022-01-15 |
Peter Geoghegan | Unify VACUUM VERBOSE and autovacuum logging. |
commit | commitdiff | tree |
| 2022-01-14 |
Thomas Munro | Revert "Add new simple TAP test for tablespaces." |
commit | commitdiff | tree |
| 2022-01-14 |
Thomas Munro | Revert "Test replay of regression tests." |
commit | commitdiff | tree |
| 2022-01-14 |
Thomas Munro | Test replay of regression tests. |
commit | commitdiff | tree |
| 2022-01-14 |
Thomas Munro | Add new simple TAP test for tablespaces. |
commit | commitdiff | tree |
| 2022-01-14 |
Thomas Munro | Use in-place tablespaces in regression test. |
commit | commitdiff | tree |
| 2022-01-14 |
Thomas Munro | Allow "in place" tablespaces. |
commit | commitdiff | tree |
| 2022-01-14 |
Peter Eisentraut | Rename value node fields |
commit | commitdiff | tree |
| 2022-01-14 |
Peter Eisentraut | Refactor AlterRole() |
commit | commitdiff | tree |
| 2022-01-14 |
Andres Freund | Assert redirect pointers are sensible after heap_page_p... |
commit | commitdiff | tree |
| 2022-01-14 |
Andres Freund | Fix possible HOT corruption when RECENTLY_DEAD changes... |
commit | commitdiff | tree |
| 2022-01-13 |
Tom Lane | Fix ruleutils.c's dumping of whole-row Vars in more... |
commit | commitdiff | tree |
| 2022-01-13 |
Andres Freund | ci: windows: run initdb with --no-sync. |
commit | commitdiff | tree |
| 2022-01-13 |
Andres Freund | ci: windows: enable build summary to make it easier... |
commit | commitdiff | tree |
| 2022-01-13 |
Michael Paquier | Improve error handling of HMAC computations |
commit | commitdiff | tree |
| 2022-01-13 |
Fujii Masao | doc: Add "(process)" to the term "WAL receiver" in... |
commit | commitdiff | tree |
| 2022-01-13 |
Michael Paquier | Fix incorrect comments in hmac.c and hmac_openssl.c |
commit | commitdiff | tree |
| 2022-01-12 |
Peter Geoghegan | Fix memory leak in indexUnchanged hint mechanism. |
commit | commitdiff | tree |
| 2022-01-12 |
Peter Geoghegan | vacuumlazy.c: fix "garbage tuples" reference. |
commit | commitdiff | tree |
| 2022-01-12 |
Tomas Vondra | Consider fractional paths in generate_orderedappend_paths |
commit | commitdiff | tree |
| 2022-01-12 |
Alvaro Herrera | Add index on pg_publication_rel.prpubid |
commit | commitdiff | tree |
| 2022-01-12 |
Tom Lane | Include permissive/enforcing state in sepgsql log messages. |
commit | commitdiff | tree |
| 2022-01-12 |
Peter Eisentraut | ecpg: Catch zero-length Unicode identifiers correctly |
commit | commitdiff | tree |
| 2022-01-12 |
Michael Paquier | Move any code specific to log_destination=csvlog to... |
commit | commitdiff | tree |
| 2022-01-12 |
Michael Paquier | Refactor set of routines specific to elog.c |
commit | commitdiff | tree |
| 2022-01-12 |
Michael Paquier | Fix comment related to pg_cryptohash_error() |
commit | commitdiff | tree |
| 2022-01-11 |
Thomas Munro | Add missing include guard to win32ntdll.h. |
commit | commitdiff | tree |
| 2022-01-11 |
Tom Lane | Improve error message for missing extension. |
commit | commitdiff | tree |
| 2022-01-11 |
Tom Lane | Clean up messy API for src/port/thread.c. |
commit | commitdiff | tree |
| 2022-01-11 |
John Naylor | Improve warning message in pg_signal_backend() |
commit | commitdiff | tree |
| 2022-01-11 |
Tom Lane | Clean up error message reported after \password encrypt... |
commit | commitdiff | tree |
| 2022-01-11 |
Fujii Masao | Enhance pg_log_backend_memory_contexts() for auxiliary... |
commit | commitdiff | tree |
| 2022-01-11 |
Amit Kapila | Update docs of logical replication for commit 8d74fc96db. |
commit | commitdiff | tree |
| 2022-01-11 |
Amit Kapila | Fix typo in rewriteheap.c. |
commit | commitdiff | tree |
| 2022-01-11 |
Michael Paquier | Improve error handling of cryptohash computations |
commit | commitdiff | tree |
| 2022-01-10 |
Tom Lane | Doc: fix bogus example about ambiguous timestamps. |
commit | commitdiff | tree |
| 2022-01-10 |
Andrew Dunstan | Avoid warning about uninitialized value in MSVC python3... |
commit | commitdiff | tree |
| 2022-01-10 |
Thomas Munro | Make EXEC_BACKEND more convenient on Linux and FreeBSD. |
commit | commitdiff | tree |
| 2022-01-10 |
Peter Eisentraut | Rename functions to avoid future conflicts |
commit | commitdiff | tree |
| 2022-01-10 |
Tom Lane | Prefer $HOME when looking up the current user's home... |
commit | commitdiff | tree |
| 2022-01-09 |
Tom Lane | Make pg_get_expr() more bulletproof. |
commit | commitdiff | tree |
| 2022-01-09 |
Jeff Davis | More cleanup of a2ab9c06ea. |
commit | commitdiff | tree |
| 2022-01-08 |
Tom Lane | Fix results of index-only scans on btree_gist char... |
commit | commitdiff | tree |
| 2022-01-08 |
Jeff Davis | Fix pgperlcritic complaint, per buildfarm. |
commit | commitdiff | tree |
| 2022-01-08 |
Michael Paquier | Fix issues with describe queries of extended statistics... |
commit | commitdiff | tree |
| 2022-01-08 |
Jeff Davis | Respect permissions within logical replication. |
commit | commitdiff | tree |
| 2022-01-08 |
Michael Paquier | Fix thinko coming from 000f3adf |
commit | commitdiff | tree |
| 2022-01-08 |
Bruce Momjian | Update copyright for 2022 |
commit | commitdiff | tree |
| 2022-01-07 |
Andrew Dunstan | Allow MSVC .bat wrappers to be called from anywhere |
commit | commitdiff | tree |
| 2022-01-07 |
Andrew Dunstan | Skip install/test of pgcrypto on MSVC when not built... |
commit | commitdiff | tree |
| 2022-01-07 |
Michael Paquier | Fix comment in fe-connect.c about PQping and pg_ctl |
commit | commitdiff | tree |
| 2022-01-07 |
Fujii Masao | postgres_fdw: Add regression test for postgres_fdw... |
commit | commitdiff | tree |
| 2022-01-07 |
Michael Paquier | Add TAP tests for pg_basebackup with compression |
commit | commitdiff | tree |
| next |