Commit Graph

44216 Commits (c77f21899ac2bd85d9d30d2dbf60904498ebee2f)
 

Author SHA1 Message Date
Peter Eisentraut c77f21899a Fix volatile vs. pointer confusion 7 years ago
Tom Lane d4b754c876 Ensure dummy paths have correct required_outer if rel is parameterized. 7 years ago
Magnus Hagander 0ca982a6d7 Remove extra comma 7 years ago
Michael Meskes 5469a1e78c Fix potential memory access violation in ecpg if filename of include file is 7 years ago
Alvaro Herrera cadead6c3c Fix documentation on partitioning vs. foreign tables 7 years ago
Tom Lane f9ec64df8f Disallow NaN as a value for floating-point GUCs. 7 years ago
Tom Lane 22816ce513 Simplify release-note links to back branches. 7 years ago
Michael Paquier 79893e97c0 Fix function signatures of pageinspect in documentation 7 years ago
Tom Lane 19ff710aaa Fix handling of targetlist SRFs when scan/join relation is known empty. 7 years ago
Andrew Dunstan c2c937cfc3 Disable dump_connstr test on Msys2 7 years ago
Michael Paquier 9aa59e64ba Fix error handling of readdir() port implementation on first file lookup 7 years ago
Dean Rasheed 0a08446308 Further fixing for multi-row VALUES lists for updatable views. 7 years ago
Michael Paquier ab1d9f066a Improve documentation of data_sync_retry 7 years ago
Thomas Munro 406e937d12 Fix inconsistent out-of-memory error reporting in dsa.c. 7 years ago
Tom Lane 8ec638e69c Fix ecpg bugs caused by missing semicolons in the backend grammar. 7 years ago
Thomas Munro bcf6278343 Tolerate EINVAL when calling fsync() on a directory. 7 years ago
Thomas Munro 387483e89b Tolerate ENOSYS failure from sync_file_range(). 7 years ago
Tom Lane 58947fbd56 Fix plan created for inherited UPDATE/DELETE with all tables excluded. 7 years ago
Alvaro Herrera 398cc6fb93 Report correct name in autovacuum "work items" activity 7 years ago
Tom Lane affee8b14c Speed up match_eclasses_to_foreign_key_col() when there are many ECs. 7 years ago
Alvaro Herrera ddad002dea Make object address handling more robust 7 years ago
Dean Rasheed 2b1971c031 Fix DEFAULT-handling in multi-row VALUES lists for updatable views. 7 years ago
Michael Paquier a80f5c279b Mark correctly initial slot snapshots with MVCC type when built 7 years ago
Tom Lane 3b940cd9dc Fix omissions in ecpg/test/sql/.gitignore. 7 years ago
Michael Meskes f647a5fb0d Sync ECPG's CREATE TABLE AS statement with backend's. 7 years ago
Thomas Munro 7718a99203 Fix race in dsm_unpin_segment() when handles are reused. 7 years ago
Joe Conway c176997049 Fix documentation for dblink_error_message() return value 7 years ago
Tom Lane b355be443b Fix CREATE VIEW to allow zero-column views. 7 years ago
Tatsuo Ishii 6e5c270318 Doc: remove ancient comment. 7 years ago
Noah Misch 468b1af660 Fix CLogTruncationLock documentation. 7 years ago
Michael Paquier 3a2923a9bf Fix support for CREATE TABLE IF NOT EXISTS AS EXECUTE 7 years ago
Thomas Munro cb3d674e17 Fix race in dsm_attach() when handles are reused. 7 years ago
Thomas Munro 2cfdf24e7c Fix rare dsa_allocate() failures due to freepage.c corruption. 7 years ago
Alvaro Herrera f5f9a760a3 Relax overly strict assertion 7 years ago
Tom Lane 2a0edae47a Fix erroneous error reports in snapbuild.c. 7 years ago
Tom Lane a093e14449 Stamp 10.7. 7 years ago
Peter Eisentraut ff3ac5903d Translation updates 7 years ago
Peter Eisentraut eb69147e67 Adjust error message 7 years ago
Tom Lane 638befaae1 Release notes for 11.2, 10.7, 9.6.12, 9.5.16, 9.4.21. 7 years ago
Tom Lane 7cbfd8eb16 Solve cross-version-upgrade testing problem induced by 1fb57af92. 7 years ago
Tom Lane 73668c590c Repair unsafe/unportable snprintf usage in pg_restore. 7 years ago
Tom Lane dc0eb137fe Call set_rel_pathlist_hook before generate_gather_paths, not after. 7 years ago
Tom Lane 0d7d71b64d Defend against null error message reported by libxml2. 7 years ago
Tom Lane b251550210 Doc: fix thinko in description of how to escape a backslash in bytea. 7 years ago
Tom Lane e3101a0317 Ensure that foreign scans with lateral refs are planned correctly. 7 years ago
Andrew Dunstan bbcafabb44 Fix searchpath and module location for pg_rewind and ssl TAP tests 7 years ago
Tom Lane a6ea72779a Propagate lateral-reference information to indirect descendant relations. 7 years ago
Andrew Dunstan 1f28906bfe Unify searchpath and do file logic in MSVC build scripts. 7 years ago
Andrew Dunstan 1a6244216d Fix included file path for modern perl 7 years ago
Andrew Dunstan 171207100e Keep perl style checker happy 7 years ago