| 2022-03-18 |
Thomas Munro | Add circular WAL decoding buffer, take II. |
commit | commitdiff | tree |
| 2022-03-18 |
Michael Paquier | doc: Remove mention to in-place tablespaces for pg_tabl... |
commit | commitdiff | tree |
| 2022-03-18 |
Michael Paquier | Fix header inclusion order in pg_receivewal.c |
commit | commitdiff | tree |
| 2022-03-18 |
Thomas Munro | Declare aarch64 has single copy atomicity for 8 byte... |
commit | commitdiff | tree |
| 2022-03-17 |
Tom Lane | Don't bother to attach column name lists to RowExprs... |
commit | commitdiff | tree |
| 2022-03-17 |
Tom Lane | Revert applying column aliases to the output of whole... |
commit | commitdiff | tree |
| 2022-03-17 |
Robert Haas | Refactor code for reading and writing relation map... |
commit | commitdiff | tree |
| 2022-03-17 |
Tomas Vondra | Fix row filters with multiple publications |
commit | commitdiff | tree |
| 2022-03-17 |
Peter Eisentraut | doc: Add documentation for new field pg_database.daticu... |
commit | commitdiff | tree |
| 2022-03-17 |
Alvaro Herrera | Split ExecUpdate and ExecDelete into reusable pieces |
commit | commitdiff | tree |
| 2022-03-17 |
Peter Eisentraut | Add option to use ICU as global locale provider |
commit | commitdiff | tree |
| 2022-03-17 |
Michael Paquier | Fix pg_tablespace_location() with in-place tablespaces |
commit | commitdiff | tree |
| 2022-03-16 |
Tomas Vondra | Fix publish_as_relid with multiple publications |
commit | commitdiff | tree |
| 2022-03-16 |
Robert Haas | Suppress compiler warnings. |
commit | commitdiff | tree |
| 2022-03-16 |
Daniel Gustafsson | doc: Ensure intermediate path creation with mkdir |
commit | commitdiff | tree |
| 2022-03-16 |
Alexander Korotkov | Fix default signature length for gist_ltree_ops |
commit | commitdiff | tree |
| 2022-03-16 |
Thomas Munro | Fix race between DROP TABLESPACE and checkpointing. |
commit | commitdiff | tree |
| 2022-03-16 |
Michael Paquier | pageinspect: Fix memory context allocation of page... |
commit | commitdiff | tree |
| 2022-03-16 |
Thomas Munro | Fix documentation typo in commit 5e6368b4. |
commit | commitdiff | tree |
| 2022-03-16 |
Thomas Munro | Fix waiting in RegisterSyncRequest(). |
commit | commitdiff | tree |
| 2022-03-16 |
Michael Paquier | pageinspect: Fix handling of page sizes and AM types |
commit | commitdiff | tree |
| 2022-03-16 |
Thomas Munro | Wake up for latches in CheckpointWriteDelay(). |
commit | commitdiff | tree |
| 2022-03-15 |
Thomas Munro | Silence LLVM 14 API deprecation warnings. |
commit | commitdiff | tree |
| 2022-03-15 |
Robert Haas | Remove accidentally-committed file. |
commit | commitdiff | tree |
| 2022-03-15 |
Robert Haas | Add 'basebackup_to_shell' contrib module. |
commit | commitdiff | tree |
| 2022-03-15 |
Robert Haas | Allow extensions to add new backup targets. |
commit | commitdiff | tree |
| 2022-03-15 |
Robert Haas | Change HAVE_LIBLZ4 and HAVE_LIBZSTD tests to USE_LZ4... |
commit | commitdiff | tree |
| 2022-03-15 |
Amit Kapila | Fix compiler warning introduced in commit 705e20f855. |
commit | commitdiff | tree |
| 2022-03-15 |
Michael Paquier | Fix collection of typos in the code and the documentation |
commit | commitdiff | tree |
| 2022-03-15 |
Michael Paquier | Add more regression tests for pg_ls_dir() |
commit | commitdiff | tree |
| 2022-03-15 |
Thomas Munro | Fix pg_basebackup with in-place tablespaces. |
commit | commitdiff | tree |
| 2022-03-14 |
Robert Haas | Support "of", "tzh", and "tzm" format codes. |
commit | commitdiff | tree |
| 2022-03-14 |
Amit Kapila | Optionally disable subscriptions on error. |
commit | commitdiff | tree |
| 2022-03-13 |
Tom Lane | Fix bogus tab-completion queries. |
commit | commitdiff | tree |
| 2022-03-13 |
Peter Geoghegan | VACUUM VERBOSE: tweak scanned_pages logic. |
commit | commitdiff | tree |
| 2022-03-12 |
Andres Freund | Force track_io_timing off in explain.sql to avoid failu... |
commit | commitdiff | tree |
| 2022-03-12 |
Andres Freund | Set synchronous_commit=on in test_setup.sql. |
commit | commitdiff | tree |
| 2022-03-12 |
Peter Geoghegan | vacuumlazy.c: Standardize rel_pages terminology. |
commit | commitdiff | tree |
| 2022-03-12 |
Peter Geoghegan | vacuumlazy.c: document vistest and OldestXmin. |
commit | commitdiff | tree |
| 2022-03-12 |
Peter Geoghegan | Normalize heap_prepare_freeze_tuple argument name. |
commit | commitdiff | tree |
| 2022-03-12 |
Michael Paquier | Bump XLOG_PAGE_MAGIC due to the addition of wal_compres... |
commit | commitdiff | tree |
| 2022-03-11 |
Alvaro Herrera | Add API of sorts for transition table handling in trigger.c |
commit | commitdiff | tree |
| 2022-03-11 |
Tom Lane | Restore the previous semantics of get_constraint_index(). |
commit | commitdiff | tree |
| 2022-03-11 |
Robert Haas | pg_basebackup: Clean up some bogus file extension tests. |
commit | commitdiff | tree |
| 2022-03-11 |
Robert Haas | pg_basebackup: Avoid unclean failure with server-compre... |
commit | commitdiff | tree |
| 2022-03-11 |
Peter Eisentraut | DefineCollation() code cleanup |
commit | commitdiff | tree |
| 2022-03-11 |
Michael Paquier | doc: Standardize capitalization of term "hot standby... |
commit | commitdiff | tree |
| 2022-03-11 |
Michael Paquier | Add support for zstd with compression of full-page... |
commit | commitdiff | tree |
| 2022-03-11 |
Michael Paquier | Fix header inclusion order in xloginsert.c with lz4.h |
commit | commitdiff | tree |
| 2022-03-10 |
Andres Freund | dshash: Add sequential scan support. |
commit | commitdiff | tree |
| 2022-03-10 |
Peter Eisentraut | Re-update Unicode data to CLDR 39 |
commit | commitdiff | tree |
| 2022-03-09 |
Andres Freund | ldap tests: Add paths for openbsd. |
commit | commitdiff | tree |
| 2022-03-09 |
Andres Freund | ldap tests: Don't run on unsupported operating systems. |
commit | commitdiff | tree |
| 2022-03-09 |
Peter Eisentraut | Fix double declaration for check_ok() in pg_upgrade.h |
commit | commitdiff | tree |
| 2022-03-09 |
Peter Eisentraut | Add parse_analyze_withcb() |
commit | commitdiff | tree |
| 2022-03-09 |
Peter Eisentraut | pycodestyle (PEP 8) cleanup in Python scripts |
commit | commitdiff | tree |
| 2022-03-09 |
Peter Eisentraut | unaccent: Remove Python 2 support from Python script |
commit | commitdiff | tree |
| 2022-03-09 |
Michael Paquier | doc: Add ALTER/DROP ROUTINE to the event trigger matrix |
commit | commitdiff | tree |
| 2022-03-09 |
Michael Paquier | doc: Improve references to term "FSM" in pageinspect... |
commit | commitdiff | tree |
| 2022-03-08 |
Andres Freund | plpython: Restore alternative output for plpython_error... |
commit | commitdiff | tree |
| 2022-03-08 |
Tomas Vondra | Stabilize test_decoding touching with sequences |
commit | commitdiff | tree |
| 2022-03-08 |
Andres Freund | plpython: add missing plpython.h include to plpy_plpymo... |
commit | commitdiff | tree |
| 2022-03-08 |
Robert Haas | Fix LZ4 tests for remaining buffer space. |
commit | commitdiff | tree |
| 2022-03-08 |
Robert Haas | Add support for zstd base backup compression. |
commit | commitdiff | tree |
| 2022-03-08 |
Michael Paquier | Improve comment in execReplication.c |
commit | commitdiff | tree |
| 2022-03-08 |
Amit Kapila | Add the additional information to the logical replicati... |
commit | commitdiff | tree |
| 2022-03-08 |
Andres Freund | plpython: Adjust docs after removal of Python 2 support. |
commit | commitdiff | tree |
| 2022-03-08 |
Andres Freund | plpython: Code cleanup related to removal of Python... |
commit | commitdiff | tree |
| 2022-03-08 |
Andres Freund | plpython: Remove regression test infrastructure for... |
commit | commitdiff | tree |
| 2022-03-08 |
Andres Freund | plpython: Remove plpythonu, plpython2u and associated... |
commit | commitdiff | tree |
| 2022-03-08 |
Michael Paquier | Simplify SRFs using materialize mode in contrib/ modules |
commit | commitdiff | tree |
| 2022-03-07 |
Tomas Vondra | Call ReorderBufferProcessXid from sequence_decode |
commit | commitdiff | tree |
| 2022-03-07 |
Peter Eisentraut | Add pg_analyze_and_rewrite_varparams() |
commit | commitdiff | tree |
| 2022-03-07 |
Amit Kapila | Make the errcontext message in logical replication... |
commit | commitdiff | tree |
| 2022-03-07 |
Michael Paquier | Create routine able to set single-call SRFs for Materia... |
commit | commitdiff | tree |
| 2022-03-05 |
Andres Freund | ci: windows: Work around cirrus-ci bug causing test... |
commit | commitdiff | tree |
| 2022-03-05 |
Noah Misch | Use PG_TEST_TIMEOUT_DEFAULT for pg_regress suite non... |
commit | commitdiff | tree |
| 2022-03-05 |
Noah Misch | Introduce PG_TEST_TIMEOUT_DEFAULT for TAP suite non... |
commit | commitdiff | tree |
| 2022-03-04 |
Tom Lane | Fix pg_regress to print the correct postmaster address... |
commit | commitdiff | tree |
| 2022-03-04 |
Peter Eisentraut | Parse/analyze function renaming |
commit | commitdiff | tree |
| 2022-03-04 |
Peter Eisentraut | psql: Make SSL info display more compact |
commit | commitdiff | tree |
| 2022-03-04 |
Amit Kapila | Add some additional tests for row filters in logical... |
commit | commitdiff | tree |
| 2022-03-04 |
Tom Lane | Tighten overflow checks in tidin(). |
commit | commitdiff | tree |
| 2022-03-04 |
Michael Paquier | doc: Fix description of pg_stop_backup() |
commit | commitdiff | tree |
| 2022-03-04 |
Tom Lane | Remove some pointless code in block.h. |
commit | commitdiff | tree |
| 2022-03-04 |
Tom Lane | Fix bogus casting in BlockIdGetBlockNumber(). |
commit | commitdiff | tree |
| 2022-03-03 |
Tom Lane | Clean up assorted failures under clang's -fsanitize... |
commit | commitdiff | tree |
| 2022-03-03 |
Michael Paquier | Fix catalog data of pg_stop_backup(), labelled v2 |
commit | commitdiff | tree |
| 2022-03-02 |
Tom Lane | Doc: update libpq.sgml for root-owned SSL private keys. |
commit | commitdiff | tree |
| 2022-03-02 |
Peter Eisentraut | Add id's to various elements in protocol.sgml |
commit | commitdiff | tree |
| 2022-03-01 |
Tatsuo Ishii | Fix typo in pgbench messages. |
commit | commitdiff | tree |
| 2022-03-01 |
Michael Paquier | Fix check for PGHOST[ADDR] in pg_upgrade with Windows... |
commit | commitdiff | tree |
| 2022-03-01 |
Peter Eisentraut | psql: Additional tests |
commit | commitdiff | tree |
| 2022-03-01 |
Michael Paquier | Rework internal command generation of pg_rewind |
commit | commitdiff | tree |
| 2022-03-01 |
Amit Kapila | Reconsider pg_stat_subscription_workers view. |
commit | commitdiff | tree |
| 2022-02-28 |
Tom Lane | Handle integer overflow in interval justification funct... |
commit | commitdiff | tree |
| 2022-02-28 |
Tom Lane | Allow root-owned SSL private keys in libpq, not only... |
commit | commitdiff | tree |
| 2022-02-28 |
Tom Lane | Don't use static storage for SaveTransactionCharacteris... |
commit | commitdiff | tree |
| 2022-02-28 |
Tom Lane | Fix SPI's handling of errors during transaction commit. |
commit | commitdiff | tree |
| 2022-02-28 |
Tom Lane | Adjust interaction of libpq pipeline mode with errorMes... |
commit | commitdiff | tree |
| next |