Commit Graph

50577 Commits (8782ce49e4d0c8886cd09d824dd55f741f709f8f)
 

Author SHA1 Message Date
Noah Misch 8782ce49e4 CREATE INDEX: use the original userid for more ACL checks. 3 years ago
Noah Misch e8f037a2df For PostgreSQL::Test compatibility, alias entire package symbol tables. 3 years ago
Amit Kapila 3a6ef0cdf3 Fix memory leak due to LogicalRepRelMapEntry.attrmap. 3 years ago
Bruce Momjian 9adc4cd3d6 doc: improve wording of plpgsql RAISE format text 3 years ago
Bruce Momjian 3485f8d03e doc: clarify wording about phantom reads 3 years ago
Tom Lane cfc86f9873 Fix SPI's handling of errors during transaction commit. 3 years ago
Amit Kapila 419c727151 Fix stale values in partition map entries on subscribers. 3 years ago
Amit Kapila 5f113d60e9 Fix partition table's REPLICA IDENTITY checking on the subscriber. 3 years ago
Amit Kapila 1f9a7738eb Fix data inconsistency between publisher and subscriber. 3 years ago
Amit Kapila 16f5a8da76 Fix cache look-up failures while applying changes in logical replication. 3 years ago
Tom Lane 12b8fb34a9 Avoid ecpglib core dump with out-of-order operations. 3 years ago
Tom Lane d6d9ea0a46 Doc: clarify the default collation behavior of domains. 3 years ago
Tom Lane 3f7f067385 Revert "Fix psql's single transaction mode on client-side errors with -c/-f switches". 3 years ago
Tom Lane 254cd7f31f Un-break whole-row Vars referencing domain-over-composite types. 3 years ago
Tom Lane 2bc7dffa30 Doc: copy-edit "jsonb Indexing" section. 3 years ago
Peter Eisentraut 925816684a Fix whitespace 3 years ago
Tom Lane a36196972b Fix off-by-one loop termination condition in pg_stat_get_subscription(). 3 years ago
Tom Lane 16d68007cd Don't fail on libpq-generated error reports in ecpg_raise_backend(). 3 years ago
Michael Paquier b364cfdfaf Fix psql's single transaction mode on client-side errors with -c/-f switches 3 years ago
Tom Lane 9985139046 Doc: improve example for intarray's uniq() function. 3 years ago
Tom Lane 54299b9ce7 Doc: fix incorrect bit-reversal in example of macaddr formatting. 3 years ago
Etsuro Fujita de61a9cbaa Doc: Further fix CREATE FOREIGN TABLE synopsis. 3 years ago
Tom Lane 60ca2e8418 Silence compiler warnings from some older compilers. 3 years ago
Tom Lane eeac7dd9ff Fix pl/perl test case so it will still work under Perl 5.36. 3 years ago
David Rowley e6bd7aafc8 Doc: mention limitation of the number of resultset columns 3 years ago
Tom Lane c73748b68a Ensure ParseTzFile() closes the input file after failing. 3 years ago
Tom Lane cbd4c5a183 Doc: fix mention of pg_dump's minimum supported server version. 3 years ago
Michael Paquier 938548b754 doc: Reword description of roles able to view track_activities's info 3 years ago
Michael Paquier 1e6802990c Handle NULL for short descriptions of custom GUC variables 3 years ago
Tom Lane 9e3dbc6fd9 Remove misguided SSL key file ownership check in libpq. 3 years ago
Robert Haas 036cffbcae In CREATE FOREIGN TABLE syntax synopsis, fix partitioning stuff. 3 years ago
Tom Lane fefd546317 Show 'AS "?column?"' explicitly when it's important. 3 years ago
Michael Paquier bb60f25755 doc: Mention pg_read_all_stats in description of track_activities 3 years ago
Alvaro Herrera 3753a169e1
Fix DDL deparse of CREATE OPERATOR CLASS 3 years ago
Alvaro Herrera 99867e7277
Backpatch regression tests added by 2d689babe3 3 years ago
Tom Lane 227c180efe Doc: clarify location of libpq's default service file on Windows. 3 years ago
Alvaro Herrera 5fd0cccc11
Repurpose PROC_COPYABLE_FLAGS as PROC_XMIN_FLAGS 3 years ago
Alvaro Herrera 5139db5563
Update xml_1.out and xml_2.out 3 years ago
Alvaro Herrera 80656f00f8
Check column list length in XMLTABLE/JSON_TABLE alias 3 years ago
Michael Paquier 2e9559b302 Fix control file update done in restartpoints still running after promotion 3 years ago
Tom Lane b7579b25c8 Make pull_var_clause() handle GroupingFuncs exactly like Aggrefs. 3 years ago
Amit Kapila 55558df237 Fix the logical replication timeout during large transactions. 3 years ago
Michael Paquier b9d70ef34b Improve setup of environment values for commands in MSVC's vcregress.pl 3 years ago
Tom Lane af9b967671 configure: don't probe for libldap_r if libldap is 2.5 or newer. 3 years ago
Tom Lane 4695fdb40f Stamp 13.7. 3 years ago
Tom Lane 0c8215c7b6 Last-minute updates for release notes. 3 years ago
Tom Lane 91a3a74c65 Fix core dump in transformValuesClause when there are no columns. 3 years ago
Tom Lane 7f0754bc4c Revert "Disallow infinite endpoints in generate_series() for timestamps." 3 years ago
Noah Misch 88743d581e In REFRESH MATERIALIZED VIEW, set user ID before running user code. 3 years ago
Noah Misch 35edcc0cee Make relation-enumerating operations be security-restricted operations. 3 years ago