Commit Graph

31681 Commits (9a8b73147c07e02e10e0d0a34aa99d72e3336fb2)
 

Author SHA1 Message Date
Tom Lane 9a8b73147c Clean up overly complex code for issuing some related error messages. 15 years ago
Peter Eisentraut 11745364d0 Add collation support on Windows (MSVC build) 15 years ago
Tom Lane 00f11f419c Fix ILIKE to honor collation when working in single-byte encodings. 15 years ago
Tom Lane f89e4dfa75 Remove collate.linux.utf8.sql's assumptions about ".utf8" in locale names. 15 years ago
Tom Lane a19002d4e5 Adjust collation determination rules as per discussion. 15 years ago
Tom Lane 7c76906b7e Don't show unusable collations in psql's \dO command. 15 years ago
Andrew Dunstan fe1438da8a Latest consolidated typedef list from buildfarm. 15 years ago
Tom Lane 69f1d5fe14 Clean up minor collation issues in indxpath.c. 15 years ago
Tom Lane 466dac8656 Fix make_greater_string to not have an undocumented collation assumption. 15 years ago
Robert Haas cdcdfca401 Truncate the predicate lock SLRU to empty, instead of almost empty. 15 years ago
Tom Lane 1766a5b63a Tweak collation setup for GIN index comparison functions. 15 years ago
Tom Lane c5ff3ff492 Avoid an unnecessary syscache lookup in parse_coerce.c. 15 years ago
Robert Haas cba9cd4192 Make psql use pg_table_size instead of pg_relation_size on 9.0+ servers. 15 years ago
Robert Haas 0bd155cbf2 Fix bug in propagating ALTER TABLE actions to typed tables. 15 years ago
Tom Lane d4c810d570 Modify initdb to complain only when no usable system locales are found. 15 years ago
Robert Haas fbc0d07796 Partially roll back overenthusiastic SSI optimization. 15 years ago
Bruce Momjian 9c38bce29c Have pg_upgrade properly preserve relfrozenxid in toast tables. 15 years ago
Tom Lane dca30da343 Avoid extra whitespace in the arguments of <indexterm>. 15 years ago
Tom Lane 8ad58279fa Add an example of WITH (UPDATE RETURNING) INSERT to the INSERT ref page. 15 years ago
Robert Haas b6bc481d55 Fix some sloppiness in new PL/python get_source_line() function. 15 years ago
Andrew Dunstan a53112338c Avoid use of mixed slash style paths in arguments to xcopy in MSVC builds. 15 years ago
Robert Haas 56c7140ca8 Tweaks for SSI out-of-shared memory behavior. 15 years ago
Tom Lane 73d9a90814 Modernize dlopen interface code for FreeBSD and OpenBSD. 15 years ago
Peter Eisentraut 1eb2231fc4 Allow pg_upgrade with PGCLIENTENCODING set 15 years ago
Tom Lane 1471a147f0 Fix SortTocFromFile() to cope with lines that are too long for its buffer. 15 years ago
Bruce Momjian 82a4f37073 Preserve pg_largeobject_metadata.relfrozenxid in pg_upgrade. 15 years ago
Bruce Momjian e69d32158c Simplify structure of query used to gather database object information 15 years ago
Tom Lane d8d429890d Fix collations when we call transformWhereClause from outside the parser. 15 years ago
Tom Lane 2594cf0e8c Revise the API for GUC variable assign hooks. 15 years ago
Peter Eisentraut 5d0e462366 Update regression test files for PL/Python traceback patch 15 years ago
Peter Eisentraut c75163842c Replace the confusing exit_nicely() by an atexit/on_exit hook 15 years ago
Peter Eisentraut 2bd78eb8d5 Add traceback information to PL/Python errors 15 years ago
Peter Eisentraut bf6848bc8c Update key words table for 9.1 15 years ago
Robert Haas 632f0faa7c Repair some flakiness in CheckTargetForConflictsIn. 15 years ago
Alvaro Herrera 38d15f1651 Change "Id" to "id" in some SGML tags 15 years ago
Robert Haas ad275473a5 Typo fixes. 15 years ago
Robert Haas f5e524d92b Add casts from int4 and int8 to numeric. 15 years ago
Simon Riggs 88f32b7ca2 Avoid assuming there will be only 3 states for synchronous_commit. 15 years ago
Simon Riggs 479ee1b962 Centralise release note items related to recovery and replication 15 years ago
Simon Riggs 35d2a660fe Update comments and credit doc proofreaders 15 years ago
Alvaro Herrera 34a991619b Update MSVC toolchain to match SGML entity uppercasing 15 years ago
Robert Haas 240067b3b0 Merge synchronous_replication setting into synchronous_commit. 15 years ago
Alvaro Herrera fc3459d70c Uppercase <!ENTITY> and <!DOCTYPE> tags in SGML source 15 years ago
Robert Haas 595a441ae9 Add missing check on invocation of trusted procedures. 15 years ago
Robert Haas a0e50e698b Include pid in pg_lock_status() results even for SIREAD locks. 15 years ago
Alvaro Herrera 8c250f3741 Duplicate expansion of "direction" from FETCH's synopsis into MOVE 15 years ago
Robert Haas 6c57239985 Rearrange "add column" logic to merge columns at exec time. 15 years ago
Robert Haas cabf5d84b6 Improve documentation on the range of the numeric data type. 15 years ago
Robert Haas 1981fb7313 Remove mention of using "man" from the tutorial. 15 years ago
Robert Haas 38b27792ea Avoid possible hang during smart shutdown. 15 years ago