| 2023-11-23 |
Heikki Linnakangas | Use ResourceOwner to track WaitEventSets. |
commit | commitdiff | tree |
| 2023-11-23 |
Bruce Momjian | C comment: fix typos with unnecessary apostrophes |
commit | commitdiff | tree |
| 2023-11-22 |
Bruce Momjian | doc: remove double-negative in REFRESH MATERIALIZED... |
commit | commitdiff | tree |
| 2023-11-22 |
Amit Kapila | Fix the initial sync tables with no columns. |
commit | commitdiff | tree |
| 2023-11-22 |
Amit Kapila | Stop the search once the slot for replication origin... |
commit | commitdiff | tree |
| 2023-11-22 |
Bruce Momjian | doc: FreeBSD uses camcontrol identify, not atacontrol... |
commit | commitdiff | tree |
| 2023-11-22 |
Michael Paquier | Fix query checking consistency of table amhandlers... |
commit | commitdiff | tree |
| 2023-11-21 |
Bruce Momjian | doc: vacuum_cost_limit controls when vacuum_cost_delay... |
commit | commitdiff | tree |
| 2023-11-21 |
Alvaro Herrera | Remove unneeded assignments in for loop header |
commit | commitdiff | tree |
| 2023-11-21 |
Alvaro Herrera | Avoid overflow in fe_utils' printTable() |
commit | commitdiff | tree |
| 2023-11-21 |
Michael Paquier | Simplify some logic in CreateReplicationSlot() |
commit | commitdiff | tree |
| 2023-11-21 |
Amit Kapila | Log messages for replication slot acquisition and release. |
commit | commitdiff | tree |
| 2023-11-21 |
Andres Freund | meson: Document build targets, add 'help' target |
commit | commitdiff | tree |
| 2023-11-21 |
Andres Freund | meson: Add 'world' target |
commit | commitdiff | tree |
| 2023-11-21 |
Andres Freund | docs: meson: Change what 'docs' target builds |
commit | commitdiff | tree |
| 2023-11-21 |
Andres Freund | meson: docs: Add {html,man} targets, rename install... |
commit | commitdiff | tree |
| 2023-11-20 |
Jeff Davis | Optimize check_search_path() by using SearchPathCache. |
commit | commitdiff | tree |
| 2023-11-20 |
Jeff Davis | Be more paranoid about OOM in search_path cache. |
commit | commitdiff | tree |
| 2023-11-20 |
Michael Paquier | Prevent overflow for block number in buffile.c |
commit | commitdiff | tree |
| 2023-11-19 |
Tomas Vondra | Lock table in DROP STATISTICS |
commit | commitdiff | tree |
| 2023-11-18 |
Dean Rasheed | Guard against overflow in interval_mul() and interval_d... |
commit | commitdiff | tree |
| 2023-11-18 |
Dean Rasheed | doc: improve description of privileges for MERGE and... |
commit | commitdiff | tree |
| 2023-11-18 |
Andres Freund | meson: Fix missing dependency from install-quiet to... |
commit | commitdiff | tree |
| 2023-11-17 |
Jeff Davis | simplehash: preserve consistency in case of OOM. |
commit | commitdiff | tree |
| 2023-11-17 |
Andres Freund | docs: Fix standalone INSTALL, broken in 06c70849fb2 |
commit | commitdiff | tree |
| 2023-11-17 |
Bruce Momjian | doc: update query section to show LIMIT/OFFSET like... |
commit | commitdiff | tree |
| 2023-11-17 |
Andres Freund | Release lock on heap buffer before vacuuming FSM |
commit | commitdiff | tree |
| 2023-11-17 |
Tom Lane | Extract column statistics from CTE references, if possible. |
commit | commitdiff | tree |
| 2023-11-17 |
Andres Freund | docs: Document --with-selinux/-Dselinux options centrally |
commit | commitdiff | tree |
| 2023-11-17 |
Andres Freund | meson: Change default of 'selinux' feature option to... |
commit | commitdiff | tree |
| 2023-11-17 |
Peter Eisentraut | Allow tests to pass in OpenSSL FIPS mode (rest) |
commit | commitdiff | tree |
| 2023-11-17 |
Tom Lane | Don't specify number of dimensions in cases where we... |
commit | commitdiff | tree |
| 2023-11-17 |
Peter Eisentraut | Allow tests to pass in OpenSSL FIPS mode (TAP tests) |
commit | commitdiff | tree |
| 2023-11-17 |
Peter Eisentraut | pgcrypto: Allow tests to pass in OpenSSL FIPS mode |
commit | commitdiff | tree |
| 2023-11-17 |
Michael Paquier | Change logtape/tuplestore code to use int64 for block... |
commit | commitdiff | tree |
| 2023-11-17 |
Michael Paquier | Remove NOT_USED BufFileTellBlock() from buffile.c |
commit | commitdiff | tree |
| 2023-11-16 |
Peter Eisentraut | pgcrypto: Split off pgp-encrypt-md5 test |
commit | commitdiff | tree |
| 2023-11-16 |
Tom Lane | Ensure we preprocess expressions before checking their... |
commit | commitdiff | tree |
| 2023-11-16 |
Peter Eisentraut | Explicitly skip TAP tests under Meson if disabled |
commit | commitdiff | tree |
| 2023-11-16 |
Michael Paquier | Add target "slru" to pg_stat_reset_shared() |
commit | commitdiff | tree |
| 2023-11-16 |
Michael Paquier | psql: Add some completion support for CREATE TABLE... |
commit | commitdiff | tree |
| 2023-11-15 |
Nathan Bossart | Fix fallback implementation for pg_atomic_test_set_flag(). |
commit | commitdiff | tree |
| 2023-11-15 |
Nathan Bossart | Retire MemoryContextResetAndDeleteChildren() macro. |
commit | commitdiff | tree |
| 2023-11-15 |
Tom Lane | src/test/modules/test_dsa needs a .gitignore file. |
commit | commitdiff | tree |
| 2023-11-15 |
Daniel Gustafsson | doc: align column order with pg_stat_statements view |
commit | commitdiff | tree |
| 2023-11-15 |
Heikki Linnakangas | Clear CurrentResourceOwner earlier in CommitTransaction. |
commit | commitdiff | tree |
| 2023-11-15 |
Heikki Linnakangas | Add test_dsa module. |
commit | commitdiff | tree |
| 2023-11-15 |
Heikki Linnakangas | Fix dsa.c with different resource owners. |
commit | commitdiff | tree |
| 2023-11-15 |
Jeff Davis | Add cache for recomputeNamespacePath(). |
commit | commitdiff | tree |
| 2023-11-15 |
Michael Paquier | doc: Improve description of targets for pg_stat_reset_s... |
commit | commitdiff | tree |
| 2023-11-14 |
Robert Haas | Change how a base backup decides which files have check... |
commit | commitdiff | tree |
| 2023-11-14 |
Dean Rasheed | Support +/- infinity in the interval data type. |
commit | commitdiff | tree |
| 2023-11-14 |
Peter Eisentraut | doc: Update note about Bison and Flex build requirements |
commit | commitdiff | tree |
| 2023-11-14 |
Peter Eisentraut | Fix capitalization of "Tcl" |
commit | commitdiff | tree |
| 2023-11-14 |
Peter Eisentraut | Fix whitespace |
commit | commitdiff | tree |
| 2023-11-14 |
Peter Eisentraut | Replace Gen_dummy_probes.sed with Gen_dummy_probes.pl |
commit | commitdiff | tree |
| 2023-11-14 |
Tom Lane | Allow new role 'regress_dump_login_role' to log in... |
commit | commitdiff | tree |
| 2023-11-14 |
Michael Paquier | Add support for pg_stat_reset_slru without argument |
commit | commitdiff | tree |
| 2023-11-13 |
Tom Lane | Don't try to dump RLS policies or security labels for... |
commit | commitdiff | tree |
| 2023-11-13 |
Bruce Momjian | doc: clarify handling of ts_headline() operators ... |
commit | commitdiff | tree |
| 2023-11-13 |
Bruce Momjian | psql: improve description consistency of \dTS data... |
commit | commitdiff | tree |
| 2023-11-13 |
Bruce Momjian | doc: clarify handling of range upper/lower/upper_inf... |
commit | commitdiff | tree |
| 2023-11-13 |
Tom Lane | Improve default and empty privilege outputs in psql. |
commit | commitdiff | tree |
| 2023-11-13 |
Bruce Momjian | doc: move ROW IS NULL examples to a different chapter |
commit | commitdiff | tree |
| 2023-11-13 |
Bruce Momjian | doc: clarify that pg_global can _only_ be used for... |
commit | commitdiff | tree |
| 2023-11-13 |
Bruce Momjian | Adjust file_fdw regression tests for acc95f29ef FREEZE... |
commit | commitdiff | tree |
| 2023-11-13 |
Bruce Momjian | doc: restructure ALTER DEFAULT PRIVILEGES |
commit | commitdiff | tree |
| 2023-11-13 |
Tom Lane | Improve readability and error detection of array_in(). |
commit | commitdiff | tree |
| 2023-11-13 |
Bruce Momjian | doc: correct description of libpq's PQsetnonblocking... |
commit | commitdiff | tree |
| 2023-11-13 |
Bruce Momjian | Add error about the use of FREEZE in COPY TO |
commit | commitdiff | tree |
| 2023-11-13 |
Bruce Momjian | doc: remove RUNAS instructions for pg_upgrade on Windows |
commit | commitdiff | tree |
| 2023-11-13 |
Tom Lane | Don't release index root page pin in ginFindParents(). |
commit | commitdiff | tree |
| 2023-11-13 |
Daniel Gustafsson | doc: Add missing semicolon in example |
commit | commitdiff | tree |
| 2023-11-13 |
Etsuro Fujita | Remove incorrect file reference in comment. |
commit | commitdiff | tree |
| 2023-11-13 |
Amit Kapila | Use REGBUF_NO_CHANGE at one more place in the hash... |
commit | commitdiff | tree |
| 2023-11-12 |
Michael Paquier | Extend sendFileWithContent() to handle custom content... |
commit | commitdiff | tree |
| 2023-11-12 |
Michael Paquier | Add ability to reset all shared stats types in pg_stat_... |
commit | commitdiff | tree |
| 2023-11-12 |
Michael Paquier | Fix inconsistencies for queries on pg_class in type_san... |
commit | commitdiff | tree |
| 2023-11-10 |
Alexander Korotkov | Fix how SJE checks against PHVs |
commit | commitdiff | tree |
| 2023-11-10 |
Peter Eisentraut | Fix whitespace |
commit | commitdiff | tree |
| 2023-11-10 |
Amit Kapila | Prohibit max_slot_wal_keep_size to value other than... |
commit | commitdiff | tree |
| 2023-11-09 |
Bruce Momjian | doc: fix wording describing the checkpoint_flush_after GUC |
commit | commitdiff | tree |
| 2023-11-09 |
Bruce Momjian | doc: remove unnecessary comma in postgres-fdw |
commit | commitdiff | tree |
| 2023-11-09 |
Tom Lane | Fix computation of varnullingrels when const-folding... |
commit | commitdiff | tree |
| 2023-11-09 |
Peter Eisentraut | meson: Install missing example files |
commit | commitdiff | tree |
| 2023-11-09 |
Peter Eisentraut | meson: Fix doc installation path computation |
commit | commitdiff | tree |
| 2023-11-09 |
Alexander Korotkov | Fix the way SJE removes references from PHVs |
commit | commitdiff | tree |
| 2023-11-09 |
Dean Rasheed | Avoid integer overflow hazard in interval_time(). |
commit | commitdiff | tree |
| 2023-11-09 |
Dean Rasheed | Fix AFTER ROW trigger execution in MERGE cross-partitio... |
commit | commitdiff | tree |
| 2023-11-09 |
David Rowley | Ensure we use the correct spelling of "ensure" |
commit | commitdiff | tree |
| 2023-11-09 |
Dean Rasheed | Fix corner-case 64-bit integer subtraction bug on some... |
commit | commitdiff | tree |
| 2023-11-09 |
Amit Kapila | Fix uninitialized slot array access during the upgrade. |
commit | commitdiff | tree |
| 2023-11-09 |
Michael Paquier | pg_stat_statements: Remove duplicated tests for SET... |
commit | commitdiff | tree |
| 2023-11-08 |
Heikki Linnakangas | Fix bug in the new ResourceOwner implementation. |
commit | commitdiff | tree |
| 2023-11-08 |
Bruce Momjian | doc:: simplify introductory text |
commit | commitdiff | tree |
| 2023-11-08 |
Bruce Momjian | README: remove duplicate download link & mention relat... |
commit | commitdiff | tree |
| 2023-11-08 |
Bruce Momjian | doc: change "system" to "cluster" where appropriate |
commit | commitdiff | tree |
| 2023-11-08 |
Bruce Momjian | doc: mention that ANALYZE does block DDL |
commit | commitdiff | tree |
| 2023-11-08 |
Alvaro Herrera | Check stack depth in new recursive functions |
commit | commitdiff | tree |
| 2023-11-08 |
Tom Lane | Fix some issues with tracking nesting level in pg_stat_... |
commit | commitdiff | tree |
| next |