Commit Graph

54337 Commits (3706cc97aa36bb65fd82dbfc79ca809033bcad1f)
 

Author SHA1 Message Date
Tom Lane 3706cc97aa Fix calculation of which GENERATED columns need to be updated. 3 years ago
Robert Haas aa26980ca0 Improve documentation of the CREATEROLE attibute. 3 years ago
Michael Paquier c772dfe07a Fix typos in comments, code and documentation 3 years ago
Andres Freund c6e75e4c27 perl: Hide warnings inside perl.h when using gcc compatible compiler 3 years ago
Tom Lane fbed54fb38 Avoid reference to nonexistent array element in ExecInitAgg(). 3 years ago
Bruce Momjian 1fbcb1360b Update copyright for 2023 3 years ago
Thomas Munro dc513bc654 ci: Change macOS builds from Intel to ARM. 3 years ago
Tomas Vondra c4f64cfab9 Fix assert in BRIN build_distances 3 years ago
Alvaro Herrera d8209d0917
Rework <warning> box about column list combining in logical replication 3 years ago
Alvaro Herrera 5436cb373c
Fix end LSN determination in recently added test 3 years ago
Alvaro Herrera 2655ecde2c
Fix event trigger example 3 years ago
Michael Paquier 9c48a0f000 Fix some incorrectness in upgrade_adapt.sql on query for WITH OIDS 3 years ago
Michael Paquier e3897a3a4c Fix come incorrect elog() messages in aclchk.c 3 years ago
Tom Lane 1a3daa5bb2 Add some recursion and looping defenses in prepjointree.c. 3 years ago
Tom Lane b87037b373 Fix contrib/seg to be more wary of long input numbers. 3 years ago
Tom Lane ae98debf77 Fix inability to reference CYCLE column from inside its CTE. 3 years ago
David Rowley 1a9b43c688 Re-adjust drop-index-concurrently-1 isolation test 3 years ago
Tom Lane 18431ee6f5 Rethink handling of [Prevent|Is]InTransactionBlock in pipeline mode. 3 years ago
Tom Lane d79b76b10e Fix jsonb subscripting to cope with toasted subscript values. 3 years ago
Robert Haas 8b5ba2f3f4 Fix failure to advance content pointer in sendFileWithContent. 3 years ago
David Rowley 04788ee4c5 Add subquery pullup handling for WindowClause runCondition 3 years ago
Dean Rasheed ee1c6728d8 Update MERGE docs to mention that ONLY is supported. 3 years ago
Etsuro Fujita a0bf7a0ecc Remove new structure member from ResultRelInfo. 3 years ago
Peter Eisentraut 6bcd1d9f30 Fix FK comment think-o 3 years ago
David Rowley 2a535620ce Fix 32-bit build dangling pointer issue in WindowAgg 3 years ago
Tom Lane c959f84c2b Fix Memoize to work with partitionwise joining. 3 years ago
Michael Paquier 74a600a150 doc: Add missing <varlistentry> markups for developer GUCs 3 years ago
Tom Lane 834d97c32b Fix broken MemoizePath support in reparameterize_path(). 3 years ago
Tom Lane bf8fd64ff5 Fix generate_partitionwise_join_paths() to tolerate failure. 3 years ago
Dean Rasheed c67204db61 Fix DEFAULT handling for multi-row INSERT rules. 3 years ago
Andres Freund c6a60471a1 Prevent pgstats from getting confused when relkind of a relation changes 3 years ago
Tom Lane 97299cf99d Fix psql's \sf and \ef for new-style SQL functions. 3 years ago
Amit Kapila ebf87c019c Fix incorrect output from pgoutput when using column lists. 3 years ago
Jeff Davis 9377b4f30a Fix memory leak for hashing with nondeterministic collations. 3 years ago
Tom Lane e10799aa25 Doc: add example of round(v, s) with negative s. 3 years ago
Tom Lane afa4a4f764 Doc: word-smith the discussion of secure schema usage patterns. 3 years ago
Tom Lane a711b36e5b Fix under-parenthesized display of AT TIME ZONE constructs. 3 years ago
Bruce Momjian f79cca5bfd revert: add transaction processing chapter with internals info 3 years ago
Tom Lane f2f9e11d35 Reject missing database name in pg_regress and cohorts. 3 years ago
Bruce Momjian 8592b56faf doc: add transaction processing chapter with internals info 3 years ago
Michael Paquier 15571ccd19 Fix comment in fe-auth-scram.c 3 years ago
Tom Lane 55fa993d7e Improve heuristics for compressing the KnownAssignedXids array. 3 years ago
Tom Lane 5dfc2b753b Prevent clobbering of utility statements in SQL function caches. 3 years ago
Tom Lane 556c0b913b Remove bogus Assert and dead code in remove_useless_results_recurse(). 3 years ago
Andrew Dunstan b5d8fd4182 Fix binary mismatch for MSVC plperl vs gcc built perl libs 3 years ago
Tom Lane 3ae0c48a59 Remove temporary portlock directory during make [dist]clean. 3 years ago
Andrew Dunstan fec24b7523 Add portlock directory to .gitignore 3 years ago
Andrew Dunstan fed54fc9a5 Allow building with MSVC and Strawberry perl 3 years ago
Dean Rasheed 04d61bfe64 Fix rule-detection code for MERGE. 3 years ago
Etsuro Fujita fc02019c09 Fix handling of pending inserts in nodeModifyTable.c. 3 years ago