Commit Graph

27123 Commits (ec73b56a31fd0933280e85cd4e7b17c45c2ccbed)
 

Author SHA1 Message Date
Tom Lane ec73b56a31 Make GROUP BY work properly for datatypes that only support hashing and not 18 years ago
Tom Lane 82a1f09953 Tighten up the sanity checks in TypeCreate(): pass-by-value types must have 18 years ago
Tom Lane 3c93218aeb Fix copy-and-pasteo that's causing pg_regress to lie about which file it can't 18 years ago
Tom Lane 9511304752 Rearrange the querytree representation of ORDER BY/GROUP BY/DISTINCT items 18 years ago
Alvaro Herrera 49f001d81e Cope with Tcl versions that do not create a tclsh symlink to the version- 18 years ago
Alvaro Herrera e36e6b1cab Add a few more DTrace probes to the backend. 18 years ago
Magnus Hagander 26e6991a2d Rearrange the code in auth.c so that all functions for a single authentication 18 years ago
Magnus Hagander c30c1b8786 Move ident authentication code into auth.c along with the other authenciation 18 years ago
Tom Lane 63247bec28 Fix parser so that we don't modify the user-written ORDER BY list in order 18 years ago
Bruce Momjian b1fb3b2a7f Add URL to: 18 years ago
Tom Lane 7bd7b2002b Require superuser privilege to create base types (but not composites, enums, 18 years ago
Tom Lane c8572986ad Allow I/O conversion casts to be applied to or from any type that is a member 18 years ago
Tom Lane 7df49cef72 Flip the default typispreferred setting from true to false. This affects 18 years ago
Tom Lane 42be2c790f Adjust citext to make use of the new ability to declare its type category: 18 years ago
Tom Lane bac3e83622 Replace the hard-wired type knowledge in TypeCategory() and IsPreferredType() 18 years ago
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