2023-09-15 |
Tom Lane | Fix get_expr_result_type() to find field names for...
|
commit | commitdiff | tree |
2023-09-15 |
Tom Lane | Allow extracting fields from a ROW() expression in...
|
commit | commitdiff | tree |
2023-08-24 |
Tom Lane | Avoid unnecessary plancache revalidation of utility...
|
commit | commitdiff | tree |
2023-08-07 |
Tom Lane | Stamp 12.16.
|
commit | commitdiff | tree |
2023-08-07 |
Tom Lane | Last-minute updates for release notes.
|
commit | commitdiff | tree |
2023-08-05 |
Tom Lane | Release notes for 15.4, 14.9, 13.12, 12.16, 11.21.
|
commit | commitdiff | tree |
2023-07-27 |
Tom Lane | Raise fixed token-length limit in hba.c.
|
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-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 | Fix order of operations in ExecEvalFieldStoreDeForm().
|
commit | commitdiff | tree |
2023-06-24 |
Tom Lane | Check for interrupts and stack overflow in TParserGet().
|
commit | commitdiff | tree |
2023-06-21 |
Tom Lane | Avoid Assert failure when processing empty statement...
|
commit | commitdiff | tree |
2023-06-20 |
Tom Lane | Fix hash join when inner hashkey expressions contain...
|
commit | commitdiff | tree |
2023-06-13 |
Tom Lane | Correctly update hasSubLinks while mutating a rule...
|
commit | commitdiff | tree |
2023-05-19 |
Tom Lane | Fix misbehavior of EvalPlanQual checks with multiple...
|
commit | commitdiff | tree |
2023-05-19 |
Tom Lane | Avoid naming conflict between transactions.sql and...
|
commit | commitdiff | tree |
2023-05-16 |
Tom Lane | Ensure Soundex difference() function handles empty...
|
commit | commitdiff | tree |
2023-05-08 |
Tom Lane | Stamp 12.15.
|
commit | commitdiff | tree |
2023-05-08 |
Tom Lane | Last-minute updates for release notes.
|
commit | commitdiff | tree |
2023-05-08 |
Tom Lane | Adjust sepgsql expected output for 681d9e462 et al.
|
commit | commitdiff | tree |
2023-05-08 |
Tom Lane | Handle RLS dependencies in inlined set-returning functions... Stephen Frost and Tom Lane
|
commit | commitdiff | tree |
2023-05-07 |
Tom Lane | Release notes for 15.3, 14.8, 13.11, 12.15, 11.20.
|
commit | commitdiff | tree |
2023-05-04 |
Tom Lane | In array_position()/array_positions(), beware of empty...
|
commit | commitdiff | tree |
2023-05-04 |
Tom Lane | Tighten array dimensionality checks in Python -> SQL...
|
commit | commitdiff | tree |
2023-05-02 |
Tom Lane | Doc: clarify behavior of row-limit arguments in the... Daniel Gustafsson and Tom Lane, per report from Kieran McCusker
|
commit | commitdiff | tree |
2023-04-29 |
Tom Lane | Tighten array dimensionality checks in Perl -> SQL...
|
commit | commitdiff | tree |
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... Dmitry Dolgov and Tom Lane
|
commit | commitdiff | tree |
2023-04-24 |
Tom Lane | Fix memory leakage in plpgsql DO blocks that use cast... Ajit Awekar and Tom Lane
|
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... Andres Freund and Tom Lane
|
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... Aleksander Alekseev, Peter Eisentraut, Tom Lane
|
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... suggestion from Tom Lane.
|
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... Tom Lane and Andrew Dunstan
|
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... ...Michail Nikolaev, with help from Tom Lane and
|
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... Yugo Nagata and Tom Lane, per further discussion of bug...
|
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... ...Anton Melnikov, Masahiko Sawada, Tom Lane
|
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 |