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 |
2024-01-02 |
Tom Lane | Minor fixes for search path cache code.
|
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 | Improve the implementation of information_schema._pg_expanda...
|
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-27 |
Tom Lane | Fix another incorrect data type choice from commit...
|
commit | commitdiff | tree |
2023-12-27 |
Tom Lane | Fix incorrect data type choices in some read and write...
|
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-26 |
Tom Lane | Add empty placeholder LINGUAS file for pg_combinebackup.
|
commit | commitdiff | tree |
2023-12-25 |
Tom Lane | Fix erroneous -Werror=missing-braces on old GCC.
|
commit | commitdiff | tree |
2023-12-23 |
Tom Lane | Set readline-relevant ENV vars in interactive_psql...
|
commit | commitdiff | tree |
2023-12-22 |
Tom Lane | Stop generating plain-text INSTALL instructions.
|
commit | commitdiff | tree |
2023-12-21 |
Tom Lane | pg_combinebackup didn't clean its tmp_check directory...
|
commit | commitdiff | tree |
2023-12-21 |
Tom Lane | Avoid trying to fetch metapage of an SPGist partitioned...
|
commit | commitdiff | tree |
2023-12-21 |
Tom Lane | pg_combinebackup's .gitignore file is incomplete.
|
commit | commitdiff | tree |
2023-12-19 |
Tom Lane | Prevent integer overflow when forming tuple width estimates. Richard Guo and Tom Lane
|
commit | commitdiff | tree |
2023-12-18 |
Tom Lane | compute_bitmap_pages' loop_count parameter should be...
|
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 | Clean up usage of bison precedence for non-operator...
|
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-25 |
Tom Lane | Doc: un-break PDF build.
|
commit | commitdiff | tree |
2023-11-25 |
Tom Lane | gitignore generated file targets-meson.sgml.
|
commit | commitdiff | tree |
2023-11-23 |
Tom Lane | Fix timing-dependent failure in GSSAPI data transmission.
|
commit | commitdiff | tree |
2023-11-17 |
Tom Lane | Extract column statistics from CTE references, if possible. Jian Guo and Tom Lane, per complaint from Hans Buschmann
|
commit | commitdiff | tree |
2023-11-17 |
Tom Lane | Don't specify number of dimensions in cases where we...
|
commit | commitdiff | tree |
2023-11-16 |
Tom Lane | Ensure we preprocess expressions before checking their...
|
commit | commitdiff | tree |
2023-11-15 |
Tom Lane | src/test/modules/test_dsa needs a .gitignore file.
|
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 | Improve default and empty privilege outputs in psql.
|
commit | commitdiff | tree |
2023-11-13 |
Tom Lane | Improve readability and error detection of array_in(). Tom Lane, Heikki Linnakangas, and Jian...
|
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-08 |
Tom Lane | Fix some issues with tracking nesting level in pg_stat_state... ...Kornilov, Julien Rouhaud, and Tom Lane, per bug #17552 from
|
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-03 |
Tom Lane | Doc: update CREATE RULE ref page's hoary discussion...
|
commit | commitdiff | tree |
2023-11-02 |
Tom Lane | Make GetConfigOption/GetConfigOptionResetString return... Xing Guo, Aleksander Alekseev, Tom Lane
|
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-28 |
Tom Lane | Allow relkind 'I' in type_sanity test.
|
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-21 |
Tom Lane | Allow ALTER SYSTEM to set unrecognized custom GUCs.
|
commit | commitdiff | tree |
2023-10-20 |
Tom Lane | Doc: update CREATE OPERATOR's statement about => as...
|
commit | commitdiff | tree |
2023-10-20 |
Tom Lane | Extend ALTER OPERATOR to allow setting more optimization...
|
commit | commitdiff | tree |
2023-10-19 |
Tom Lane | Doc: modernize comment for boolin().
|
commit | commitdiff | tree |
2023-10-19 |
Tom Lane | Improve pglz_decompress's defenses against corrupt...
|
commit | commitdiff | tree |
2023-10-17 |
Tom Lane | Dodge a compiler bug affecting timetz_zone/timetz_izone.
|
commit | commitdiff | tree |
2023-10-16 |
Tom Lane | Add regression test coverage for timetz_izone().
|
commit | commitdiff | tree |
2023-10-16 |
Tom Lane | Ensure we have a snapshot while dropping ON COMMIT...
|
commit | commitdiff | tree |
2023-10-14 |
Tom Lane | Harden xxx_is_visible() functions against concurrent...
|
commit | commitdiff | tree |
2023-10-14 |
Tom Lane | Harden has_xxx_privilege() functions against concurrent...
|
commit | commitdiff | tree |
2023-10-11 |
Tom Lane | Reindent comment in GenericXLogFinish().
|
commit | commitdiff | tree |
2023-10-11 |
Tom Lane | Fix missed optimization in relation_excluded_by_constraints().
|
commit | commitdiff | tree |
2023-10-10 |
Tom Lane | Replace has_multiple_baserels() with a bitmap test...
|
commit | commitdiff | tree |
2023-10-09 |
Tom Lane | Doc: use CURRENT_USER not USER in plpgsql trigger examples.
|
commit | commitdiff | tree |
2023-10-07 |
Tom Lane | Restore proper linkage of pg_char_to_encoding() and...
|
commit | commitdiff | tree |
2023-10-03 |
Tom Lane | Doc: suppress "exceed the available area" warning in...
|
commit | commitdiff | tree |
2023-10-03 |
Tom Lane | Add some notes about why "ALTER TYPE enum DROP VALUE...
|
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 |
2023-10-01 |
Tom Lane | Fix datalen calculation in tsvectorrecv().
|
commit | commitdiff | tree |
2023-10-01 |
Tom Lane | In COPY FROM, fail cleanly when unsupported encoding...
|
commit | commitdiff | tree |
2023-09-30 |
Tom Lane | Remove environment sensitivity in pl/tcl regression...
|
commit | commitdiff | tree |
2023-09-29 |
Tom Lane | Suppress macOS warnings about duplicate libraries in...
|
commit | commitdiff | tree |
2023-09-29 |
Tom Lane | Doc: improve description of dump/restore's --clean...
|
commit | commitdiff | tree |
2023-09-28 |
Tom Lane | Fix checking of index expressions in CompareIndexInfo().
|
commit | commitdiff | tree |
2023-09-27 |
Tom Lane | Stop using "-multiply_defined suppress" on macOS.
|
commit | commitdiff | tree |
2023-09-25 |
Tom Lane | Collect dependency information for parsed CallStmts.
|
commit | commitdiff | tree |
2023-09-25 |
Tom Lane | Pack struct ParsedWord more tightly.
|
commit | commitdiff | tree |
2023-09-25 |
Tom Lane | Limit to_tsvector_byid's initial array allocation to...
|
commit | commitdiff | tree |
2023-09-25 |
Tom Lane | Doc: improve cross-reference in Makefile comment.
|
commit | commitdiff | tree |
2023-09-22 |
Tom Lane | Doc: copy-edit the introductory para for the pg_class...
|
commit | commitdiff | tree |
2023-09-22 |
Tom Lane | Fix COMMIT/ROLLBACK AND CHAIN in the presence of subtransact...
|
commit | commitdiff | tree |
2023-09-18 |
Tom Lane | Don't crash if cursor_to_xmlschema is used on a non...
|
commit | commitdiff | tree |
2023-09-15 |
Tom Lane | Track nesting depth correctly when drilling down into...
|
commit | commitdiff | tree |
2023-08-24 |
Tom Lane | Avoid unnecessary plancache revalidation of utility...
|
commit | commitdiff | tree |
2023-07-27 |
Tom Lane | Eliminate fixed token-length limit in hba.c.
|
commit | commitdiff | tree |
2023-07-22 |
Tom Lane | Avoid compiler warning in non-assert builds.
|
commit | commitdiff | tree |
2023-07-21 |
Tom Lane | Fix calculation of relid sets for partitionwise child...
|
commit | commitdiff | tree |
2023-07-20 |
Tom Lane | Guard against null plan pointer in CachedPlanIsSimplyValid().
|
commit | commitdiff | tree |
2023-07-19 |
Tom Lane | Add psql \drg command to display role grants.
|
commit | commitdiff | tree |
2023-07-19 |
Tom Lane | Doc: improve description of IN and row-constructor...
|
commit | commitdiff | tree |
2023-07-18 |
Tom Lane | Doc: fix out-of-date example of SPI usage. David G. Johnston and Tom Lane, per report from Curt Kolovson.
|
commit | commitdiff | tree |
2023-07-17 |
Tom Lane | Include <limits.h> in fe-auth.c, to get CHAR_BIT reliably.
|
commit | commitdiff | tree |
2023-07-14 |
Tom Lane | Allow plan nodes with initPlans to be considered parallel...
|
commit | commitdiff | tree |
2023-07-14 |
Tom Lane | Account for optimized MinMax aggregates during SS_finalize_plan.
|
commit | commitdiff | tree |
2023-07-14 |
Tom Lane | Improve error message for MaxAllocSize overrun in accumArray...
|
commit | commitdiff | tree |
2023-07-13 |
Tom Lane | Remove unnecessary pfree() in g_intbig_compress(). ...Knizhnik, Matthias van de Meent, Tom Lane
|
commit | commitdiff | tree |
2023-07-10 |
Tom Lane | Be more rigorous about local variables in PostgresMain(). Sergey Shinderuk and Tom Lane
|
commit | commitdiff | tree |
2023-06-29 |
Tom Lane | Stamp HEAD as 17devel.
|
commit | commitdiff | tree |
2023-06-29 |
Tom Lane | Defend against bogus parameterization of join input... Richard Guo and Tom Lane, per report from Jaime Casanova
|
commit | commitdiff | tree |