2023-03-24 |
Andres Freund | meson: add install-{docs,doc-html,doc-man} targets |
commit | commitdiff | tree |
2023-03-24 |
Andres Freund | meson: make install_test_files more generic, rename... |
commit | commitdiff | tree |
2023-03-24 |
Etsuro Fujita | Doc: Improve description of the "batch_size" option... |
commit | commitdiff | tree |
2023-03-24 |
Michael Paquier | Rewrite error message related to sslmode in libpq |
commit | commitdiff | tree |
2023-03-23 |
Michael Paquier | Rename fields in pgstat structures for functions and... |
commit | commitdiff | tree |
2023-03-23 |
Tom Lane | Implement find_my_exec()'s path normalization using... |
commit | commitdiff | tree |
2023-03-23 |
Daniel Gustafsson | doc: fix another case of missing productname markup |
commit | commitdiff | tree |
2023-03-23 |
Peter Geoghegan | Count updates that move row to a new page. |
commit | commitdiff | tree |
2023-03-23 |
Jeff Davis | Handle the "und" locale in ICU versions 54 and older. |
commit | commitdiff | tree |
2023-03-23 |
Robert Haas | amcheck: Fix a few bugs in new update chain validation. |
commit | commitdiff | tree |
2023-03-23 |
Tom Lane | Add missing "-I." flag when building pg_bsd_indent. |
commit | commitdiff | tree |
2023-03-23 |
Tomas Vondra | Minor comment improvements for compress_lz4 |
commit | commitdiff | tree |
2023-03-23 |
Tomas Vondra | Unify buffer sizes in pg_dump compression API |
commit | commitdiff | tree |
2023-03-23 |
Tomas Vondra | Improve type handling in pg_dump's compress file API |
commit | commitdiff | tree |
2023-03-23 |
Jeff Davis | Wrap ICU ucol_open(). |
commit | commitdiff | tree |
2023-03-23 |
Amit Kapila | Ignore generated columns during apply of update/delete. |
commit | commitdiff | tree |
2023-03-23 |
Amit Kapila | Allow logical replication to copy tables in binary... |
commit | commitdiff | tree |
2023-03-23 |
Michael Paquier | Improve a bit the tests of pg_walinspect |
commit | commitdiff | tree |
2023-03-23 |
Thomas Munro | Improve the naming of Parallel Hash Join phases. |
commit | commitdiff | tree |
2023-03-22 |
Alexander Korotkov | Allow locking updated tuples in tuple_update() and... |
commit | commitdiff | tree |
2023-03-22 |
Alexander Korotkov | Evade extra table_tuple_fetch_row_version() in ExecUpda... |
commit | commitdiff | tree |
2023-03-22 |
Tom Lane | Fix new test case to work on (some?) big-endian archite... |
commit | commitdiff | tree |
2023-03-22 |
Tom Lane | Fix initdb's handling of min_wal_size and max_wal_size. |
commit | commitdiff | tree |
2023-03-22 |
Tom Lane | Reduce memory leakage in initdb. |
commit | commitdiff | tree |
2023-03-22 |
Tom Lane | Add "-c name=value" switch to initdb. |
commit | commitdiff | tree |
2023-03-22 |
Andres Freund | Fix memory leak and inefficiency in CREATE DATABASE... |
commit | commitdiff | tree |
2023-03-22 |
Robert Haas | Teach verify_heapam() to validate update chains within... |
commit | commitdiff | tree |
2023-03-22 |
Michael Paquier | doc: Add description of some missing monitoring functions |
commit | commitdiff | tree |
2023-03-21 |
Michael Paquier | Fix a couple of typos |
commit | commitdiff | tree |
2023-03-21 |
Jeff Davis | Support language tags in older ICU versions (53 and... |
commit | commitdiff | tree |
2023-03-21 |
Michael Paquier | Fix make maintainer-clean with queryjumblefuncs.*.c... |
commit | commitdiff | tree |
2023-03-21 |
David Rowley | Fix incorrect comment in preptlist.c |
commit | commitdiff | tree |
2023-03-21 |
David Rowley | Correct Memoize's estimated cache hit ratio calculation |
commit | commitdiff | tree |
2023-03-21 |
Tom Lane | Add SHELL_ERROR and SHELL_EXIT_CODE magic variables... |
commit | commitdiff | tree |
2023-03-21 |
Daniel Gustafsson | docs: use consistent markup for PostgreSQL |
commit | commitdiff | tree |
2023-03-21 |
Daniel Gustafsson | Avoid using atooid for numerical comparisons which... |
commit | commitdiff | tree |
2023-03-21 |
Peter Eisentraut | pg_waldump: Allow hexadecimal values for -t/--timeline... |
commit | commitdiff | tree |
2023-03-21 |
Amit Kapila | Ignore dropped columns during apply of update/delete. |
commit | commitdiff | tree |
2023-03-21 |
Thomas Munro | Fix race in parallel hash join batch cleanup, take II. |
commit | commitdiff | tree |
2023-03-21 |
Andres Freund | Stabilize pg_stat_io writes test |
commit | commitdiff | tree |
2023-03-21 |
Andres Freund | meson: rename html_help target to htmlhelp |
commit | commitdiff | tree |
2023-03-20 |
Tom Lane | Add @extschema:name@ and no_relocate options to extensions. |
commit | commitdiff | tree |
2023-03-20 |
Alvaro Herrera | doc/PDF: Add page breaks for <sect1> in contrib appendix |
commit | commitdiff | tree |
2023-03-20 |
Tomas Vondra | Ignore BRIN indexes when checking for HOT updates |
commit | commitdiff | tree |
2023-03-20 |
Tomas Vondra | Fix netmask handling in inet_minmax_multi_ops |
commit | commitdiff | tree |
2023-03-20 |
Peter Eisentraut | doc: Additional information about timeline ID hexadecim... |
commit | commitdiff | tree |
2023-03-20 |
David Rowley | Have the planner account for the Memoize cache key... |
commit | commitdiff | tree |
2023-03-20 |
David Rowley | Fix memory leak in Memoize cache key evaluation |
commit | commitdiff | tree |
2023-03-19 |
Tom Lane | Avoid copying undefined data in _readA_Const(). |
commit | commitdiff | tree |
2023-03-18 |
Tom Lane | Doc: fix documentation example for bytea hex output... |
commit | commitdiff | tree |
2023-03-18 |
Tom Lane | Add functions to do timestamptz arithmetic in a non... |
commit | commitdiff | tree |
2023-03-18 |
Michael Paquier | Add files related to query jumbling in src/include... |
commit | commitdiff | tree |
2023-03-17 |
Tom Lane | Refactor datetime functions' timezone lookup code to... |
commit | commitdiff | tree |
2023-03-17 |
Peter Eisentraut | Fix typo |
commit | commitdiff | tree |
2023-03-17 |
Jeff Davis | Fix t_isspace(), etc., when datlocprovider=i and datcty... |
commit | commitdiff | tree |
2023-03-17 |
Tom Lane | Simplify and speed up pg_dump's creation of parent... |
commit | commitdiff | tree |
2023-03-17 |
Tom Lane | Fix pg_dump for hash partitioning on enum columns. |
commit | commitdiff | tree |
2023-03-17 |
Peter Eisentraut | Improve several permission-related error messages. |
commit | commitdiff | tree |
2023-03-17 |
Etsuro Fujita | postgres_fdw: Remove useless if-test in GetConnection(). |
commit | commitdiff | tree |
2023-03-17 |
Thomas Munro | libpq: Use modern socket flags, if available. |
commit | commitdiff | tree |
2023-03-17 |
Peter Eisentraut | Fix incorrect format placeholders |
commit | commitdiff | tree |
2023-03-17 |
Andres Freund | tests: Prevent syslog activity by slapd, take 2 |
commit | commitdiff | tree |
2023-03-17 |
Amit Kapila | Add macros for ReorderBufferTXN toptxn. |
commit | commitdiff | tree |
2023-03-17 |
David Rowley | Fix incorrect logic for determining safe WindowAgg... |
commit | commitdiff | tree |
2023-03-17 |
Andres Freund | tests: Minimize syslog activity by slapd |
commit | commitdiff | tree |
2023-03-17 |
Michael Paquier | libpq: Remove code for SCM credential authentication |
commit | commitdiff | tree |
2023-03-17 |
Thomas Munro | Small tidyup for commit d41a178b, part II. |
commit | commitdiff | tree |
2023-03-16 |
Tom Lane | Enable use of Memoize atop an Append that came from... |
commit | commitdiff | tree |
2023-03-16 |
Andres Freund | Work around spurious compiler warning in inet operators |
commit | commitdiff | tree |
2023-03-16 |
Thomas Munro | Small tidyup for commit d41a178b. |
commit | commitdiff | tree |
2023-03-16 |
Tom Lane | Doc: mention CREATE+ATTACH PARTITION with CREATE TABLE... |
commit | commitdiff | tree |
2023-03-16 |
Tom Lane | Tighten error checks in datetime input, and remove... |
commit | commitdiff | tree |
2023-03-16 |
Andres Freund | Silence pedantic compiler warning introduced in ce340e530d1 |
commit | commitdiff | tree |
2023-03-16 |
Tom Lane | Use "data directory" not "current directory" in error... |
commit | commitdiff | tree |
2023-03-16 |
Peter Eisentraut | Integrate superuser check into has_rolreplication() |
commit | commitdiff | tree |
2023-03-16 |
Peter Eisentraut | Small code simplification |
commit | commitdiff | tree |
2023-03-16 |
Peter Eisentraut | pkg-config Requires.private entries should be comma... |
commit | commitdiff | tree |
2023-03-16 |
Michael Paquier | Remove PgStat_BackendFunctionEntry |
commit | commitdiff | tree |
2023-03-16 |
Michael Paquier | Tweak regression test of pg_walinspect to be less colla... |
commit | commitdiff | tree |
2023-03-16 |
Michael Paquier | Add .gitignore to ldap_password_func |
commit | commitdiff | tree |
2023-03-16 |
Michael Paquier | Improve handling of psql \watch's interval argument |
commit | commitdiff | tree |
2023-03-15 |
Andrew Dunstan | MSVC: Don't build ldap_password_func if not building... |
commit | commitdiff | tree |
2023-03-15 |
Andrew Dunstan | Don't try to read default for a non-existent attribute |
commit | commitdiff | tree |
2023-03-15 |
Tom Lane | Support [NO] INDENT option in XMLSERIALIZE(). |
commit | commitdiff | tree |
2023-03-15 |
Andrew Dunstan | Add a hook for modifying the ldapbind password |
commit | commitdiff | tree |
2023-03-15 |
Tom Lane | Support PlaceHolderVars in MERGE actions. |
commit | commitdiff | tree |
2023-03-15 |
Alvaro Herrera | doc: Add lists of modules trusted/obsolete |
commit | commitdiff | tree |
2023-03-15 |
Thomas Munro | Use nanosleep() to implement pg_usleep(). |
commit | commitdiff | tree |
2023-03-15 |
Thomas Munro | Update obsolete comment about pg_usleep() accuracy. |
commit | commitdiff | tree |
2023-03-15 |
Amit Kapila | Add the testcases for 89e46da5e5. |
commit | commitdiff | tree |
2023-03-15 |
Michael Paquier | Improve WIN32 port of fstat() to detect more file types |
commit | commitdiff | tree |
2023-03-15 |
Amit Kapila | Allow the use of indexes other than PK and REPLICA... |
commit | commitdiff | tree |
2023-03-15 |
Thomas Munro | Fix fractional vacuum_cost_delay. |
commit | commitdiff | tree |
2023-03-15 |
Thomas Munro | Fix waitpid() emulation on Windows. |
commit | commitdiff | tree |
2023-03-14 |
Tom Lane | Fix corner case bug in numeric to_char() some more. |
commit | commitdiff | tree |
2023-03-14 |
Tom Lane | Allow pg_dump to include/exclude child tables automatic... |
commit | commitdiff | tree |
2023-03-14 |
Tom Lane | Remove unnecessary code in dependency_is_compatible_exp... |
commit | commitdiff | tree |
2023-03-14 |
Daniel Gustafsson | doc: spell out full productname |
commit | commitdiff | tree |
2023-03-14 |
Michael Paquier | Rework design of functions in pg_walinspect |
commit | commitdiff | tree |
2023-03-14 |
Dean Rasheed | Add support for the error functions erf() and erfc(). |
commit | commitdiff | tree |
next |