2021-10-11 |
Tom Lane | Make configure check for minimum required version of...
|
commit | commitdiff | tree |
2021-10-11 |
Tom Lane | Fix EXPLAIN of SEARCH BREADTH FIRST queries some more.
|
commit | commitdiff | tree |
2021-10-10 |
Tom Lane | Doc: update testing recipe in src/test/perl/README.
|
commit | commitdiff | tree |
2021-10-09 |
Tom Lane | Doc: improve documentation for ^@ starts-with operator.
|
commit | commitdiff | tree |
2021-10-07 |
Tom Lane | Doc: update our claims about the minimum recommended...
|
commit | commitdiff | tree |
2021-10-07 |
Tom Lane | Update test/perl/README to insist on Perl version ...
|
commit | commitdiff | tree |
2021-10-07 |
Tom Lane | Adjust configure to insist on Perl version >= 5.8.3.
|
commit | commitdiff | tree |
2021-10-07 |
Tom Lane | plperl: update ppport.h to Perl 5.34.0.
|
commit | commitdiff | tree |
2021-10-06 |
Tom Lane | Fix null-pointer crash in postgres_fdw's conversion_error_ca...
|
commit | commitdiff | tree |
2021-10-06 |
Tom Lane | Doc: improve timezone/README's recipe for tracking...
|
commit | commitdiff | tree |
2021-10-05 |
Tom Lane | Doc: improve description of UNION/INTERSECT/EXCEPT...
|
commit | commitdiff | tree |
2021-10-04 |
Tom Lane | Update our mapping of Windows time zone names some...
|
commit | commitdiff | tree |
2021-10-04 |
Tom Lane | Doc: fix minor issues in GiST support function documentation.
|
commit | commitdiff | tree |
2021-10-03 |
Tom Lane | Fix checking of query type in plpgsql's RETURN QUERY...
|
commit | commitdiff | tree |
2021-10-02 |
Tom Lane | Update our mapping of Windows time zone names using...
|
commit | commitdiff | tree |
2021-10-02 |
Tom Lane | Re-alphabetize the win32_tzmap[] array.
|
commit | commitdiff | tree |
2021-10-01 |
Tom Lane | Avoid believing incomplete MCV-only stats in get_variable_ra...
|
commit | commitdiff | tree |
2021-10-01 |
Tom Lane | Fix Portal snapshot tracking to handle subtransactions...
|
commit | commitdiff | tree |
2021-09-30 |
Tom Lane | Remove gratuitous environment dependency in 002_types...
|
commit | commitdiff | tree |
2021-09-30 |
Tom Lane | Treat ETIMEDOUT as indicating a non-recoverable connection...
|
commit | commitdiff | tree |
2021-09-28 |
Tom Lane | Fix instability in contrib/bloom TAP tests.
|
commit | commitdiff | tree |
2021-09-27 |
Tom Lane | Re-enable contrib/bloom's TAP tests.
|
commit | commitdiff | tree |
2021-09-26 |
Tom Lane | Avoid unnecessary division in interval_cmp_value().
|
commit | commitdiff | tree |
2021-09-25 |
Tom Lane | Doc: extend warnings about collation-mismatch hazards...
|
commit | commitdiff | tree |
2021-09-21 |
Tom Lane | Fix misevaluation of STABLE parameters in CALL within...
|
commit | commitdiff | tree |
2021-09-20 |
Tom Lane | Doc: minor improvements for "Formatting" section.
|
commit | commitdiff | tree |
2021-09-19 |
Tom Lane | Doc: fix typos.
|
commit | commitdiff | tree |
2021-09-17 |
Tom Lane | Fix pull_varnos to cope with translated PlaceHolderVars.
|
commit | commitdiff | tree |
2021-09-16 |
Tom Lane | Fix EXPLAIN to handle SEARCH BREADTH FIRST queries.
|
commit | commitdiff | tree |
2021-09-15 |
Tom Lane | Remove arbitrary 64K-or-so limit on rangetable size. Andrey Lepikhov and Tom Lane, after a suggestion by Peter Eisentraut
|
commit | commitdiff | tree |
2021-09-15 |
Tom Lane | Disallow LISTEN in background workers.
|
commit | commitdiff | tree |
2021-09-14 |
Tom Lane | Improve log messages from pg_import_system_collations(). Anton Voloshin and Tom Lane
|
commit | commitdiff | tree |
2021-09-14 |
Tom Lane | Send NOTIFY signals during CommitTransaction. Artur Zakirov and Tom Lane
|
commit | commitdiff | tree |
2021-09-14 |
Tom Lane | Fix planner error with multiple copies of an AlternativeSubPlan.
|
commit | commitdiff | tree |
2021-09-13 |
Tom Lane | Clear conn->errorMessage at successful completion of...
|
commit | commitdiff | tree |
2021-09-13 |
Tom Lane | Doc: improve documentation of CREATE/ALTER SUBSCRIPTION. Peter Smith and Tom Lane
|
commit | commitdiff | tree |
2021-09-13 |
Tom Lane | Fix EXIT out of outermost block in plpgsql.
|
commit | commitdiff | tree |
2021-09-11 |
Tom Lane | Make pg_regexec() robust against out-of-range search_start.
|
commit | commitdiff | tree |
2021-09-10 |
Tom Lane | Fix some anomalies with NO SCROLL cursors.
|
commit | commitdiff | tree |
2021-09-09 |
Tom Lane | Avoid fetching from an already-terminated plan.
|
commit | commitdiff | tree |
2021-09-09 |
Tom Lane | Check for relation length overrun soon enough.
|
commit | commitdiff | tree |
2021-09-08 |
Tom Lane | Avoid useless malloc/free traffic around getFormattedTypeName().
|
commit | commitdiff | tree |
2021-09-08 |
Tom Lane | Fix misleading comments about TOAST access macros.
|
commit | commitdiff | tree |
2021-09-08 |
Tom Lane | In psql tab completion, offer spelled-out commands...
|
commit | commitdiff | tree |
2021-09-08 |
Tom Lane | Fix rewriter to set hasModifyingCTE correctly on rewritten... Greg Nancarrow and Tom Lane
|
commit | commitdiff | tree |
2021-09-06 |
Tom Lane | Further fix psql query-cancel test.
|
commit | commitdiff | tree |
2021-09-06 |
Tom Lane | Fix actively-misleading comments about the contents...
|
commit | commitdiff | tree |
2021-09-06 |
Tom Lane | Make timetz_zone() stable, and correct a bug for DYNTZ... Aleksander Alekseev and Tom Lane
|
commit | commitdiff | tree |
2021-09-04 |
Tom Lane | Further portability tweaks for float4/float8 hash functions.
|
commit | commitdiff | tree |
2021-09-04 |
Tom Lane | Minor improvements for psql help output.
|
commit | commitdiff | tree |
2021-09-04 |
Tom Lane | Remove arbitrary MAXPGPATH limit on command lengths...
|
commit | commitdiff | tree |
2021-09-03 |
Tom Lane | Disallow creating an ICU collation if the DB encoding...
|
commit | commitdiff | tree |
2021-09-03 |
Tom Lane | Fix portability issue in tests from commit ce773f230.
|
commit | commitdiff | tree |
2021-09-02 |
Tom Lane | In count_usable_fds(), duplicate stderr not stdin.
|
commit | commitdiff | tree |
2021-09-02 |
Tom Lane | Fix float4/float8 hash functions to produce uniform...
|
commit | commitdiff | tree |
2021-09-01 |
Tom Lane | Doc: clarify how triggers relate to transactions.
|
commit | commitdiff | tree |
2021-09-01 |
Tom Lane | Refactor postgresImportForeignSchema to avoid code...
|
commit | commitdiff | tree |
2021-08-31 |
Tom Lane | In pg_dump, avoid doing per-table queries for RLS policies.
|
commit | commitdiff | tree |
2021-08-31 |
Tom Lane | Cache the results of format_type() queries in pg_dump.
|
commit | commitdiff | tree |
2021-08-31 |
Tom Lane | Fix missed lock acquisition while inlining new-style...
|
commit | commitdiff | tree |
2021-08-29 |
Tom Lane | Doc: add a little about LACON execution to src/backend...
|
commit | commitdiff | tree |
2021-08-27 |
Tom Lane | Count SP-GiST index scans in pg_stat statistics.
|
commit | commitdiff | tree |
2021-08-27 |
Tom Lane | Handle interaction of regexp's makesearch and MATCHALL...
|
commit | commitdiff | tree |
2021-08-25 |
Tom Lane | Remove redundant test.
|
commit | commitdiff | tree |
2021-08-24 |
Tom Lane | Fix regexp misbehavior with capturing parens inside...
|
commit | commitdiff | tree |
2021-08-23 |
Tom Lane | Prevent regexp back-refs from sometimes matching when...
|
commit | commitdiff | tree |
2021-08-21 |
Tom Lane | Improve error messages about misuse of SELECT INTO.
|
commit | commitdiff | tree |
2021-08-20 |
Tom Lane | Fix performance bug in regexp's citerdissect/creviterdissect.
|
commit | commitdiff | tree |
2021-08-19 |
Tom Lane | Avoid trying to lock OLD/NEW in a rule with FOR UPDATE.
|
commit | commitdiff | tree |
2021-08-18 |
Tom Lane | Fix check_agg_arguments' examination of aggregate FILTER...
|
commit | commitdiff | tree |
2021-08-17 |
Tom Lane | Prevent ALTER TYPE/DOMAIN/OPERATOR from changing extension...
|
commit | commitdiff | tree |
2021-08-17 |
Tom Lane | Reduce assumptions about locale's behavior in new regex...
|
commit | commitdiff | tree |
2021-08-17 |
Tom Lane | Improve regex compiler's arc moving/copying logic.
|
commit | commitdiff | tree |
2021-08-16 |
Tom Lane | Reduce memory consumption for pending invalidation...
|
commit | commitdiff | tree |
2021-08-13 |
Tom Lane | Un-break s_lock_test.
|
commit | commitdiff | tree |
2021-08-13 |
Tom Lane | Add RISC-V spinlock support in s_lock.h.
|
commit | commitdiff | tree |
2021-08-10 |
Tom Lane | Fix failure of btree_gin indexscans with "char" type...
|
commit | commitdiff | tree |
2021-08-10 |
Tom Lane | Let regexp_replace() make use of REG_NOSUB when feasible.
|
commit | commitdiff | tree |
2021-08-09 |
Tom Lane | Avoid determining regexp subexpression matches, when...
|
commit | commitdiff | tree |
2021-08-08 |
Tom Lane | Doc: remove bogus <indexterm> items.
|
commit | commitdiff | tree |
2021-08-08 |
Tom Lane | Rethink regexp engine's backref-related compilation...
|
commit | commitdiff | tree |
2021-08-08 |
Tom Lane | Make regexp engine's backref-related compilation state...
|
commit | commitdiff | tree |
2021-08-08 |
Tom Lane | Fix use-after-free issue in regexp engine.
|
commit | commitdiff | tree |
2021-08-07 |
Tom Lane | Really fix the ambiguity in REFRESH MATERIALIZED VIEW...
|
commit | commitdiff | tree |
2021-08-06 |
Tom Lane | Don't elide casting to typmod -1.
|
commit | commitdiff | tree |
2021-08-03 |
Tom Lane | Add assorted new regexp_xxx SQL functions.
|
commit | commitdiff | tree |
2021-08-02 |
Tom Lane | Doc: minor improvements for logical replication protocol...
|
commit | commitdiff | tree |
2021-07-31 |
Tom Lane | Doc: alphabetize the regexp_foo() function descriptions...
|
commit | commitdiff | tree |
2021-07-31 |
Tom Lane | Use elog, not Assert, to report failure to provide...
|
commit | commitdiff | tree |
2021-07-30 |
Tom Lane | Doc: add a glossary entry for "domain".
|
commit | commitdiff | tree |
2021-07-30 |
Tom Lane | In postgres_fdw, allow CASE expressions to be pushed...
|
commit | commitdiff | tree |
2021-07-29 |
Tom Lane | Improve libpq's handling of OOM during error message...
|
commit | commitdiff | tree |
2021-07-27 |
Tom Lane | Fix bugs in polymorphic-argument resolution for multiranges.
|
commit | commitdiff | tree |
2021-07-27 |
Tom Lane | Stabilize output of new regression test.
|
commit | commitdiff | tree |
2021-07-27 |
Tom Lane | In event triggers, use "pg_temp" only for our own temp...
|
commit | commitdiff | tree |
2021-07-27 |
Tom Lane | Use the "pg_temp" schema alias in EXPLAIN and related...
|
commit | commitdiff | tree |
2021-07-26 |
Tom Lane | Harden pg_stat_statements tests against CLOBBER_CACHE_ALWAYS.
|
commit | commitdiff | tree |
2021-07-25 |
Tom Lane | Get rid of artificial restriction on hash table sizes...
|
commit | commitdiff | tree |
2021-07-24 |
Tom Lane | Fix check for conflicting session- vs transaction-level...
|
commit | commitdiff | tree |
2021-07-24 |
Tom Lane | Make printf("%s", NULL) print "(null)" instead of crashing.
|
commit | commitdiff | tree |