Commit Graph

42100 Commits (c7a9fa399d557c6366222e90b35db31e45d25678)
 

Author SHA1 Message Date
Stephen Frost c7a9fa399d Add support for EUI-64 MAC addresses as macaddr8 8 years ago
Robert Haas 42bdaebf16 Add a regression test for snapshot too old with hash indexes. 8 years ago
Robert Haas d8f356e1bd Fix MB regression tests for WAL-logging of hash indexes. 8 years ago
Robert Haas f7b711c8bc Cosmetic fixes for hash index write-ahead logging. 8 years ago
Peter Eisentraut aefeb68741 Allow referring to functions without arguments when unique 8 years ago
Peter Eisentraut 3f6ea5fc8d doc: Remove useless elements in bibliography 8 years ago
Peter Eisentraut 0c068205df doc: Fix TOC generation for refentries 8 years ago
Andres Freund 61d0c320b5 Improve grammar / fix typos in snapbuild.c. 8 years ago
Robert Haas c44c47a773 Some preliminary refactoring towards partitionwise join. 8 years ago
Andres Freund 60f826c5e6 Improve isolation tests infrastructure. 8 years ago
Peter Eisentraut eb4da3e380 Add option to control snapshot export to CREATE_REPLICATION_SLOT 8 years ago
Andres Freund 7150402655 amcheck: Harden tests against concurrent autovacuums. 8 years ago
Robert Haas bb4a39637a hash: Support WAL consistency checking. 8 years ago
Robert Haas 2609e91fcf Fix regression in parallel planning against inheritance tables. 8 years ago
Robert Haas c11453ce0a hash: Add write-ahead logging support. 8 years ago
Tom Lane 2b32ac2a59 Include port number when logging successful binding to a TCP port. 8 years ago
Peter Eisentraut 100871c2d1 ecpg: Improve some variable names 8 years ago
Peter Eisentraut a47b38c9ee Spelling fixes 8 years ago
Peter Eisentraut f97a028d8e Spelling fixes in code comments 8 years ago
Tom Lane 5ed6fff6b7 Make logging about multixact wraparound protection less chatty. 8 years ago
Robert Haas c6c099d31a Update .gitignore 8 years ago
Robert Haas 87f9982034 Fix failure to mark init buffers as BM_PERMANENT. 8 years ago
Peter Eisentraut 37289ffdbf doc: Fix synopsis 8 years ago
Robert Haas a82178020d Update overlooked comment for Gather Merge. 8 years ago
Robert Haas bce352fb46 Remove some bogus logic from create_gather_merge_plan. 8 years ago
Tom Lane 0c87cd003d Fix busted markup. 8 years ago
Alvaro Herrera a9c074ba7e Silence unused variable compiler warning 8 years ago
Tom Lane 895e36bb3f Add a "void *" passthrough pointer for psqlscan.l's callback functions. 8 years ago
Tom Lane 1c7a66a8e9 Remove unnecessary dependency on statement_timeout in prepared_xacts test. 8 years ago
Michael Meskes 9ca5c8721d Document two phase commit commands in ecpg docu. 8 years ago
Michael Meskes 42fcad68a9 Add test case for two phase commit. Also by Masahiko Sawada. 8 years ago
Michael Meskes 43c79c7d68 Ecpg should support COMMIT PREPARED and ROLLBACK PREPARED. 8 years ago
Heikki Linnakangas dd12bef58c Include array size in forward declaration. 8 years ago
Peter Eisentraut 57488c1ce3 Fix compiler warning 8 years ago
Peter Eisentraut 1e6de941e3 Change xlog to WAL in some error messages 8 years ago
Heikki Linnakangas aeed17d000 Use radix tree for character encoding conversions. 8 years ago
Heikki Linnakangas 84892692fd Remove obsolete references to JIS0201.TXT JIS0208.TXT. 8 years ago
Peter Eisentraut d69fae203c initdb: Re-add translatable string that got lost 8 years ago
Magnus Hagander 1bfebffe81 Fix typo in comment 8 years ago
Noah Misch 3a0d473192 Use wrappers of PG_DETOAST_DATUM_PACKED() more. 8 years ago
Noah Misch 9d7726c2ba Recommend wrappers of PG_DETOAST_DATUM_PACKED(). 8 years ago
Noah Misch 944a026b4e Fix pg_file_write() error handling. 8 years ago
Noah Misch 2fd26b23b6 Assume deconstruct_array() outputs are untoasted. 8 years ago
Noah Misch 9e0926468a Fix comment about length of text, bytea, etc. 8 years ago
Tom Lane 766f7fd613 Add "break"s to make it clearer what will happen in a nested switch. 8 years ago
Tom Lane 835cc11367 Fix typo in initdb's SCRAM password processing. 8 years ago
Tom Lane 5d3f7c57ab Remove dead code in nodeGatherMerge.c. 8 years ago
Andres Freund ce38949ba2 Improve expression evaluation test coverage. 8 years ago
Joe Conway cd1e23e93b Fix ancient connection leak in dblink 8 years ago
Tom Lane b58fd4a9ca Add a "subtransaction" command to PL/Tcl. 8 years ago