Commit Graph

2713 Commits (56303abff0e30cbac3faedd17c7b52ea9886ffba)

Author SHA1 Message Date
Magnus Hagander 699a0ef7bb Re-allow UTF8 encodings on win32. Since UTF8 is converted to 18 years ago
Peter Eisentraut 2d5b16bb10 Remove quotes around locale names in some places for consistency. 18 years ago
Tom Lane 041a8b37f5 Try to fix msvc build for recent initdb changes. 19 years ago
Tom Lane 8468146b03 Fix the inadvertent libpq ABI breakage discovered by Martin Pitt: the 19 years ago
Tom Lane b37e1770c5 Make use of additional chklocale.c entries to reject locales that we 19 years ago
Tom Lane 70b9b9b788 Change initdb and CREATE DATABASE to actively reject attempts to create 19 years ago
Tom Lane 834f45014b Tweak initdb's text search configuration selection code so it can 19 years ago
Tom Lane 314ed5de6d Define the FRONTEND symbol in postgres_fe.h, which allows us to eliminate 19 years ago
Peter Eisentraut 588901df84 Small string tweaks 19 years ago
Tom Lane c3b193a5c3 Replace linear searches with binary searches in pg_dump's code to 19 years ago
Bruce Momjian 17aae41afd Add tsearch tab completion support: 19 years ago
Tom Lane 2abae34a2e Implement function-local GUC parameter settings, as per recent discussion. 19 years ago
Tom Lane 3b5f5d9873 Fix aboriginal bug in _tarAddFile(): when complaining that the amount of data 19 years ago
Tom Lane b2a52b3b80 Make \dFt and \dFt+ do something different --- omitting the function 19 years ago
Tom Lane d321421d0a Simplify the syntax of CREATE/ALTER TEXT SEARCH DICTIONARY by treating the 19 years ago
Tom Lane 140d4ebcb4 Tsearch2 functionality migrates to core. The bulk of this work is by 19 years ago
Tom Lane 509bfd6a6b Fix unintended change of output format for createlang/droplang -l. Missed 19 years ago
Tom Lane fcb9535e8a Fix pg_restore to guard against unexpected EOF while reading an archive file. 19 years ago
Neil Conway 087a271327 Tweak for initdb: if more command-line arguments were specified than 19 years ago
Tom Lane 82eed4dba2 Arrange to put TOAST tables belonging to temporary tables into special schemas 19 years ago
Neil Conway ad44c95825 Fixup the indentation of a comment that was mangled by pgindent, and 19 years ago
Tom Lane 4bbb7f9469 Suppress Sun Studio warnings, per Stefan. 19 years ago
Magnus Hagander 017f2d2f18 Silence compile warning on win32, per Stefan and Buildfarm. 19 years ago
Tom Lane 05c4d8f783 Suppress a warning that some versions of gcc emit about %x in strftime. 19 years ago
Tom Lane ff481ca0d4 Adjust processSQLNamePattern() so that $ within the pattern is always matched 19 years ago
Tom Lane 8331c11f3f Get rid of client-code dependencies on the exact text of the no-password 19 years ago
Neil Conway a55898131e Add ALTER VIEW ... RENAME TO, and a RENAME TO clause to ALTER SEQUENCE. 19 years ago
Magnus Hagander a1587e41ae - Fix the -w (wait) option to work in Windows service mode, per bug #3382. 19 years ago
Neil Conway 7c07b136bc Add the function's volatility to the output of psql's \df+ command. 19 years ago
Neil Conway 2128e5c392 In psql, when running a SELECT query using a cursor, flush the query 19 years ago
Tom Lane 4c310eca2e Arrange for quote_identifier() and pg_dump to not quote keywords that are 19 years ago
Neil Conway 320f820585 Schema-qualify several references to the builtin function length(), to 19 years ago
Peter Eisentraut 9539e64bc0 Remove gratuitous response messages from utility programs. 19 years ago
Peter Eisentraut 7ce9b3683e Make some messages more consistent 19 years ago
Alvaro Herrera d365ce1f5c Avoid emitting empty role names in the GRANTED BY clause of GRANT ROLE 19 years ago
Tom Lane bc8036fc66 Support arrays of composite types, including the rowtypes of regular tables 19 years ago
Neil Conway 8e90c54480 Another tweak for tab completion of CREATE TEMP. Instead of only 19 years ago
Neil Conway 9475aa917d Minor enhancement to psql tab completion. If we see "CREATE TEMPORARY", 19 years ago
Neil Conway 16efdb5ec7 Rename the newly-added commands for discarding session state. 19 years ago
Magnus Hagander 2ee5d945f9 Don't write timing output in quiet mode. 19 years ago
Tom Lane 6ee2a3be4a Fix pg_dump to not crash if -t or a similar switch is used to select a serial 19 years ago
Magnus Hagander bf3b8d8ad8 Allow \timing in psql to have a better resolution than ~15ms on Windows. 19 years ago
Magnus Hagander 6e09df9d26 Add cancel handlers so it's possible to Ctrl-C clusterdb, reindexdb 19 years ago
Bruce Momjian e55c8e36ae Support syntax "CLUSTER table USING index", which is more logical. 19 years ago
Tom Lane b3005276eb Decouple the values of TOAST_TUPLE_THRESHOLD and TOAST_MAX_CHUNK_SIZE. 19 years ago
Tom Lane 57690c6803 Support enum data types. Along the way, use macros for the values of 19 years ago
Bruce Momjian 452427d0fd pg_char_to_encoding() was redundant in initdb because 19 years ago
Tom Lane 55a7cf80a0 Allow non-superuser database owners to create procedural languages. 19 years ago
Bruce Momjian 9c51b922b6 Add comment that pg_dump 'append' format is used only by pg_dump, per 19 years ago
Bruce Momjian f317a03734 In pg_dump, strcasecmp -> pg_strcasecmp. 19 years ago