Commit Graph

22415 Commits (d8ea33f2c02721c89c2434b9fda170afb7fe4999)

Author SHA1 Message Date
Tom Lane 7aa3f1d082 Insert dummy "break"s to silence compiler complaints. 15 years ago
Tom Lane 1e16a8107d Teach regular expression operators to honor collations. 15 years ago
Andrew Dunstan 210f95f1cd Adjust regression tests on cube and ECPG for MinGW 64 bit compiler. 15 years ago
Andrew Dunstan ed557a373c Don't make "replication" magical as a user name, only as a database name, in pg_hba.conf. 15 years ago
Bruce Momjian bf50caf105 pgindent run before PG 9.1 beta 1. 15 years ago
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
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
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
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 2bd78eb8d5 Add traceback information to PL/Python errors 15 years ago
Robert Haas 632f0faa7c Repair some flakiness in CheckTargetForConflictsIn. 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
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
Robert Haas a0e50e698b Include pid in pg_lock_status() results even for SIREAD locks. 15 years ago
Robert Haas 6c57239985 Rearrange "add column" logic to merge columns at exec time. 15 years ago
Robert Haas 38b27792ea Avoid possible hang during smart shutdown. 15 years ago
Tom Lane d518d6a168 Fix typo in PQconnectStartParams(). 15 years ago
Magnus Hagander 5735efee15 Avoid palloc before CurrentMemoryContext is set up on win32 15 years ago
Robert Haas e49ad77ff9 Tab completion for COMMENT ON FOREIGN DATA WRAPPER / SERVER. 15 years ago
Robert Haas dd095b623e pg_dump support for comments on FOREIGN DATA WRAPPER and SERVER objects. 15 years ago
Robert Haas 50533a6dc5 Support comments on FOREIGN DATA WRAPPER and SERVER objects. 15 years ago
Robert Haas 7fcc75dd26 Fix compiler warning. 15 years ago
Heikki Linnakangas 9d56886112 Fix two missing spaces in error messages. 15 years ago
Heikki Linnakangas 60b142b9a6 Fix a tiny race condition in predicate locking. Need to hold the lock while 15 years ago
Heikki Linnakangas c8ae318cbe Increase SHMEM_INDEX_SIZE from 32 to 64. We're currently at 40 entries in 15 years ago
Heikki Linnakangas ec7626504f Don't leak the temporary PLyProcedure struct we create for inline plpython 15 years ago