| 2022-03-23 |
Tatsuo Ishii | Allow pgbench to retry in some cases. |
commit | commitdiff | tree |
| 2022-03-23 |
Thomas Munro | Try to stabilize vacuum test. |
commit | commitdiff | tree |
| 2022-03-23 |
Andrew Dunstan | Temporarily disable installcheck for test_oat_hooks... |
commit | commitdiff | tree |
| 2022-03-22 |
Andrew Dunstan | Revert "Common SQL/JSON clauses" |
commit | commitdiff | tree |
| 2022-03-22 |
Andres Freund | Add missing xlogdefs.h include to pg_subscription.h. |
commit | commitdiff | tree |
| 2022-03-22 |
Andrew Dunstan | Common SQL/JSON clauses |
commit | commitdiff | tree |
| 2022-03-22 |
Andrew Dunstan | Tidy up Object Access hooks tests |
commit | commitdiff | tree |
| 2022-03-22 |
Andrew Dunstan | Fix new Object Access hooks test |
commit | commitdiff | tree |
| 2022-03-22 |
Andres Freund | Add missing dependency of pg_dumpall to WIN32RES. |
commit | commitdiff | tree |
| 2022-03-22 |
Andres Freund | pgstat: fix function name in comment. |
commit | commitdiff | tree |
| 2022-03-22 |
Andrew Dunstan | Add a test module for Object Access hooks |
commit | commitdiff | tree |
| 2022-03-22 |
Andrew Dunstan | Add String object access hooks |
commit | commitdiff | tree |
| 2022-03-22 |
Tom Lane | Revert "graceful shutdown" changes for Windows. |
commit | commitdiff | tree |
| 2022-03-22 |
Dean Rasheed | Add support for security invoker views. |
commit | commitdiff | tree |
| 2022-03-22 |
Peter Eisentraut | pgcrypto: Remove internal padding implementation |
commit | commitdiff | tree |
| 2022-03-22 |
Michael Paquier | Fix failures in SSL tests caused by out-of-tree keys... |
commit | commitdiff | tree |
| 2022-03-22 |
Amit Kapila | Add ALTER SUBSCRIPTION ... SKIP. |
commit | commitdiff | tree |
| 2022-03-21 |
Andres Freund | pgstat: reorder pgstat.[ch] contents. |
commit | commitdiff | tree |
| 2022-03-21 |
Tom Lane | Fix assorted missing logic for GroupingFunc nodes. |
commit | commitdiff | tree |
| 2022-03-21 |
Andres Freund | pgstat: split different types of stats into separate... |
commit | commitdiff | tree |
| 2022-03-21 |
Tom Lane | Fix bogus dependency handling for GENERATED expressions. |
commit | commitdiff | tree |
| 2022-03-21 |
Tom Lane | Move pg_attrdef manipulation code into new file catalog... |
commit | commitdiff | tree |
| 2022-03-21 |
Tom Lane | Fix risk of deadlock failure while dropping a partition... |
commit | commitdiff | tree |
| 2022-03-21 |
Tom Lane | Remove workarounds for avoiding [U]INT64_FORMAT in... |
commit | commitdiff | tree |
| 2022-03-21 |
Magnus Hagander | Fix typo in file identification |
commit | commitdiff | tree |
| 2022-03-21 |
Andres Freund | pgstat: separate "xact level" handling out of relation... |
commit | commitdiff | tree |
| 2022-03-21 |
Andres Freund | pgstat: rename pgstat_initstats() to pgstat_relation_in... |
commit | commitdiff | tree |
| 2022-03-21 |
Andres Freund | pgstat: introduce pgstat_relation_should_count(). |
commit | commitdiff | tree |
| 2022-03-20 |
Alvaro Herrera | Blind fix for uninitialized memory bug in ba9a7e392171 |
commit | commitdiff | tree |
| 2022-03-20 |
Thomas Munro | Log regression.diffs in 027_stream_regress.pl. |
commit | commitdiff | tree |
| 2022-03-20 |
Tom Lane | psql: handle tab completion of timezone names after... |
commit | commitdiff | tree |
| 2022-03-20 |
Alvaro Herrera | Enforce foreign key correctly during cross-partition... |
commit | commitdiff | tree |
| 2022-03-20 |
Tom Lane | Doc: fix our example systemd script. |
commit | commitdiff | tree |
| 2022-03-20 |
Peter Eisentraut | Fix global ICU collations for ICU < 54 |
commit | commitdiff | tree |
| 2022-03-19 |
Andres Freund | Add a few recent and not so recent revs to git-blame... |
commit | commitdiff | tree |
| 2022-03-19 |
Andres Freund | pgstat: split out WAL handling from pgstat_{initialize... |
commit | commitdiff | tree |
| 2022-03-19 |
Andres Freund | pgstat: split relation, database handling out of pgstat... |
commit | commitdiff | tree |
| 2022-03-19 |
Andres Freund | pgstat: run pgindent on pgstat.c/h. |
commit | commitdiff | tree |
| 2022-03-19 |
Andres Freund | ci: windows: Use CIRRUS_ESCAPING_PROCESSES, revert... |
commit | commitdiff | tree |
| 2022-03-19 |
Alvaro Herrera | Fix an outdated and grammatically wrong comment |
commit | commitdiff | tree |
| 2022-03-19 |
Michael Paquier | Improve handling of SET ACCESS METHOD for ALTER MATERIA... |
commit | commitdiff | tree |
| 2022-03-19 |
Michael Paquier | Add regression tests for ALTER MATERIALIZED VIEW with... |
commit | commitdiff | tree |
| 2022-03-19 |
Michael Paquier | doc: Mention SET TABLESPACE clause for ALTER MATERIALIZ... |
commit | commitdiff | tree |
| 2022-03-19 |
Andres Freund | Silence -Wmaybe-uninitialized compiler warning in dbcom... |
commit | commitdiff | tree |
| 2022-03-19 |
Noah Misch | Close race condition in slot_creation_error.spec. |
commit | commitdiff | tree |
| 2022-03-18 |
Andres Freund | ci: compile with -Og where applicable. |
commit | commitdiff | tree |
| 2022-03-18 |
Andres Freund | ci: include hints how to install OS packages. |
commit | commitdiff | tree |
| 2022-03-18 |
Tom Lane | Fix incorrect xmlschema output for types timetz and... |
commit | commitdiff | tree |
| 2022-03-18 |
Tom Lane | Specify database encoding in new ICU test. |
commit | commitdiff | tree |
| 2022-03-18 |
Tom Lane | Doc: remove bogus instruction to install contrib/hstore. |
commit | commitdiff | tree |
| 2022-03-18 |
Tom Lane | Remove workarounds for avoiding [U]INT64_FORMAT in... |
commit | commitdiff | tree |
| 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 |
| next |