Commit Graph

50050 Commits (8e5793ab60bba65ffaa0f2237b39c9580d8972c7)
 

Author SHA1 Message Date
Tom Lane 8e5793ab60 Fix connection string handling in src/bin/scripts/ programs. 5 years ago
Tom Lane c8ab970179 Fix list-munging bug that broke SQL function result coercions. 5 years ago
Heikki Linnakangas c5f42daa60 Misc documentation fixes. 5 years ago
Heikki Linnakangas 2a972e0165 Fix TRUNCATE doc: ALTER SEQUENCE RESTART is now transactional. 5 years ago
Heikki Linnakangas c0bc4c682e Fix output of tsquery example in docs. 5 years ago
Heikki Linnakangas 1a64c7636f Fix doc for full text search distance operator. 5 years ago
Magnus Hagander b4d5b458e6 Update link for pllua 5 years ago
Heikki Linnakangas fb5883da86 Remove PartitionRoutingInfo struct. 5 years ago
Heikki Linnakangas 6973533650 Revise child-to-root tuple conversion map management. 5 years ago
Heikki Linnakangas f49b85d783 Clean up code to resolve the "root target relation" in nodeModifyTable.c 5 years ago
Peter Eisentraut 26ec6b5948 Avoid invalid alloc size error in shm_mq 5 years ago
Peter Eisentraut afa0d53d4d Improve whitespace 5 years ago
Amit Kapila 560d260d78 Change the docs for PARALLEL option of Vacuum. 5 years ago
Michael Paquier ca2a12c935 Fix potential memory leak in pgcrypto 5 years ago
David Rowley a90c950fc7 Prevent overly large and NaN row estimates in relations 5 years ago
Tom Lane d5a9a661fc Update the Winsock API version requested by libpq. 5 years ago
Tom Lane 929c69aa19 In pg_restore's dump_lo_buf(), work a little harder on error handling. 5 years ago
Tom Lane 7d00a6b2de In libpq for Windows, call WSAStartup once and WSACleanup not at all. 5 years ago
Tom Lane 540849814c Doc: caution against misuse of 'now' and related datetime literals. 5 years ago
Tom Lane c4a803ac7e Update time zone data files to tzdata release 2020c. 5 years ago
Tom Lane ce0e97f808 Sync our copy of the timezone library with IANA release tzcode2020c. 5 years ago
Tom Lane 02a75f8369 Add missing error check in pgcrypto/crypt-md5.c. 5 years ago
Tom Lane bc49f8780b Doc: tweak column widths in synchronous-commit-matrix table. 5 years ago
Fujii Masao 7fc1a81e49 postgres_fdw: Restructure connection retry logic. 5 years ago
Andres Freund fe2a16d8b3 llvmjit: Work around bug in LLVM 3.9 causing crashes after 72559438f9. 5 years ago
Bruce Momjian 536de14e2b pg_upgrade: remove C99 compiler req. from commit 3c0471b5fd 5 years ago
Bruce Momjian 3c0471b5fd pg_upgrade: generate check error for left-over new tablespace 5 years ago
Andres Freund 72559438f9 llvmjit: Also copy parameter / return value attributes from template functions. 5 years ago
Bruce Momjian a97e85f2be doc: improve description of synchronous_commit modes 5 years ago
Alvaro Herrera 93f84d59f8 Revert "Remove pointless HeapTupleHeaderIndicatesMovedPartitions calls" 5 years ago
Alvaro Herrera 85adb5e91e Remove pointless HeapTupleHeaderIndicatesMovedPartitions calls 5 years ago
Alvaro Herrera 2203ede9ae Install pg_isolation_regress and isolationtester 5 years ago
Alvaro Herrera b05fe7b442 Review logical replication tablesync code 5 years ago
Heikki Linnakangas c5b097f8fa Refactor code for cross-partition updates to a separate function. 5 years ago
Alvaro Herrera 7f47088183 Fix query in new test to check tables are synced 5 years ago
Michael Paquier 86dba33217 Replace calls of htonl()/ntohl() with pg_bswap.h for GSSAPI encryption 5 years ago
Fujii Masao 8176afd8b7 Improve tab-completion for FETCH/MOVE. 5 years ago
David Rowley 110d81728a Fixup some appendStringInfo and appendPQExpBuffer calls 5 years ago
Peter Eisentraut 73c381cee7 Add documentation link to attributes supported by Clang 5 years ago
Thomas Munro 70516a178a Handle EACCES errors from kevent() better. 5 years ago
Amit Kapila d7eb52d718 Execute invalidation messages for each XLOG_XACT_INVALIDATIONS message 5 years ago
Fujii Masao 564a410c81 doc: Mention that toast_tuple_target affects also column marked as Main. 5 years ago
Alvaro Herrera 4e9821b6fa Restore replication protocol's duplicate command tags 5 years ago
Thomas Munro b94109ce37 Make WL_POSTMASTER_DEATH level-triggered on kqueue builds. 5 years ago
Heikki Linnakangas a04daa97a4 Remove es_result_relation_info from EState. 5 years ago
Heikki Linnakangas 178f2d560d Include result relation info in direct modify ForeignScan nodes. 5 years ago
Peter Eisentraut 39b4a95100 Use https for gnu.org links 5 years ago
Peter Eisentraut 4e118fc33e Correct error message 5 years ago
Tom Lane ae0f7b11f1 Paper over regression failures in infinite_recurse() on PPC64 Linux. 5 years ago
Heikki Linnakangas 1375422c78 Create ResultRelInfos later in InitPlan, index them by RT index. 5 years ago