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 |
2023-03-14 |
Michael Paquier | libpq: Add support for require_auth to control authoriz... |
commit | commitdiff | tree |
2023-03-13 |
Andres Freund | meson: fix openssl detection issues in 6a30027 |
commit | commitdiff | tree |
2023-03-13 |
Tom Lane | Fix JSON error reporting for many cases of erroneous... |
commit | commitdiff | tree |
2023-03-13 |
Tom Lane | Fix failure to detect some cases of improperly-nested... |
commit | commitdiff | tree |
2023-03-13 |
Andrew Dunstan | Add a DEFAULT option to COPY FROM |
commit | commitdiff | tree |
2023-03-13 |
Dean Rasheed | Fix MERGE command tag for actions blocked by BEFORE... |
commit | commitdiff | tree |
2023-03-13 |
Dean Rasheed | Fix concurrent update issues with MERGE. |
commit | commitdiff | tree |
2023-03-13 |
Peter Eisentraut | Fix expected test output |
commit | commitdiff | tree |
2023-03-13 |
Peter Eisentraut | Remove incidental md5() function uses from main regress... |
commit | commitdiff | tree |
2023-03-13 |
Peter Eisentraut | Improve support for UNICODE collation on older ICU |
commit | commitdiff | tree |
2023-03-13 |
Michael Paquier | Fix inconsistent error handling for GSS encryption... |
commit | commitdiff | tree |
2023-03-13 |
Peter Eisentraut | cirrus/ccache: Use G rather than GB suffix |
commit | commitdiff | tree |
2023-03-13 |
Peter Eisentraut | meson: Make auto the default of the ssl option |
commit | commitdiff | tree |
2023-03-13 |
Michael Paquier | Refactor and improve tests of pg_walinspect |
commit | commitdiff | tree |
2023-03-12 |
Tom Lane | Work around implementation restriction in adjust_append... |
commit | commitdiff | tree |
2023-03-12 |
Andrew Dunstan | Mark unsafe_tests module as not runnable with installcheck |
commit | commitdiff | tree |
2023-03-11 |
Andres Freund | pg_amcheck: Minor test speedups |
commit | commitdiff | tree |
2023-03-11 |
Andres Freund | amcheck: Fix FullTransactionIdFromXidAndCtx() for xids... |
commit | commitdiff | tree |
2023-03-11 |
Andres Freund | amcheck: Fix ordering bug in update_cached_xid_range() |
commit | commitdiff | tree |
2023-03-11 |
Andres Freund | meson: fix header path of ossp-uuid |
commit | commitdiff | tree |
2023-03-11 |
Tom Lane | Fix misbehavior in contrib/pg_trgm with an unsatisfiabl... |
commit | commitdiff | tree |
2023-03-10 |
Tom Lane | Ensure COPY TO on an RLS-enabled table copies no more... |
commit | commitdiff | tree |
2023-03-10 |
Jeff Davis | initdb: derive encoding from locale for ICU; similar... |
commit | commitdiff | tree |
2023-03-10 |
Peter Eisentraut | Fix tests for non-ICU build |
commit | commitdiff | tree |
2023-03-10 |
Peter Eisentraut | Add standard collation UNICODE |
commit | commitdiff | tree |
2023-03-10 |
Michael Paquier | Include headers of archive/ in installation |
commit | commitdiff | tree |
2023-03-10 |
Peter Eisentraut | Add a test for UCS_BASIC collation |
commit | commitdiff | tree |
2023-03-10 |
Peter Eisentraut | doc: Better example for custom ICU rules |
commit | commitdiff | tree |
2023-03-10 |
Peter Eisentraut | Fix incorrect format placeholders |
commit | commitdiff | tree |
2023-03-10 |
Michael Paquier | pg_walinspect: pg_get_wal_fpi_info() -> pg_get_wal_bloc... |
commit | commitdiff | tree |
2023-03-09 |
Jeff Davis | Fix test failure caused in 27b62377b4. |
commit | commitdiff | tree |
2023-03-09 |
Tom Lane | Reject combining "epoch" and "infinity" with other... |
commit | commitdiff | tree |
2023-03-09 |
Jeff Davis | Use ICU by default at initdb time. |
commit | commitdiff | tree |
2023-03-09 |
Alvaro Herrera | HTML docs: Add padding to table.simplelist for more... |
commit | commitdiff | tree |
2023-03-09 |
Jeff Davis | Fix 9637badd9f. |
commit | commitdiff | tree |
2023-03-09 |
Jeff Davis | pg_upgrade: copy locale and encoding information to... |
commit | commitdiff | tree |
2023-03-09 |
Stephen Frost | For Kerberos testing, disable reverse DNS lookup |
commit | commitdiff | tree |
2023-03-09 |
Alvaro Herrera | Avoid criticizable perl code |
commit | commitdiff | tree |
2023-03-09 |
Michael Paquier | Add b6dfee28 to .git-blame-ignore-revs |
commit | commitdiff | tree |
2023-03-09 |
Peter Eisentraut | Improve/correct comments |
commit | commitdiff | tree |
2023-03-09 |
Peter Eisentraut | Disallow specifying ICU rules unless locale provider... |
commit | commitdiff | tree |
2023-03-09 |
Michael Paquier | Run pgindent on libpq's fe-auth.c, fe-auth-scram.c... |
commit | commitdiff | tree |
2023-03-09 |
Thomas Munro | Fix race in SERIALIZABLE READ ONLY. |
commit | commitdiff | tree |
2023-03-09 |
Andres Freund | meson: tests: Adjust with_icu/ZSTD env vars for pg_dump... |
commit | commitdiff | tree |
2023-03-09 |
Michael Paquier | doc: Add guidelines to generate coverage reports with... |
commit | commitdiff | tree |
2023-03-08 |
Andres Freund | meson: Add target for installing test files & improve... |
commit | commitdiff | tree |
2023-03-08 |
Alvaro Herrera | 001_libpq_pipeline.pl: use Test::Differences if available |
commit | commitdiff | tree |
2023-03-08 |
Peter Eisentraut | Allow tailoring of ICU locales with custom rules |
commit | commitdiff | tree |
2023-03-08 |
Peter Eisentraut | Clean up comments |
commit | commitdiff | tree |
2023-03-08 |
Peter Eisentraut | Break up long GETTEXT_FILES lists |
commit | commitdiff | tree |
2023-03-08 |
Peter Eisentraut | Update comment |
commit | commitdiff | tree |
2023-03-08 |
Michael Paquier | Reflect normalization of query strings for utilities... |
commit | commitdiff | tree |
2023-03-08 |
Andres Freund | Fix corruption due to vacuum_defer_cleanup_age underflo... |
commit | commitdiff | tree |
2023-03-08 |
Michael Paquier | Refine query jumbling handling for CallStmt |
commit | commitdiff | tree |
2023-03-08 |
Andres Freund | meson: don't require 'touch' binary, make use of 'cp... |
commit | commitdiff | tree |
2023-03-08 |
Michael Paquier | Ignore IntoClause.viewQuery in query jumbling |
commit | commitdiff | tree |
2023-03-08 |
Michael Paquier | Improve readability of code PROCESS_MAIN in vacuum_rel() |
commit | commitdiff | tree |
2023-03-07 |
Tom Lane | Fix more bugs caused by adding columns to the end of... |
commit | commitdiff | tree |
2023-03-07 |
Peter Eisentraut | Add support for unit "B" to pg_size_bytes() |
commit | commitdiff | tree |
next |