Commit Graph

11890 Commits (59a4a571d396ec00a7e363dca8b2f5eb2d8307ad)

Author SHA1 Message Date
Heikki Linnakangas 34be83b7e1 Fix integer overflow in text_format function, reported by Dean Rasheed. 15 years ago
Robert Haas 7149b128dc Improve hash_array() logic for combining hash values. 15 years ago
Tom Lane 299d171652 Install defenses against overflow in BuildTupleHashTable(). 15 years ago
Heikki Linnakangas 30e98a7e6e Pull up isReset flag from AllocSetContext to MemoryContext struct. This 15 years ago
Heikki Linnakangas 0319da638f Reset per-tuple memory context between every row in a scan node, even when 15 years ago
Peter Eisentraut bcf63a51e3 Message style improvements 15 years ago
Peter Eisentraut bb46d42859 Consistent spacing for lengthy error messages 15 years ago
Magnus Hagander a937b07121 Add example for replication in pg_hba.conf 15 years ago
Robert Haas 74aaa2136d Fix race condition in CheckTargetForConflictsIn. 15 years ago
Peter Eisentraut c13dc6402b Spell checking and markup refinement 15 years ago
Robert Haas 9bb6d97952 More cleanup of FOREIGN TABLE permissions handling. 15 years ago
Robert Haas c5ab8425be Kill stray "not". 15 years ago
Alvaro Herrera c6eb5740b3 Fix assorted typos 15 years ago
Tom Lane e05b866447 Split PGC_S_DEFAULT into two values, for true boot_val vs computed default. 15 years ago
Tom Lane 6fc6686b48 Clean up parsing of CREATE TRIGGER's argument list. 15 years ago
Heikki Linnakangas a0c8514149 Shut down WAL receiver if it's still running at end of recovery. We used to 15 years ago
Tom Lane 2e82d0b396 Prevent datebsearch() from crashing on base == NULL && nel == 0. 15 years ago
Tom Lane 1453cd8f82 Adjust documentation with respect to "unknown" timezone setting. 15 years ago
Bruce Momjian 76e5b4c85d Add C comment about the fact that the autovacuum limit can go backwards 15 years ago
Robert Haas 71932ecc2b Add comment about memory reordering to PredicateLockTupleRowVersionLink. 15 years ago
Tom Lane d2088ae949 Move RegisterPredicateLockingXid() call to a safer place. 15 years ago
Tom Lane 12b7164578 Remove precedence labeling of keywords TRUE, FALSE, UNKNOWN, and ZONE. 15 years ago
Magnus Hagander d76a149c95 Clarify error message when attempting to create index on foreign table 15 years ago
Tom Lane dcc685debb Fix pull_up_sublinks' failure to handle nested pull-up opportunities. 15 years ago
Tom Lane 6755558b92 Improve aset.c's space management in contexts with small maxBlockSize. 15 years ago
Tom Lane 83b7584944 Make CLUSTER lock the old table's toast table before copying data. 15 years ago
Bruce Momjian 5a71b64130 Lowercase status labels in pg_stat_replication view. 15 years ago
Tom Lane 44e4bbf75d Remove special case for xmin == xmax in HeapTupleSatisfiesVacuum(). 15 years ago
Tom Lane fd2e2d09aa Rewrite pg_size_pretty() to avoid compiler bug. 15 years ago
Andrew Dunstan ab0ba6e73a Add some casts to try to silence most of the remaining format warnings on MinGW-W64. 15 years ago
Andrew Dunstan c02d5b7c27 Use a macro variable PG_PRINTF_ATTRIBUTE for the style used for checking printf type functions. 15 years ago
Tom Lane 18c0b4eccd Fix array- and path-creating functions to ensure padding bytes are zeroes. 15 years ago
Andrew Dunstan 348c10efe0 Revert "Remove hard coded formats for INT64 and use configured settings instead." 15 years ago
Andrew Dunstan 9b1508af89 Remove hard coded formats for INT64 and use configured settings instead. 15 years ago
Andrew Dunstan c43d0791ac Use an explicit format string to keep the compiler happy. 15 years ago
Tom Lane 71e7083532 Rephrase some not-supported error messages in pg_hba.conf processing. 15 years ago
Tom Lane c464a0657b Complain if pg_hba.conf contains "hostssl" but SSL is disabled. 15 years ago
Tom Lane 6dab96abaa Remove incorrect HINT for use of ALTER FOREIGN TABLE on the wrong relkind. 15 years ago
Robert Haas 68ef051f5c Refactor broken CREATE TABLE IF NOT EXISTS support. 15 years ago
Robert Haas be90032e0d Remove partial and undocumented GRANT .. FOREIGN TABLE support. 15 years ago
Tom Lane af0f20092c Fix pg_size_pretty() to avoid overflow for inputs close to INT64_MAX. 15 years ago
Andrew Dunstan 860be17ec3 Assorted minor changes to silence Windows compiler warnings. 15 years ago
Bruce Momjian 76dd09bbec Add postmaster/postgres undocumented -b option for binary upgrades. 15 years ago
Robert Haas 02e6a115cc Add fast paths for cases when no serializable transactions are running. 15 years ago
Robert Haas b429519d8d Fix SSI-related assertion failure. 15 years ago
Tom Lane e6a30a8c3c Improve cost estimation for aggregates and window functions. 15 years ago
Andrew Dunstan d98711dfef Silence a few compiler warnings from gcc on MinGW. 15 years ago
Tom Lane a0b75a41a9 Hash indexes had better pass the index collation to support functions, too. 15 years ago
Tom Lane 2ab0796d7a Fix char2wchar/wchar2char to support collations properly. 15 years ago
Tom Lane ae20bf1740 Make GIN and GIST pass the index collation to all their support functions. 15 years ago