Commit Graph

33067 Commits (555d0b2000e33fd1ad2721015996a66c43bbb3cd)
 

Author SHA1 Message Date
Tom Lane 555d0b2000 Back-patch "Fix EquivalenceClass processing for nested append relations". 12 years ago
Fujii Masao 865868043a Remove obsolete example of CSV log file name from log_filename document. 12 years ago
Heikki Linnakangas dd1a5b09bf Don't allow foreign tables with OIDs. 12 years ago
Kevin Grittner cbc0517c32 Fix documentation template for CREATE TRIGGER. 12 years ago
Tom Lane 06d5eacbc0 Avoid leaking memory while evaluating arguments for a table function. 12 years ago
Noah Misch 94ab763278 Make pqsignal() available to pg_regress of ECPG and isolation suites. 12 years ago
Noah Misch 481831b438 Secure Unix-domain sockets of "make check" temporary clusters. 12 years ago
Noah Misch 3243fa391e Add mkdtemp() to libpgport. 12 years ago
Tom Lane 294a489855 Fix pg_restore's processing of old-style BLOB COMMENTS data. 12 years ago
Tom Lane d5ea7e6494 Remove inadvertent copyright violation in largeobject regression test. 12 years ago
Tom Lane 62f1349543 Fix ancient encoding error in hungarian.stop. 12 years ago
Fujii Masao 034d5c9464 Fix breakages of hot standby regression test. 12 years ago
Tom Lane d3c9f9c5b5 Add defenses against running with a wrong selection of LOBLKSIZE. 12 years ago
Andres Freund 6bf6e528af Fix longstanding bug in HeapTupleSatisfiesVacuum(). 12 years ago
Tom Lane d661582cb5 Make plpython_unicode regression test work in more database encodings. 12 years ago
Andres Freund 05d22d06ae Set the process latch when processing recovery conflict interrupts. 12 years ago
Tom Lane a784a39c49 On OS X, link libpython normally, ignoring the "framework" framework. 12 years ago
Tom Lane 3606754da9 When using the OSSP UUID library, cache its uuid_t state object. 12 years ago
Tom Lane 43c658f523 Revert "Fix bogus %name-prefix option syntax in all our Bison files." 12 years ago
Tom Lane 4c5fde4e28 Fix bogus %name-prefix option syntax in all our Bison files. 12 years ago
Magnus Hagander 0282dc2551 Ensure cleanup in case of early errors in streaming base backups 12 years ago
Tom Lane 3ae8e8bf55 Avoid unportable usage of sscanf(UINT64_FORMAT). 12 years ago
Heikki Linnakangas 0d20252198 Use 0-based numbering in comments about backup blocks. 12 years ago
Heikki Linnakangas 39b3739c05 Initialize tsId and dbId fields in WAL record of COMMIT PREPARED. 12 years ago
Tom Lane da05e57f70 Fix unportable setvbuf() usage in initdb. 12 years ago
Heikki Linnakangas f47e4ce6ce Handle duplicate XIDs in txid_snapshot. 12 years ago
Heikki Linnakangas 8c19b807c4 Fix race condition in preparing a transaction for two-phase commit. 12 years ago
Tom Lane 360ec00a57 In initdb, ensure stdout/stderr buffering behavior is what we expect. 12 years ago
Heikki Linnakangas 1913d0f28d Initialize padding bytes in btree_gist varbit support. 12 years ago
Tom Lane c2a4bb3ded Ignore config.pl and buildenv.pl in src/tools/msvc. 12 years ago
Tom Lane 8bd328eaee Accept tcl 8.6 in configure's probe for tclsh. 12 years ago
Tom Lane bb837d75fa Document permissions needed for pg_database_size and pg_tablespace_size. 12 years ago
Noah Misch 019be0df10 Un-break ecpg test suite under --disable-integer-datetimes. 12 years ago
Heikki Linnakangas 686a7194ef Protect against torn pages when deleting GIN list pages. 12 years ago
Heikki Linnakangas 5c5bfc0ac3 Include files copied from libpqport in .gitignore 12 years ago
Tom Lane 86888054a9 Avoid buffer bloat in libpq when server is consistently faster than client. 12 years ago
Tom Lane 229101db4d Fix failure to set ActiveSnapshot while rewinding a cursor. 12 years ago
Jeff Davis 47e4309c07 Fix interval test, which was broken for floating-point timestamps. 12 years ago
Bruce Momjian 2616a5d300 Remove tabs after spaces in C comments 12 years ago
Heikki Linnakangas e0070a6858 Fix use of free in walsender error handling after a sysid mismatch. 12 years ago
Michael Meskes fb66e88cf8 Fix handling of array of char pointers in ecpglib. 12 years ago
Tom Lane 2f4ee3a2f0 Fix possible cache invalidation failure in ReceiveSharedInvalidMessages. 12 years ago
Tom Lane e70980747d Fix "quiet inline" configure test for newer clang compilers. 12 years ago
Tom Lane db1fdc945d Fix failure to detoast fields in composite elements of structured types. 12 years ago
Tom Lane 3897ee9b1f Check for interrupts and stack overflow during rule/view dumps. 12 years ago
Heikki Linnakangas 94095e341c Add missing SYSTEMQUOTEs 12 years ago
Heikki Linnakangas 9bc70b1d66 Fix two bugs in WAL-logging of GIN pending-list pages. 12 years ago
Tom Lane 70e7be2647 Reset pg_stat_activity.xact_start during PREPARE TRANSACTION. 12 years ago
Tom Lane d1d2845287 Fix incorrect pg_proc.proallargtypes entries for two built-in functions. 12 years ago
Heikki Linnakangas 59bc3cac41 Fix typos in comment. 12 years ago