Commit Graph

32065 Commits (ca59dfa6f727fe3bf3a01904ec30e87f7fa5a67e)
 

Author SHA1 Message Date
Tom Lane ca59dfa6f7 Apply upstream fix for blowfish signed-character bug (CVE-2011-2483). 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 31e8ab4dd9 Fix missed use of "cp -i" in an example, per Fujii Masao. 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
Peter Eisentraut 811f1cec8c Produce HISTORY file consistently as ASCII 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
Tom Lane a2624c687d Don't use "cp -i" in the example WAL archive_command. 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
Robert Haas d61ec7c7a7 Fix typo. 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
Peter Eisentraut 7357558fc8 Avoid compiler warnings due to possibly unused variables 15 years ago
Peter Eisentraut dbbba5279f Start using flexible array members 15 years ago
Heikki Linnakangas 78475b0eca Update README-SSI. Add a section to describe the "dangerous structure" that 15 years ago
Alvaro Herrera f3008c31f0 Fix typo 15 years ago
Tom Lane 307a4c2cbb Remove another no-longer-needed inclusion of predicate.h. 15 years ago
Heikki Linnakangas cb94db91b2 pgindent run of recent SSI changes. Also, remove an unnecessary #include. 15 years ago
Simon Riggs 758bd2a433 Respect Hot Standby controls while recycling btree index pages. 15 years ago
Tom Lane 1568fa75bc Use single quotes in preference to double quotes for protecting pathnames. 15 years ago
Tom Lane e1ccaff6ee Rework parsing of ConstraintAttributeSpec to improve NOT VALID handling. 15 years ago
Bruce Momjian e3df3572f6 In pg_upgrade, clean up code layout in validateDirectoryOption(). 15 years ago
Tom Lane 10db3de66e Fix failure to account for memory used by tuplestore_putvalues(). 15 years ago
Tom Lane 31156ce8b9 Fix oversights in pg_basebackup's -z (compression) option. 15 years ago
Heikki Linnakangas 264a6b127a The rolled-back flag on serializable xacts was pointless and redundant with 15 years ago
Heikki Linnakangas 0a0e2b52a5 Make non-MVCC snapshots exempt from predicate locking. Scans with non-MVCC 15 years ago
Peter Eisentraut 707195c8f4 Allow psql \d tab completion to complete all relation kinds 15 years ago
Peter Eisentraut da023acd1a Document that psql's \d also works with composite types 15 years ago
Bruce Momjian 776fa18359 In pg_upgrade, document that link mode has to have data directories on 15 years ago
Tom Lane a61b6b7d18 Fix assorted issues with build and install paths containing spaces. 15 years ago
Peter Eisentraut 90132f62a2 Remove unused variable 15 years ago
Peter Eisentraut efb224a439 Add comment that attributes.is_nullable was removed from SQL standard 15 years ago
Bruce Momjian 07d17a73ec In pg_upgrade, check there are no prepared transactions. 15 years ago
Alvaro Herrera 8cfd59dd65 Fix grammatical mistake introduced by previous commit 15 years ago
Alvaro Herrera fc7e99872c Mention DROP TABLE as well as ALTER TABLE NO INHERIT 15 years ago
Robert Haas c3ad1e8dbd Improve accuracy of ON_ERROR_STOP documentation. 15 years ago
Heikki Linnakangas 85ea93384a Oops, forgot to change the order of entries in 2PC callback arrays when I 15 years ago
Heikki Linnakangas b81831acbc Renumber 2PC resource managers so that compared to 9.0, predicate lock rmgr 15 years ago
Peter Eisentraut 030a2831a8 Move parse2.pl to parse.pl 15 years ago