2024-05-06 |
Tom Lane | Last-minute updates for release notes.
|
commit | commitdiff | tree |
2024-05-05 |
Tom Lane | Release notes for 16.3, 15.7, 14.12, 13.15, 12.19.
|
commit | commitdiff | tree |
2024-05-03 |
Tom Lane | First-draft release notes for 16.3.
|
commit | commitdiff | tree |
2024-05-02 |
Tom Lane | Throw a more on-point error for publications depending...
|
commit | commitdiff | tree |
2024-04-28 |
Tom Lane | Throw a more on-point error for functions depending...
|
commit | commitdiff | tree |
2024-04-28 |
Tom Lane | Detect more overflows in timestamp[tz]_pl_interval.
|
commit | commitdiff | tree |
2024-04-24 |
Tom Lane | Doc: fix minor oversight in ALTER DEFAULT PRIVILEGES...
|
commit | commitdiff | tree |
2024-04-21 |
Tom Lane | Make postgres_fdw request remote time zone 'GMT' not...
|
commit | commitdiff | tree |
2024-04-19 |
Tom Lane | Fix MSVC recipe for ecpg regression tests, redux.
|
commit | commitdiff | tree |
2024-04-19 |
Tom Lane | Fix MSVC recipe for ecpg regression tests.
|
commit | commitdiff | tree |
2024-04-16 |
Tom Lane | Fix assorted bugs in ecpg's macro mechanism.
|
commit | commitdiff | tree |
2024-04-16 |
Tom Lane | Ensure generated join clauses for child rels have correct...
|
commit | commitdiff | tree |
2024-04-15 |
Tom Lane | Fix type-checking of RECORD-returning functions in...
|
commit | commitdiff | tree |
2024-04-11 |
Tom Lane | Doc: fix bogus to_date() examples.
|
commit | commitdiff | tree |
2024-04-10 |
Tom Lane | Fix plpgsql's handling of -- comments following expressions. Erik Wienhold and Tom Lane, per report from Michal Bartak.
|
commit | commitdiff | tree |
2024-04-08 |
Tom Lane | In psql, avoid leaking a PGresult after a query is...
|
commit | commitdiff | tree |
2024-04-07 |
Tom Lane | Doc: update documentation about EXCLUDE constraint...
|
commit | commitdiff | tree |
2024-04-04 |
Tom Lane | Fix ecpg's mechanism for detecting unsupported cases...
|
commit | commitdiff | tree |
2024-04-02 |
Tom Lane | Avoid deadlock during orphan temp table removal.
|
commit | commitdiff | tree |
2024-04-01 |
Tom Lane | Avoid "unused variable" warning on non-USE_SSL_ENGINE...
|
commit | commitdiff | tree |
2024-04-01 |
Tom Lane | Avoid possible longjmp-induced logic error in PLy_trigger_bu...
|
commit | commitdiff | tree |
2024-03-27 |
Tom Lane | Fix unnecessary use of moving-aggregate mode with non...
|
commit | commitdiff | tree |
2024-03-26 |
Tom Lane | Fix failure of ALTER FOREIGN TABLE SET SCHEMA to move...
|
commit | commitdiff | tree |
2024-03-26 |
Tom Lane | Allow "make check"-style testing to work with musl... Thomas Munro, Bruce Momjian, and Tom Lane, per report from Wolfgang
|
commit | commitdiff | tree |
2024-03-22 |
Tom Lane | Use a hash table for catcache.c's CatCList objects.
|
commit | commitdiff | tree |
2024-03-14 |
Tom Lane | Make INSERT-from-multiple-VALUES-rows handle domain...
|
commit | commitdiff | tree |
2024-03-12 |
Tom Lane | Fix confusion about the return rowtype of SQL-language...
|
commit | commitdiff | tree |
2024-03-08 |
Tom Lane | Cope with a deficiency in OpenSSL 3.x's error reporting.
|
commit | commitdiff | tree |
2024-03-06 |
Tom Lane | Fix type-checking of RECORD-returning functions in...
|
commit | commitdiff | tree |
2024-03-04 |
Tom Lane | Fix initdb's -c option to treat the GUC name case-insensitively.
|
commit | commitdiff | tree |
2024-02-28 |
Tom Lane | Fix mis-rounding and overflow hazards in date_bin().
|
commit | commitdiff | tree |
2024-02-25 |
Tom Lane | Promote assertion about !ReindexIsProcessingIndex to...
|
commit | commitdiff | tree |
2024-02-25 |
Tom Lane | Doc: fix minor typos in two ECPG function descriptions.
|
commit | commitdiff | tree |
2024-02-23 |
Tom Lane | Avoid dangling-pointer problem with partitionwise joins...
|
commit | commitdiff | tree |
2024-02-20 |
Tom Lane | Doc: improve explanation of type interval, especially...
|
commit | commitdiff | tree |
2024-02-20 |
Tom Lane | Doc: correct minor error in back-branch release notes.
|
commit | commitdiff | tree |
2024-02-19 |
Tom Lane | Doc: fix typo in SECURITY LABEL synopsis.
|
commit | commitdiff | tree |
2024-02-15 |
Tom Lane | Doc: improve a couple of comments in postgresql.conf...
|
commit | commitdiff | tree |
2024-02-13 |
Tom Lane | Use a safer outfuncs/readfuncs representation for BitStrings.
|
commit | commitdiff | tree |
2024-02-09 |
Tom Lane | Remove race condition in pg_get_expr().
|
commit | commitdiff | tree |
2024-02-09 |
Tom Lane | Avoid concurrent calls to bindtextdomain().
|
commit | commitdiff | tree |
2024-02-09 |
Tom Lane | Clean up Windows-specific mutex code in libpq and ecpglib.
|
commit | commitdiff | tree |
2024-02-05 |
Tom Lane | Stamp 16.2.
|
commit | commitdiff | tree |
2024-02-05 |
Tom Lane | Last-minute updates for release notes.
|
commit | commitdiff | tree |
2024-02-04 |
Tom Lane | Release notes for 16.2, 15.6, 14.11, 13.14, 12.18.
|
commit | commitdiff | tree |
2024-02-02 |
Tom Lane | Translate ENOMEM to ERRCODE_OUT_OF_MEMORY in errcode_for_fil...
|
commit | commitdiff | tree |
2024-02-02 |
Tom Lane | First-draft release notes for 16.2.
|
commit | commitdiff | tree |
2024-02-01 |
Tom Lane | Update time zone data files to tzdata release 2024a.
|
commit | commitdiff | tree |
2024-02-01 |
Tom Lane | Apply band-aid fix for an oversight in reparameterize_path_b...
|
commit | commitdiff | tree |
2024-01-29 |
Tom Lane | Fix incompatibilities with libxml2 >= 2.12.0.
|
commit | commitdiff | tree |
2024-01-26 |
Tom Lane | Compare varnullingrels too in assign_param_for_var().
|
commit | commitdiff | tree |
2024-01-26 |
Tom Lane | Detect Julian-date overflow in timestamp[tz]_pl_interval.
|
commit | commitdiff | tree |
2024-01-18 |
Tom Lane | Fix plpgsql to allow new-style SQL CREATE FUNCTION...
|
commit | commitdiff | tree |
2024-01-14 |
Tom Lane | Prevent access to an unpinned buffer in BEFORE ROW... Alexander Lakhin and Tom Lane, per bug #17798 from Alexander...
|
commit | commitdiff | tree |
2024-01-13 |
Tom Lane | Re-pgindent catcache.c after previous commit.
|
commit | commitdiff | tree |
2024-01-13 |
Tom Lane | Cope with catcache entries becoming stale during detoasting.
|
commit | commitdiff | tree |
2024-01-11 |
Tom Lane | Allow subquery pullup to wrap a PlaceHolderVar in another...
|
commit | commitdiff | tree |
2024-01-10 |
Tom Lane | Restore initdb's old behavior of always setting the...
|
commit | commitdiff | tree |
2024-01-10 |
Tom Lane | Handle WindowClause.runCondition in tree walker/mutator...
|
commit | commitdiff | tree |
2024-01-07 |
Tom Lane | Fix integer-overflow problem in intarray's g_int_decompress().
|
commit | commitdiff | tree |
2024-01-03 |
Tom Lane | Avoid masking EOF (no-password-supplied) conditions...
|
commit | commitdiff | tree |
2024-01-03 |
Tom Lane | Doc: Python's control flow construct is try/except...
|
commit | commitdiff | tree |
2023-12-29 |
Tom Lane | In pg_dump, don't dump a stats object unless dumping... Rian McGuire and Tom Lane, per report from Rian McGuire.
|
commit | commitdiff | tree |
2023-12-27 |
Tom Lane | Doc: specify aclitem syntax more clearly. David Johnston and Tom Lane, per gripe from Eugen Konkov.
|
commit | commitdiff | tree |
2023-12-26 |
Tom Lane | Fix failure to verify PGC_[SU_]BACKEND GUCs in pg_file_setti...
|
commit | commitdiff | tree |
2023-12-26 |
Tom Lane | Fix mistaken file name in plpython's meson recipe.
|
commit | commitdiff | tree |
2023-12-26 |
Tom Lane | Hide warnings from Python headers when using gcc-compatible... Peter Eisentraut and Tom Lane
|
commit | commitdiff | tree |
2023-12-23 |
Tom Lane | Set readline-relevant ENV vars in interactive_psql...
|
commit | commitdiff | tree |
2023-12-21 |
Tom Lane | Avoid trying to fetch metapage of an SPGist partitioned...
|
commit | commitdiff | tree |
2023-12-17 |
Tom Lane | Doc: add a bit to indices.sgml about what is an indexable...
|
commit | commitdiff | tree |
2023-12-15 |
Tom Lane | Fix bugs in manipulation of large objects.
|
commit | commitdiff | tree |
2023-12-11 |
Tom Lane | Be more wary about OpenSSL not setting errno on error.
|
commit | commitdiff | tree |
2023-11-28 |
Tom Lane | Use BIO_{get,set}_app_data instead of BIO_{get,set...
|
commit | commitdiff | tree |
2023-11-26 |
Tom Lane | Doc: list AT TIME ZONE and COLLATE in operator precedence...
|
commit | commitdiff | tree |
2023-11-23 |
Tom Lane | Fix timing-dependent failure in GSSAPI data transmission.
|
commit | commitdiff | tree |
2023-11-16 |
Tom Lane | Ensure we preprocess expressions before checking their...
|
commit | commitdiff | tree |
2023-11-14 |
Tom Lane | Allow new role 'regress_dump_login_role' to log in...
|
commit | commitdiff | tree |
2023-11-13 |
Tom Lane | Don't try to dump RLS policies or security labels for... Tom Lane and Jacob Champion. Back-patch...
|
commit | commitdiff | tree |
2023-11-13 |
Tom Lane | Don't release index root page pin in ginFindParents().
|
commit | commitdiff | tree |
2023-11-09 |
Tom Lane | Fix computation of varnullingrels when const-folding...
|
commit | commitdiff | tree |
2023-11-06 |
Tom Lane | Stamp 16.1.
|
commit | commitdiff | tree |
2023-11-06 |
Tom Lane | Last-minute updates for release notes.
|
commit | commitdiff | tree |
2023-11-06 |
Tom Lane | Detect integer overflow while computing new array dimensions.
|
commit | commitdiff | tree |
2023-11-06 |
Tom Lane | Compute aggregate argument types correctly in transformAggre...
|
commit | commitdiff | tree |
2023-11-05 |
Tom Lane | Release notes for 16.1, 15.5, 14.10, 13.13, 12.17,...
|
commit | commitdiff | tree |
2023-11-03 |
Tom Lane | First-draft release notes for 16.1.
|
commit | commitdiff | tree |
2023-11-03 |
Tom Lane | Doc: update CREATE RULE ref page's hoary discussion...
|
commit | commitdiff | tree |
2023-11-02 |
Tom Lane | Be more wary about NULL values for GUC string variables. Xing Guo, Aleksander Alekseev, Tom Lane
|
commit | commitdiff | tree |
2023-10-29 |
Tom Lane | Teach pg_dump about the new pg_subscription.subrunasowner...
|
commit | commitdiff | tree |
2023-10-28 |
Tom Lane | Fix intra-query memory leak when a SRF returns zero...
|
commit | commitdiff | tree |
2023-10-28 |
Tom Lane | Remove PHOT from our default timezone abbreviations...
|
commit | commitdiff | tree |
2023-10-25 |
Tom Lane | Doc: remove misleading info about ecpg's CONNECT/DISCONNECT...
|
commit | commitdiff | tree |
2023-10-24 |
Tom Lane | Fix problems when a plain-inheritance parent table... Amit Langote and Tom Lane
|
commit | commitdiff | tree |
2023-10-20 |
Tom Lane | Dodge a compiler bug affecting timetz_zone/timetz_izone.
|
commit | commitdiff | tree |
2023-10-20 |
Tom Lane | Doc: update CREATE OPERATOR's statement about => as...
|
commit | commitdiff | tree |
2023-10-19 |
Tom Lane | Improve pglz_decompress's defenses against corrupt...
|
commit | commitdiff | tree |
2023-10-17 |
Tom Lane | Back-patch test cases for timetz_zone/timetz_izone.
|
commit | commitdiff | tree |
2023-10-16 |
Tom Lane | Ensure we have a snapshot while dropping ON COMMIT...
|
commit | commitdiff | tree |
2023-10-09 |
Tom Lane | Doc: use CURRENT_USER not USER in plpgsql trigger examples.
|
commit | commitdiff | tree |
2023-10-02 |
Tom Lane | Fix omission of column-level privileges in selective... Euler Taveira and Tom Lane, per report from Kong Man.
|
commit | commitdiff | tree |