Commit Graph

27108 Commits (ab9907f5e5eba6e4e17a279d07a1a9df21ec5b19)
 

Author SHA1 Message Date
Tom Lane ab9907f5e5 Add a new, improved version of citext as a contrib module. 18 years ago
Magnus Hagander 6fe8796341 Cleanup reference to config.pl so it makes sense not only in 18 years ago
Magnus Hagander f7cd591698 Document which versions of ActivePerl and ActiveTcl are required 18 years ago
Tom Lane a77eaa6a95 As noted by Andrew Gierth, there's really no need any more to force a junk 18 years ago
Tom Lane 94be06af76 Fix parsing of LDAP URLs so it doesn't reject spaces in the "suffix" part. 18 years ago
Tom Lane e76ef8d581 Remove some redundant tests and improve comments in next_token(). 18 years ago
Alvaro Herrera 85dfe376d9 Ratchet up patch to improve autovacuum wraparound messages. 18 years ago
Tom Lane 11c794f224 Use guc.c's parse_int() instead of pg_atoi() to parse fillfactor in 18 years ago
Peter Eisentraut 509303a597 Abort if Tcl support was configured and no tcl shell was found. 18 years ago
Tom Lane 64d84adf03 Update link to Oleg and Teodor's GIN page. 18 years ago
Alvaro Herrera 0d09688f88 Publish more openly the fact that autovacuum is working for wraparound 18 years ago
Tom Lane b351eba20a Add comment about the two different query strings that ExecuteQuery() 18 years ago
Tom Lane 5618ece82b Code review for array_fill patch: fix inadequate check for array size overflow 18 years ago
Tom Lane 673a30fbb2 Add a pg_dump option --lock-wait-timeout to allow failing the dump if unable 18 years ago
Bruce Momjian b133ceb77d Revert patch so .psqlrc can suppress startup banner: 18 years ago
Tom Lane 4b362c662e Avoid substituting NAMEDATALEN, FLOAT4PASSBYVAL, and FLOAT8PASSBYVAL into 18 years ago
Tom Lane a1c692358b Adjust things so that the query_string of a cached plan and the sourceText of 18 years ago
Tom Lane 6cc88f0af5 Provide a function hook to let plug-ins get control around ExecutorRun. 18 years ago
Bruce Momjian 8d7af89016 Properly document archive/restore command examples on Windows. 18 years ago
Bruce Momjian 25c9de4d84 In psql, run .psqlrc _after_ printing warnings and banner. 18 years ago
Tom Lane dc02a4814a Fix a race condition that I introduced into sinvaladt.c during the recent 18 years ago
Tom Lane a4775a80fd Suppress compiler warning, and not incidentally make the code more 18 years ago
Tom Lane 69a785b8bf Implement SQL-spec RETURNS TABLE syntax for functions. 18 years ago
Bruce Momjian a8fb90cf2d Add URL for: 18 years ago
Alvaro Herrera d557f5c00c Add MSVC++ debug libraries to .cvsignore. 18 years ago
Alvaro Herrera 46c5a212ec Avoid crashing when a table is deleted while we're on the process of checking 18 years ago
Tom Lane a41f73a092 Add dump support for SortBy nodes. Needed this while debugging a reported 18 years ago
Bruce Momjian ba38e363ac Add to TODO: 18 years ago
Bruce Momjian 9a3118d454 Add URL for: 18 years ago
Tom Lane 5ef5abe372 Fix previous patch so that it actually works --- consider TRUNCATE foo, public.foo 18 years ago
Tom Lane 6563e9e2e8 Add a "provariadic" column to pg_proc to eliminate the remarkably expensive 18 years ago
Bruce Momjian 895a4bccb6 Allow TRUNCATE foo, foo to succeed, per report from Nikhils. 18 years ago
Bruce Momjian 9c8f74917d Add to TODO: 18 years ago
Tom Lane d89737d31c Support "variadic" functions, which can accept a variable number of arguments 18 years ago
Bruce Momjian 2c773296f8 Add array_fill() to create arrays initialized with a value. 18 years ago
Bruce Momjian 2fa42cc9ee Fix alignment of SGML array docs. 18 years ago
Bruce Momjian bd53eb4b05 Add Swedish_Sweden.1252 Windows locale example to docs. 18 years ago
Bruce Momjian 590510136e Addendum: psql sequence value display patch was originally written by 18 years ago
Bruce Momjian d3c94b2d84 Add to TODO: 18 years ago
Bruce Momjian 13e835932b Add TODO: 18 years ago
Bruce Momjian db13b7d61f Done: 18 years ago
Bruce Momjian 8516ce0914 Have psql \d show the value of sequence columns. 18 years ago
Bruce Momjian da0a9f1d5a Clarify that locale names on Windows are more verbose. 18 years ago
Bruce Momjian bf523f97ca Add comment about literal strings in our syntax not being translated in 18 years ago
Bruce Momjian e39a3dfa86 Add to TODO: 18 years ago
Bruce Momjian 71e0296dbc Add column storage type to psql \d+ display. 18 years ago
Bruce Momjian c9b2591efc In psql, rename trans_* variables to translate_*, for clarity. 18 years ago
Bruce Momjian b1845753d2 Done: 18 years ago
Bruce Momjian 85df9057e1 Add URL for: 18 years ago
Bruce Momjian aab30f3abc Done, per Simon: 18 years ago