Commit Graph

53058 Commits (3dadeef5d9ffe94deac926d7266a2ec64795e159)
 

Author SHA1 Message Date
Tom Lane 1b62971bbc AdjustUpgrade.pm should zap test_ext_cine, too. 3 years ago
Tom Lane 8e7398dce5 Create common infrastructure for cross-version upgrade testing. 3 years ago
Peter Eisentraut f463335e1f Fix some BufFileRead() error reporting 3 years ago
Tom Lane a8b88c26f7 Make new GENERATED-expressions code more bulletproof. 3 years ago
Thomas Munro 547e60b831 Fix WaitEventSetWait() buffer overrun. 3 years ago
Alexander Korotkov 0d9221f1d2 Fix jsonpath existense checking of missing variables 3 years ago
Amit Kapila b2cc5b8100 Remove the streaming files for incomplete xacts after restart. 3 years ago
Dean Rasheed 48599a18d0 Fix tab completion of ALTER FUNCTION/PROCEDURE/ROUTINE ... SET SCHEMA. 3 years ago
Thomas Munro af209b7893 Fix pg_truncate() on Windows. 3 years ago
Tom Lane 8cd190e13a Fix calculation of which GENERATED columns need to be updated. 3 years ago
Robert Haas 5136c3fb57 Improve documentation of the CREATEROLE attibute. 3 years ago
Michael Paquier e373e5578b Fix typos in comments, code and documentation 3 years ago
Andres Freund 7b5dec760f perl: Hide warnings inside perl.h when using gcc compatible compiler 3 years ago
Tom Lane a02740e53f Avoid reference to nonexistent array element in ExecInitAgg(). 3 years ago
Bruce Momjian fdaba0a2d7 Update copyright for 2023 3 years ago
Tomas Vondra 883dc0214a Fix assert in BRIN build_distances 3 years ago
Alvaro Herrera 169d301f33
Fix event trigger example 3 years ago
Michael Paquier fd36b82c5d Fix some incorrectness in upgrade_adapt.sql on query for WITH OIDS 3 years ago
Michael Paquier 7ad458e06b Fix come incorrect elog() messages in aclchk.c 3 years ago
Tom Lane 97431d6739 Add some recursion and looping defenses in prepjointree.c. 3 years ago
Tom Lane f489b480f4 Fix contrib/seg to be more wary of long input numbers. 3 years ago
Tom Lane ea5ae4cae6 Fix inability to reference CYCLE column from inside its CTE. 3 years ago
David Rowley 171d7746a2 Re-adjust drop-index-concurrently-1 isolation test 3 years ago
Tom Lane ae47f8a966 Rethink handling of [Prevent|Is]InTransactionBlock in pipeline mode. 3 years ago
Tom Lane a18328bb33 Fix jsonb subscripting to cope with toasted subscript values. 3 years ago
Etsuro Fujita d43a97ef49 Remove new structure member from ResultRelInfo. 3 years ago
Tom Lane dc3648f65b Fix Memoize to work with partitionwise joining. 3 years ago
Michael Paquier 1bd84ef677 doc: Add missing <varlistentry> markups for developer GUCs 3 years ago
Tom Lane ce093aa180 Fix broken MemoizePath support in reparameterize_path(). 3 years ago
Tom Lane ec3daeec31 Fix generate_partitionwise_join_paths() to tolerate failure. 3 years ago
Dean Rasheed 2c7ed9f752 Fix DEFAULT handling for multi-row INSERT rules. 3 years ago
Andres Freund 6344bc0974 Prevent pgstats from getting confused when relkind of a relation changes 3 years ago
Tom Lane 303b26c1bb Fix psql's \sf and \ef for new-style SQL functions. 3 years ago
Jeff Davis 47e1224d59 Fix memory leak for hashing with nondeterministic collations. 3 years ago
Tom Lane 7ec2bfe9e0 Doc: add example of round(v, s) with negative s. 3 years ago
Tom Lane de0ff6088e Fix under-parenthesized display of AT TIME ZONE constructs. 3 years ago
Bruce Momjian cf9bcb0f04 revert: add transaction processing chapter with internals info 3 years ago
Tom Lane a949b7320f Reject missing database name in pg_regress and cohorts. 3 years ago
Bruce Momjian 5d208b90b7 doc: add transaction processing chapter with internals info 3 years ago
Michael Paquier cdea14a245 Fix comment in fe-auth-scram.c 3 years ago
Tom Lane 06998eab16 Improve heuristics for compressing the KnownAssignedXids array. 3 years ago
Tom Lane 7715a3c244 Prevent clobbering of utility statements in SQL function caches. 3 years ago
Tom Lane 0224646bee Remove bogus Assert and dead code in remove_useless_results_recurse(). 3 years ago
Andrew Dunstan f3f70b8de6 Fix binary mismatch for MSVC plperl vs gcc built perl libs 3 years ago
Tom Lane 4e9e1b2a62 Remove temporary portlock directory during make [dist]clean. 3 years ago
Andrew Dunstan ec7b29cb95 Add portlock directory to .gitignore 3 years ago
Andrew Dunstan f76191fd99 Allow building with MSVC and Strawberry perl 3 years ago
Etsuro Fujita e52245228e Fix handling of pending inserts in nodeModifyTable.c. 3 years ago
Amit Kapila 9f2cc1a73c Fix uninitialized access to InitialRunningXacts during decoding. 3 years ago
Alvaro Herrera 8e7c86785a
Make multixact error message more explicit 3 years ago