Commit Graph

31695 Commits (88543ecfec9c754b5f14b898bccbc68d941748b3)
 

Author SHA1 Message Date
Tom Lane 88543ecfec Suppress compiler warnings about "value computed is not used". 14 years ago
Tom Lane 3f5d2fe302 Be more wary of missing statistics in eqjoinsel_semi(). 14 years ago
Tom Lane 921b993677 Fix RI_Initial_Check to use a COLLATE clause when needed in its query. 14 years ago
Peter Eisentraut 5caa3479c2 Clean up most -Wunused-but-set-variable warnings from gcc 4.6 14 years ago
Tom Lane 3c381a55b0 Teach pattern_fixed_prefix() about collations. 14 years ago
Heikki Linnakangas dad1f46382 TransferPredicateLocksToNewTarget should initialize a new lock 14 years ago
Heikki Linnakangas 7c797e7194 Fix the size of predicate lock manager's shared memory hash tables at creation. 14 years ago
Tom Lane f510fc1d90 Add some more mapping macros for Microsoft wide-character API. 14 years ago
Tom Lane 7aa3f1d082 Insert dummy "break"s to silence compiler complaints. 14 years ago
Andrew Dunstan c1d82a936f Remove CRLF line endings in new cube results file. 14 years ago
Tom Lane 1e16a8107d Teach regular expression operators to honor collations. 14 years ago
Andrew Dunstan 210f95f1cd Adjust regression tests on cube and ECPG for MinGW 64 bit compiler. 14 years ago
Andrew Dunstan ed557a373c Don't make "replication" magical as a user name, only as a database name, in pg_hba.conf. 14 years ago
Bruce Momjian bf50caf105 pgindent run before PG 9.1 beta 1. 14 years ago
Tom Lane 9a8b73147c Clean up overly complex code for issuing some related error messages. 14 years ago
Peter Eisentraut 11745364d0 Add collation support on Windows (MSVC build) 14 years ago
Tom Lane 00f11f419c Fix ILIKE to honor collation when working in single-byte encodings. 14 years ago
Tom Lane f89e4dfa75 Remove collate.linux.utf8.sql's assumptions about ".utf8" in locale names. 14 years ago
Tom Lane a19002d4e5 Adjust collation determination rules as per discussion. 14 years ago
Tom Lane 7c76906b7e Don't show unusable collations in psql's \dO command. 14 years ago
Andrew Dunstan fe1438da8a Latest consolidated typedef list from buildfarm. 14 years ago
Tom Lane 69f1d5fe14 Clean up minor collation issues in indxpath.c. 14 years ago
Tom Lane 466dac8656 Fix make_greater_string to not have an undocumented collation assumption. 14 years ago
Robert Haas cdcdfca401 Truncate the predicate lock SLRU to empty, instead of almost empty. 14 years ago
Tom Lane 1766a5b63a Tweak collation setup for GIN index comparison functions. 14 years ago
Tom Lane c5ff3ff492 Avoid an unnecessary syscache lookup in parse_coerce.c. 14 years ago
Robert Haas cba9cd4192 Make psql use pg_table_size instead of pg_relation_size on 9.0+ servers. 14 years ago
Robert Haas 0bd155cbf2 Fix bug in propagating ALTER TABLE actions to typed tables. 14 years ago
Tom Lane d4c810d570 Modify initdb to complain only when no usable system locales are found. 14 years ago
Robert Haas fbc0d07796 Partially roll back overenthusiastic SSI optimization. 14 years ago
Bruce Momjian 9c38bce29c Have pg_upgrade properly preserve relfrozenxid in toast tables. 14 years ago
Tom Lane dca30da343 Avoid extra whitespace in the arguments of <indexterm>. 14 years ago
Tom Lane 8ad58279fa Add an example of WITH (UPDATE RETURNING) INSERT to the INSERT ref page. 14 years ago
Robert Haas b6bc481d55 Fix some sloppiness in new PL/python get_source_line() function. 14 years ago
Andrew Dunstan a53112338c Avoid use of mixed slash style paths in arguments to xcopy in MSVC builds. 14 years ago
Robert Haas 56c7140ca8 Tweaks for SSI out-of-shared memory behavior. 14 years ago
Tom Lane 73d9a90814 Modernize dlopen interface code for FreeBSD and OpenBSD. 14 years ago
Peter Eisentraut 1eb2231fc4 Allow pg_upgrade with PGCLIENTENCODING set 14 years ago
Tom Lane 1471a147f0 Fix SortTocFromFile() to cope with lines that are too long for its buffer. 14 years ago
Bruce Momjian 82a4f37073 Preserve pg_largeobject_metadata.relfrozenxid in pg_upgrade. 14 years ago
Bruce Momjian e69d32158c Simplify structure of query used to gather database object information 14 years ago
Tom Lane d8d429890d Fix collations when we call transformWhereClause from outside the parser. 14 years ago
Tom Lane 2594cf0e8c Revise the API for GUC variable assign hooks. 14 years ago
Peter Eisentraut 5d0e462366 Update regression test files for PL/Python traceback patch 14 years ago
Peter Eisentraut c75163842c Replace the confusing exit_nicely() by an atexit/on_exit hook 14 years ago
Peter Eisentraut 2bd78eb8d5 Add traceback information to PL/Python errors 14 years ago
Peter Eisentraut bf6848bc8c Update key words table for 9.1 14 years ago
Robert Haas 632f0faa7c Repair some flakiness in CheckTargetForConflictsIn. 14 years ago
Alvaro Herrera 38d15f1651 Change "Id" to "id" in some SGML tags 14 years ago
Robert Haas ad275473a5 Typo fixes. 14 years ago