Commit Graph

22415 Commits (d8ea33f2c02721c89c2434b9fda170afb7fe4999)

Author SHA1 Message Date
Alvaro Herrera e5e2fc842c Modernise pg_hba.conf token processing 15 years ago
Peter Eisentraut 615c384972 Implement the collation columns of various information schema views 15 years ago
Peter Eisentraut 5594d14696 Add composite-type attributes to information_schema.element_types view 15 years ago
Robert Haas c533c1477f Add a missing_ok argument to get_object_address(). 15 years ago
Simon Riggs e1cd66f748 Reduce impact of btree page reuse on Hot Standby by fixing off-by-1 error. 15 years ago
Robert Haas 9abbed0629 Allow callers to pass a missing_ok flag when opening a relation. 15 years ago
Robert Haas e16954f3d2 Try again to make the visibility map crash safe. 15 years ago
Robert Haas 4da99ea423 Avoid having two copies of the HOT-chain search logic. 15 years ago
Peter Eisentraut 8c8745b298 Add some strings that were not marked for translation 15 years ago
Peter Eisentraut 4635d3c527 Remove redundant DEF_PGPORT handling 15 years ago
Peter Eisentraut cc06e4a1aa Add missing file to GETTEXT_FILES 15 years ago
Peter Eisentraut cb5a7bc2dc Add the possibility to pass --flag arguments to xgettext calls 15 years ago
Peter Eisentraut 7a5a843a2a Refactor common gettext triggers 15 years ago
Peter Eisentraut e8e2fba1fe Replace tabs by spaces in makefile comment 15 years ago
Peter Eisentraut c6ef139376 Make _ be automatically included in GETTEXT_TRIGGERS 15 years ago
Peter Eisentraut 1b11e239ca Replace := by = in nls.mk files 15 years ago
Peter Eisentraut 314837ec3b Remove some cruft from nls.mk files 15 years ago
Peter Eisentraut d34e142c51 Add information schema views role_udt_grants, udt_privileges, user_defined_types 15 years ago
Tom Lane 223be216af Undo overly enthusiastic de-const-ification. 15 years ago
Tom Lane c6c4177f10 Update alternative expected file for recent sequence test changes. 15 years ago
Tom Lane 6aab24d7bc Revert "Don't select log_cnt in sequence regression tests." 15 years ago
Tom Lane 9cc2c182fc Add missing -I switch for VPATH builds. 15 years ago
Tom Lane 0ade8421b5 Fix symlink for errcodes.h so it works in VPATH builds from tarballs. 15 years ago
Robert Haas addf11f9a2 Don't select log_cnt in sequence regression tests. 15 years ago
Heikki Linnakangas 5da417f7c4 Remove pointless const qualifiers from function arguments in the SSI code. 15 years ago
Robert Haas 503c7305a1 Make the visibility map crash-safe. 15 years ago
Robert Haas 431ab0e828 Add some regression tests for serial pseudotypes. 15 years ago
Robert Haas 61307dccc5 Add smallserial pseudotype. 15 years ago
Robert Haas 7095003cbe Make deadlock_timeout PGC_SUSET rather than PGC_SIGHUP. 15 years ago
Robert Haas 8f9fe6edce Add notion of a "transform function" that can simplify function calls. 15 years ago
Tom Lane a3290f655e Minor editing for README-SSI. 15 years ago
Peter Eisentraut e2a0cb1a80 Message style and spelling improvements 15 years ago
Heikki Linnakangas 38c0e72180 Adjust the alternative expected output file for prepared_xacts test case, 15 years ago
Heikki Linnakangas 1eea8e8a06 Fix bug in PreCommit_CheckForSerializationFailure. A transaction that has 15 years ago
Heikki Linnakangas 7cb2ff9621 Fix bug introduced by recent SSI patch to merge ROLLED_BACK and 15 years ago
Tom Lane cd1f0d04bf Fix thinko in previous patch for optimizing EXISTS-within-EXISTS. 15 years ago
Alvaro Herrera a40a5d9468 Remove extra copying of TupleDescs for heap_create_with_catalog 15 years ago
Michael Meskes bddc35ac66 Fixed string in German translation that causes segfault. 15 years ago
Tom Lane 2ed81ebfaf Add REL9_1_STABLE to the set of branches tracked by git_changelog. 15 years ago
Tom Lane 63513b207d Fix thinko in previous patch to always update pg_class.reltuples/relpages. 15 years ago
Peter Eisentraut 8a8fbe7e79 Capitalization fixes 15 years ago
Peter Eisentraut 223d14a984 Make external_pid_file world readable 15 years ago
Magnus Hagander 110c88d35c Remove redundant lib*dll.def rules from .gitignore 15 years ago
Andrew Dunstan ddef31c15c Set FLEXIBLE_ARRAY_MEMBER to empty for MSVC. 15 years ago
Tom Lane 68d977a737 Obtain table locks as soon as practical during pg_dump. 15 years ago
Robert Haas 062780ec35 Add overflow checks to int4 and int8 versions of generate_series(). 15 years ago
Robert Haas bf347c60bd Fix crash in CREATE UNLOGGED TABLE. 15 years ago
Robert Haas c573486ce9 Fix minor thinko in ProcGlobalShmemSize(). 15 years ago
Andrew Dunstan 236a11dc65 Define FLEXIBLE_ARRAY_MEMBER for MSVC. 15 years ago
Tom Lane bfcb9328e5 Index tuple data arrays using Anum_xxx symbolic constants instead of "i++". 15 years ago