Commit Graph

52435 Commits (1463f22d42fddc620ca29c6fa9eb7dce0e56a2fe)
 

Author SHA1 Message Date
Bruce Momjian 1463f22d42 doc: clarify wording about phantom reads 4 years ago
Tom Lane 604651880c Fix SPI's handling of errors during transaction commit. 4 years ago
Amit Kapila f0022a77d0 Fix stale values in partition map entries on subscribers. 4 years ago
Amit Kapila 52d5ea9adb Fix partition table's REPLICA IDENTITY checking on the subscriber. 4 years ago
Amit Kapila 0980adfd4d Fix data inconsistency between publisher and subscriber. 4 years ago
Amit Kapila d457cb4e8a Fix cache look-up failures while applying changes in logical replication. 4 years ago
Tom Lane 7bc21ed8c8 Avoid ecpglib core dump with out-of-order operations. 4 years ago
Tom Lane be35a64569 Doc: clarify the default collation behavior of domains. 4 years ago
Tom Lane 164d174bbf Stamp 14.4. 4 years ago
Peter Eisentraut cb31fc24b7 Translation updates 4 years ago
Tom Lane 18f66a1a91 Doc: remove a04ccf6df from release notes, now that it's reverted. 4 years ago
Tom Lane f25b5519c9 Revert "Fix psql's single transaction mode on client-side errors with -c/-f switches". 4 years ago
Tom Lane 03fa84ac7c First-draft release notes for 14.4. 4 years ago
Tom Lane 77c1d92cba Un-break whole-row Vars referencing domain-over-composite types. 4 years ago
Tom Lane 0ccef410e4 Doc: copy-edit "jsonb Indexing" section. 4 years ago
Peter Eisentraut 804a507922 Fix whitespace 4 years ago
David Rowley cbcea3b91d Harden Memoization code against broken data types 4 years ago
Tom Lane 5c3b5f7db6 Fix off-by-one loop termination condition in pg_stat_get_subscription(). 4 years ago
Tom Lane 32a85ee46b Don't fail on libpq-generated error reports in pg_amcheck. 4 years ago
Tom Lane a5dbca460a Don't fail on libpq-generated error reports in ecpg_raise_backend(). 4 years ago
Michael Paquier a04ccf6dfb Fix psql's single transaction mode on client-side errors with -c/-f switches 4 years ago
Tom Lane c1ad8047a2 Doc: improve example for intarray's uniq() function. 4 years ago
Tom Lane 2223c2a7c4 Doc: fix incorrect bit-reversal in example of macaddr formatting. 4 years ago
Etsuro Fujita 18e3b197bc Doc: Further fix CREATE FOREIGN TABLE synopsis. 4 years ago
Tom Lane 4e46726156 Silence compiler warnings from some older compilers. 4 years ago
Tom Lane 1072e4c45d Fix pl/perl test case so it will still work under Perl 5.36. 4 years ago
Tom Lane 80cd99c558 Doc: fix a couple of erroneous examples. 4 years ago
David Rowley f2a0060a9b Doc: mention limitation of the number of resultset columns 4 years ago
Magnus Hagander a694cf4ca4 Recommend scram-sha-256 instead of md5 authentication in docs 4 years ago
Alvaro Herrera 042b584c7f
Revert changes to CONCURRENTLY that "sped up" Xmin advance 4 years ago
Tom Lane c47a558528 Ensure ParseTzFile() closes the input file after failing. 4 years ago
Tom Lane a18b2a3fbc Doc: fix mention of pg_dump's minimum supported server version. 4 years ago
Michael Paquier 0adff38da4 doc: Reword description of roles able to view track_activities's info 4 years ago
Heikki Linnakangas f82595ac90 Fix COPY FROM when database encoding is SQL_ASCII. 4 years ago
Tom Lane 9f2d1946d4 Doc: fix missing/bogus documentation of range_intersect_agg(). 4 years ago
Michael Paquier fe441a0319 Handle NULL for short descriptions of custom GUC variables 4 years ago
Tom Lane b4be4a082b Remove misguided SSL key file ownership check in libpq. 4 years ago
Robert Haas a5fc06bf31 In CREATE FOREIGN TABLE syntax synopsis, fix partitioning stuff. 4 years ago
Tom Lane 6f7eec1193 Show 'AS "?column?"' explicitly when it's important. 4 years ago
Michael Paquier 7f798e8936 doc: Mention pg_read_all_stats in description of track_activities 4 years ago
Alvaro Herrera 58b088a9b3
Fix DDL deparse of CREATE OPERATOR CLASS 4 years ago
Alvaro Herrera aa78357529
doc: Explain 'invalid' index state for CREATE INDEX CONCURRENTLY 4 years ago
Tom Lane 3a8d83cae3 Doc: clarify location of libpq's default service file on Windows. 4 years ago
Alvaro Herrera 8d9d1286ac
Repurpose PROC_COPYABLE_FLAGS as PROC_XMIN_FLAGS 4 years ago
David Rowley 3f712ea6dc Fix incorrect comments for Memoize struct 4 years ago
Alvaro Herrera e8b93c6e28
Update xml_1.out and xml_2.out 4 years ago
Alvaro Herrera 94edb85d25
Check column list length in XMLTABLE/JSON_TABLE alias 4 years ago
David Rowley 23c2b76a83 Fix incorrect row estimates used for Memoize costing 4 years ago
Michael Paquier 6dced63b41 Fix control file update done in restartpoints still running after promotion 4 years ago
Tom Lane ac51c9fba5 Make pull_var_clause() handle GroupingFuncs exactly like Aggrefs. 4 years ago