2023-04-23 |
Alexander Korotkov | Validate ltree siglen GiST option to be int-aligned master |
commit | commitdiff | tree |
2023-04-23 |
Alexander Korotkov | Fix custom validators call in build_local_reloptions() |
commit | commitdiff | tree |
2023-04-22 |
Tom Lane | Doc: update pgindent/README some more. |
commit | commitdiff | tree |
2023-04-21 |
Jeff Davis | Fix initdb --no-locale. |
commit | commitdiff | tree |
2023-04-21 |
Jeff Davis | Avoid character classification in regex escape parsing. |
commit | commitdiff | tree |
2023-04-21 |
Daniel Gustafsson | Reorder connection markers in loadbalance tests |
commit | commitdiff | tree |
2023-04-21 |
Daniel Gustafsson | Make libpq error messages consistent for translation |
commit | commitdiff | tree |
2023-04-21 |
Fujii Masao | doc: Add documentation for PGLOADBALANCEHOSTS environme... |
commit | commitdiff | tree |
2023-04-20 |
David Rowley | Remove unused global variable |
commit | commitdiff | tree |
2023-04-20 |
David Rowley | Fix incorrect function name reference |
commit | commitdiff | tree |
2023-04-20 |
Michael Paquier | Remove io prefix from pg_stat_io columns |
commit | commitdiff | tree |
2023-04-20 |
Tom Lane | Use --strip-unneeded when stripping static libraries... |
commit | commitdiff | tree |
2023-04-20 |
Daniel Gustafsson | Fix autovacuum cost debug logging |
commit | commitdiff | tree |
2023-04-20 |
David Rowley | Doc: clarify NULLS NOT DISTINCT use in unique indexes |
commit | commitdiff | tree |
2023-04-20 |
Amit Kapila | Restart the apply worker if the 'password_required... |
commit | commitdiff | tree |
2023-04-20 |
Thomas Munro | Remove obsolete defense against strxfrm() bugs. |
commit | commitdiff | tree |
2023-04-19 |
David Rowley | Fix list_copy_head() with empty Lists |
commit | commitdiff | tree |
2023-04-19 |
Peter Geoghegan | Use nbtdesc "level" field name consistently. |
commit | commitdiff | tree |
2023-04-19 |
Peter Geoghegan | Fix wal_consistency_checking enhanced desc output. |
commit | commitdiff | tree |
2023-04-19 |
Tom Lane | Add missed case for tab completion of GRANT/REVOKE... |
commit | commitdiff | tree |
2023-04-19 |
Daniel Gustafsson | Fix errormessage for missing system CA in OpenSSL 3.1 |
commit | commitdiff | tree |
2023-04-19 |
Peter Eisentraut | Remove some tabs in SQL code in C string literals |
commit | commitdiff | tree |
2023-04-19 |
Michael Paquier | Fix generation of distribution tarball |
commit | commitdiff | tree |
2023-04-19 |
David Rowley | Fix various typos and incorrect/outdated name references |
commit | commitdiff | tree |
2023-04-18 |
Jeff Davis | Build ICU support by default. |
commit | commitdiff | tree |
2023-04-18 |
Tom Lane | Update time zone data files to tzdata release 2023c. |
commit | commitdiff | tree |
2023-04-18 |
Peter Geoghegan | Remove useless argument from nbtree dedup function. |
commit | commitdiff | tree |
2023-04-18 |
Tom Lane | Fix Utils.pm's locale-munging so that Perl itself is... |
commit | commitdiff | tree |
2023-04-18 |
Robert Haas | Fix pg_basebackup with in-place tablespaces some more. |
commit | commitdiff | tree |
2023-04-18 |
Michael Paquier | ecpg: Fix handling of strings in ORACLE compat code... |
commit | commitdiff | tree |
2023-04-18 |
David Rowley | Fix some typos and some incorrectly duplicated words |
commit | commitdiff | tree |
2023-04-18 |
David Rowley | Fix various typos |
commit | commitdiff | tree |
2023-04-17 |
Jeff Davis | Comment fix for 60684dd834. |
commit | commitdiff | tree |
2023-04-17 |
Tom Lane | Update Solution.pm for HAVE_GSSAPI[_GSSAPI]_EXT_H,... |
commit | commitdiff | tree |
2023-04-17 |
Tom Lane | Avoid trying to write an empty WAL record in log_newpag... |
commit | commitdiff | tree |
2023-04-17 |
Peter Geoghegan | Fix incorrect comment about nbtree WAL record. |
commit | commitdiff | tree |
2023-04-17 |
Tom Lane | Further cleanup of autoconf output files for GSSAPI... |
commit | commitdiff | tree |
2023-04-17 |
Stephen Frost | Update configure for ab969a376 |
commit | commitdiff | tree |
2023-04-17 |
Peter Eisentraut | doc: Add additional SQL features codes from SQL:2023 |
commit | commitdiff | tree |
2023-04-17 |
Stephen Frost | Update Kerberos/GSSAPI configure/meson check |
commit | commitdiff | tree |
2023-04-17 |
Peter Eisentraut | Put new command-line option into sensible order in... |
commit | commitdiff | tree |
2023-04-16 |
David Rowley | Doc: remove notes about the version vacuumdb options... |
commit | commitdiff | tree |
2023-04-16 |
Tom Lane | Ensure result of an aggregate's finalfunc is made read... |
commit | commitdiff | tree |
2023-04-16 |
Tom Lane | Avoid using non-ASCII commentary in daitch_mokotoff.c. |
commit | commitdiff | tree |
2023-04-16 |
David Rowley | Doc: add note about --buffer-usage-limit being v16... |
commit | commitdiff | tree |
2023-04-16 |
David Rowley | Improve VACUUM/ANALYZE BUFFER_USAGE_LIMIT docs |
commit | commitdiff | tree |
2023-04-15 |
Tom Lane | Fix assignment to array of domain over composite, redux. |
commit | commitdiff | tree |
2023-04-15 |
Tom Lane | Remove some non-ASCII symbols from a comment. |
commit | commitdiff | tree |
2023-04-14 |
David Rowley | Adjust Valgrind macro usage to protect chunk headers |
commit | commitdiff | tree |
2023-04-14 |
Andres Freund | Support RBM_ZERO_AND_CLEANUP_LOCK in ExtendBufferedRelT... |
commit | commitdiff | tree |
2023-04-14 |
Tom Lane | NULL is not an ideal way to spell bool "false". |
commit | commitdiff | tree |
2023-04-14 |
Daniel Gustafsson | doc: PQinitOpenSSL and PQinitSSL are obsolete in OpenSS... |
commit | commitdiff | tree |
2023-04-14 |
Peter Eisentraut | Fix whitespace |
commit | commitdiff | tree |
2023-04-14 |
Peter Eisentraut | Add missing source files to nls.mk |
commit | commitdiff | tree |
2023-04-14 |
David Rowley | Fix incorrect partition pruning logic for boolean parti... |
commit | commitdiff | tree |
2023-04-14 |
Michael Paquier | doc: Fix some grammar for logical decoding description... |
commit | commitdiff | tree |
2023-04-13 |
Thomas Munro | Fix PHJ match bit initialization. |
commit | commitdiff | tree |
2023-04-13 |
Michael Paquier | Remove code in charge of freeing regexps generation... |
commit | commitdiff | tree |
2023-04-13 |
David Rowley | Remove old GUC name mapping for "force_parallel_mode" |
commit | commitdiff | tree |
2023-04-13 |
Peter Eisentraut | Update Unicode data to CLDR 43 |
commit | commitdiff | tree |
2023-04-13 |
Peter Geoghegan | Harmonize some more function parameter names. |
commit | commitdiff | tree |
2023-04-13 |
Stephen Frost | Explicitly require MIT Kerberos for GSSAPI |
commit | commitdiff | tree |
2023-04-13 |
Stephen Frost | De-Revert "Add support for Kerberos credential delegation" |
commit | commitdiff | tree |
2023-04-13 |
Peter Eisentraut | doc: Make HTML ids discoverable |
commit | commitdiff | tree |
2023-04-13 |
Peter Eisentraut | Add missing XML ID attribute |
commit | commitdiff | tree |
2023-04-13 |
Thomas Munro | Skip the 004_io_direct.pl test if a pre-flight check... |
commit | commitdiff | tree |
2023-04-12 |
Thomas Munro | Remove overzealous assertion from PHJ. |
commit | commitdiff | tree |
2023-04-12 |
Alvaro Herrera | Revert "Adjust contrib/sepgsql regression test expected... |
commit | commitdiff | tree |
2023-04-12 |
Andres Freund | Improve error messages introduced in be87200efd9 and... |
commit | commitdiff | tree |
2023-04-12 |
Alvaro Herrera | Revert "Catalog NOT NULL constraints" and fallout |
commit | commitdiff | tree |
2023-04-12 |
Robert Haas | basebackup_to_shell: Check for a NULL return from OpenP... |
commit | commitdiff | tree |
2023-04-12 |
Robert Haas | Document BaseBackupSync and BaseBackupWrite wait events. |
commit | commitdiff | tree |
2023-04-12 |
Tom Lane | Fix parallel-safety marking when moving initplans to... |
commit | commitdiff | tree |
2023-04-12 |
Daniel Gustafsson | doc: Reword unexplained abbreviation |
commit | commitdiff | tree |
2023-04-12 |
Peter Eisentraut | Fix incorrect format placeholders |
commit | commitdiff | tree |
2023-04-12 |
Peter Eisentraut | Update config.guess and config.sub |
commit | commitdiff | tree |
2023-04-12 |
Michael Paquier | doc: Fix some typos and grammar |
commit | commitdiff | tree |
2023-04-12 |
Michael Paquier | Fix detection of unseekable files for fseek() and ftell... |
commit | commitdiff | tree |
2023-04-11 |
Peter Geoghegan | Refine the guidelines for rmgrdesc authors. |
commit | commitdiff | tree |
2023-04-11 |
Peter Geoghegan | Fix Heap rmgr's desc output for infobits arrays. |
commit | commitdiff | tree |
2023-04-11 |
Peter Geoghegan | Fix xl_heap_lock WAL record field's data type. |
commit | commitdiff | tree |
2023-04-11 |
Andres Freund | 035_standby_logical_decoding: Add missing waits for... |
commit | commitdiff | tree |
2023-04-11 |
Robert Haas | Document new pg_subscription columns. |
commit | commitdiff | tree |
2023-04-11 |
David Rowley | Fix uninitialized variable in transformTableLikeClause() |
commit | commitdiff | tree |
2023-04-11 |
David Rowley | Improve ereports for VACUUM's BUFFER_USAGE_LIMIT option |
commit | commitdiff | tree |
2023-04-11 |
David Rowley | Doc: use "an SQL" consistently rather than "a SQL" |
commit | commitdiff | tree |
2023-04-11 |
Peter Geoghegan | Clarify nbtree posting list update desc issue. |
commit | commitdiff | tree |
2023-04-10 |
Tom Lane | Doc: add missed entries in BRIN extensibility tables. |
commit | commitdiff | tree |
2023-04-10 |
Peter Geoghegan | Fix nbtree posting list update desc output. |
commit | commitdiff | tree |
2023-04-10 |
Tom Lane | Doc: adjust examples of EXTRACT() output to match curre... |
commit | commitdiff | tree |
2023-04-10 |
Tom Lane | Doc: avoid using pg_get_publication_tables() in an... |
commit | commitdiff | tree |
2023-04-08 |
Daniel Gustafsson | Simplify version check for SKIP clause |
commit | commitdiff | tree |
2023-04-08 |
Thomas Munro | Use higher wal_level for 004_io_direct.pl. |
commit | commitdiff | tree |
2023-04-08 |
Tom Lane | Improve indentation of multiline initialization express... |
commit | commitdiff | tree |
2023-04-08 |
Andrew Dunstan | Try to unbreak MSVC builds for pg_waldump |
commit | commitdiff | tree |
2023-04-08 |
Tom Lane | Suppress bogus printout during new 035_standby_logical_... |
commit | commitdiff | tree |
2023-04-08 |
Daniel Gustafsson | Skip \password TAP test on old IPC::Run versions |
commit | commitdiff | tree |
2023-04-08 |
Andrew Dunstan | Try to unbreak MSVC builds for fuzzystrmatch |
commit | commitdiff | tree |
2023-04-08 |
Stephen Frost | Revert "Add support for Kerberos credential delegation" |
commit | commitdiff | tree |
2023-04-08 |
Thomas Munro | Redesign interrupt/cancel API for regex engine. |
commit | commitdiff | tree |
next |