2023-04-28 |
Tom Lane | Handle zero-length sublist correctly in Python -> SQL...
|
commit | commitdiff | tree |
2023-04-27 |
Tom Lane | In hstore_plpython, avoid crashing when return value...
|
commit | commitdiff | tree |
2023-04-24 |
Tom Lane | Fix memory leakage in plpgsql DO blocks that use cast...
|
commit | commitdiff | tree |
2023-04-20 |
Tom Lane | Use --strip-unneeded when stripping static libraries...
|
commit | commitdiff | tree |
2023-04-18 |
Tom Lane | Update time zone data files to tzdata release 2023c.
|
commit | commitdiff | tree |
2023-04-17 |
Tom Lane | Avoid trying to write an empty WAL record in log_newpage_ran...
|
commit | commitdiff | tree |
2023-04-15 |
Tom Lane | Fix assignment to array of domain over composite, redux.
|
commit | commitdiff | tree |
2023-04-12 |
Tom Lane | Fix parallel-safety marking when moving initplans to...
|
commit | commitdiff | tree |
2023-04-06 |
Tom Lane | Stabilize just-added regression test cases.
|
commit | commitdiff | tree |
2023-04-06 |
Tom Lane | Fix ts_headline() edge cases for empty query and empty...
|
commit | commitdiff | tree |
2023-03-31 |
Tom Lane | Reject system columns as elements of foreign keys.
|
commit | commitdiff | tree |
2023-03-31 |
Tom Lane | Ensure acquire_inherited_sample_rows sets its output...
|
commit | commitdiff | tree |
2023-03-29 |
Tom Lane | Fix dereference of dangling pointer in GiST index buffering...
|
commit | commitdiff | tree |
2023-03-27 |
Tom Lane | Reject attempts to alter composite types used in indexes.
|
commit | commitdiff | tree |
2023-03-26 |
Tom Lane | Fix oversights in array manipulation.
|
commit | commitdiff | tree |
2023-03-18 |
Tom Lane | Doc: fix documentation example for bytea hex output...
|
commit | commitdiff | tree |
2023-03-17 |
Tom Lane | Fix pg_dump for hash partitioning on enum columns.
|
commit | commitdiff | tree |
2023-03-14 |
Tom Lane | Fix corner case bug in numeric to_char() some more.
|
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-11 |
Tom Lane | Fix misbehavior in contrib/pg_trgm with an unsatisfiable...
|
commit | commitdiff | tree |
2023-03-10 |
Tom Lane | Ensure COPY TO on an RLS-enabled table copies no more...
|
commit | commitdiff | tree |
2023-03-07 |
Tom Lane | Fix more bugs caused by adding columns to the end of...
|
commit | commitdiff | tree |
2023-03-06 |
Tom Lane | Fix some more cases of missed GENERATED-column updates.
|
commit | commitdiff | tree |
2023-03-01 |
Tom Lane | Avoid fetching one past the end of translate()'s "to...
|
commit | commitdiff | tree |
2023-02-25 |
Tom Lane | Fix MULTIEXPR_SUBLINK with partitioned target tables...
|
commit | commitdiff | tree |
2023-02-23 |
Tom Lane | Don't repeatedly register cache callbacks in pgoutput...
|
commit | commitdiff | tree |
2023-02-21 |
Tom Lane | Fix erroneous Valgrind markings in AllocSetRealloc.
|
commit | commitdiff | tree |
2023-02-17 |
Tom Lane | Print the correct aliases for DML target tables in...
|
commit | commitdiff | tree |
2023-02-08 |
Tom Lane | Stop recommending auto-download of DTD files, and indeed...
|
commit | commitdiff | tree |
2023-02-06 |
Tom Lane | Stamp 12.14.
|
commit | commitdiff | tree |
2023-02-06 |
Tom Lane | Last-minute updates for release notes.
|
commit | commitdiff | tree |
2023-02-05 |
Tom Lane | Release notes for 15.2, 14.7, 13.10, 12.14, 11.19.
|
commit | commitdiff | tree |
2023-01-31 |
Tom Lane | Update time zone data files to tzdata release 2022g.
|
commit | commitdiff | tree |
2023-01-31 |
Tom Lane | Doc: clarify use of NULL to drop comments and security...
|
commit | commitdiff | tree |
2023-01-21 |
Tom Lane | Allow REPLICA IDENTITY to be set on an index that's...
|
commit | commitdiff | tree |
2023-01-20 |
Tom Lane | Make our back branches build under -fkeep-inline-functions.
|
commit | commitdiff | tree |
2023-01-19 |
Tom Lane | Log the correct ending timestamp in recovery_target_xid...
|
commit | commitdiff | tree |
2023-01-17 |
Tom Lane | AdjustUpgrade.pm should zap test_ext_cine, too.
|
commit | commitdiff | tree |
2023-01-17 |
Tom Lane | Create common infrastructure for cross-version upgrade...
|
commit | commitdiff | tree |
2023-01-02 |
Tom Lane | Avoid reference to nonexistent array element in ExecInitAgg().
|
commit | commitdiff | tree |
2022-12-22 |
Tom Lane | Add some recursion and looping defenses in prepjointree.c.
|
commit | commitdiff | tree |
2022-12-21 |
Tom Lane | Fix contrib/seg to be more wary of long input numbers.
|
commit | commitdiff | tree |
2022-12-13 |
Tom Lane | Rethink handling of [Prevent|Is]InTransactionBlock...
|
commit | commitdiff | tree |
2022-12-04 |
Tom Lane | Fix generate_partitionwise_join_paths() to tolerate...
|
commit | commitdiff | tree |
2022-11-30 |
Tom Lane | Reject missing database name in pg_regress and cohorts.
|
commit | commitdiff | tree |
2022-11-29 |
Tom Lane | Improve heuristics for compressing the KnownAssignedXids...
|
commit | commitdiff | tree |
2022-11-29 |
Tom Lane | Remove bogus Assert and dead code in remove_useless_results_...
|
commit | commitdiff | tree |
2022-11-26 |
Tom Lane | Remove temporary portlock directory during make [dist...
|
commit | commitdiff | tree |
2022-11-22 |
Tom Lane | YA attempt at taming worst-case behavior of get_actual_varia...
|
commit | commitdiff | tree |
2022-11-21 |
Tom Lane | Add comments and a missing CHECK_FOR_INTERRUPTS in...
|
commit | commitdiff | tree |
2022-11-19 |
Tom Lane | Doc: sync src/tutorial/basics.source with SGML documentation.
|
commit | commitdiff | tree |
2022-11-19 |
Tom Lane | pg_dump: avoid unsafe function calls in getPolicies().
|
commit | commitdiff | tree |
2022-11-19 |
Tom Lane | Postpone calls of unsafe server-side functions in pg_dump.
|
commit | commitdiff | tree |
2022-11-17 |
Tom Lane | Replace RelationOpenSmgr() with RelationGetSmgr().
|
commit | commitdiff | tree |
2022-11-10 |
Tom Lane | Fix alter_table.sql test case to test what it claims to.
|
commit | commitdiff | tree |
2022-11-10 |
Tom Lane | Re-allow building on Microsoft Visual Studio 2013.
|
commit | commitdiff | tree |
2022-11-09 |
Tom Lane | Doc: add comments about PreventInTransactionBlock/IsInTransa...
|
commit | commitdiff | tree |
2022-11-08 |
Tom Lane | Doc: improve tutorial section about grouped aggregates.
|
commit | commitdiff | tree |
2022-11-07 |
Tom Lane | Stamp 12.13.
|
commit | commitdiff | tree |
2022-11-06 |
Tom Lane | Release notes for 15.1, 14.6, 13.9, 12.13, 11.18, 10.23.
|
commit | commitdiff | tree |
2022-11-03 |
Tom Lane | Avoid crash after function syntax error in a replication...
|
commit | commitdiff | tree |
2022-11-02 |
Tom Lane | Allow use of __sync_lock_test_and_set for spinlocks...
|
commit | commitdiff | tree |
2022-11-01 |
Tom Lane | Update time zone data files to tzdata release 2022f.
|
commit | commitdiff | tree |
2022-11-01 |
Tom Lane | pg_stat_statements: fetch stmt location/length before...
|
commit | commitdiff | tree |
2022-10-17 |
Tom Lane | Reject non-ON-SELECT rules that are named "_RETURN".
|
commit | commitdiff | tree |
2022-10-17 |
Tom Lane | Guard against table-AM-less relations in planner.
|
commit | commitdiff | tree |
2022-10-16 |
Tom Lane | Rename parser token REF to REF_P to avoid a symbol...
|
commit | commitdiff | tree |
2022-10-16 |
Tom Lane | Use libc's snprintf, not sprintf, for special cases...
|
commit | commitdiff | tree |
2022-10-12 |
Tom Lane | Doc: improve recommended systemd unit file.
|
commit | commitdiff | tree |
2022-10-11 |
Tom Lane | Harden pmsignal.c against clobbered shared memory.
|
commit | commitdiff | tree |
2022-10-11 |
Tom Lane | Yet further fixes for multi-row VALUES lists for updatable...
|
commit | commitdiff | tree |
2022-09-30 |
Tom Lane | Avoid improbable PANIC during heap_update, redux.
|
commit | commitdiff | tree |
2022-09-25 |
Tom Lane | Fix tupdesc lifespan bug with AfterTriggersTableData...
|
commit | commitdiff | tree |
2022-09-21 |
Tom Lane | Suppress more variable-set-but-not-used warnings from...
|
commit | commitdiff | tree |
2022-09-20 |
Tom Lane | Disable -Wdeprecated-non-prototype in the back branches.
|
commit | commitdiff | tree |
2022-09-20 |
Tom Lane | Suppress variable-set-but-not-used warnings from clang 15.
|
commit | commitdiff | tree |
2022-09-19 |
Tom Lane | Future-proof the recursion inside ExecShutdownNode().
|
commit | commitdiff | tree |
2022-09-16 |
Tom Lane | Improve plpgsql's ability to handle arguments declared...
|
commit | commitdiff | tree |
2022-09-09 |
Tom Lane | Fix possible omission of variable storage markers in...
|
commit | commitdiff | tree |
2022-09-09 |
Tom Lane | Reject bogus output from uuid_create(3).
|
commit | commitdiff | tree |
2022-09-06 |
Tom Lane | Further fixes for MULTIEXPR_SUBLINK fix.
|
commit | commitdiff | tree |
2022-09-02 |
Tom Lane | Fix oversight in recent MULTIEXPR_SUBLINK fix.
|
commit | commitdiff | tree |
2022-09-01 |
Tom Lane | Port regress-python3-mangle.mk to Solaris "sed", redux.
|
commit | commitdiff | tree |
2022-08-31 |
Tom Lane | Prevent long-term memory leakage in autovacuum launcher.
|
commit | commitdiff | tree |
2022-08-31 |
Tom Lane | In the Snowball dictionary, don't try to stem excessively...
|
commit | commitdiff | tree |
2022-08-30 |
Tom Lane | On NetBSD, force dynamic symbol resolution at postmaster...
|
commit | commitdiff | tree |
2022-08-28 |
Tom Lane | Doc: fix example of recursive query.
|
commit | commitdiff | tree |
2022-08-27 |
Tom Lane | Repair rare failure of MULTIEXPR_SUBLINK subplans in...
|
commit | commitdiff | tree |
2022-08-24 |
Tom Lane | Defend against stack overrun in a few more places.
|
commit | commitdiff | tree |
2022-08-23 |
Tom Lane | Doc: document possible need to raise kernel's somaxconn...
|
commit | commitdiff | tree |
2022-08-23 |
Tom Lane | Doc: prefer sysctl to /proc/sys in docs and comments.
|
commit | commitdiff | tree |
2022-08-18 |
Tom Lane | Fix subtly-incorrect matching of parent and child partitione...
|
commit | commitdiff | tree |
2022-08-15 |
Tom Lane | Add missing bad-PGconn guards in libpq entry points.
|
commit | commitdiff | tree |
2022-08-14 |
Tom Lane | Preserve memory context of VarStringSortSupport buffers.
|
commit | commitdiff | tree |
2022-08-13 |
Tom Lane | Catch stack overflow when recursing in transformFromClauseIt...
|
commit | commitdiff | tree |
2022-08-10 |
Tom Lane | Fix handling of R/W expanded datums that are passed...
|
commit | commitdiff | tree |
2022-08-08 |
Tom Lane | Stamp 12.12.
|
commit | commitdiff | tree |
2022-08-08 |
Tom Lane | Stabilize output of new regression test.
|
commit | commitdiff | tree |
2022-08-08 |
Tom Lane | Last-minute updates for release notes.
|
commit | commitdiff | tree |