Commit Graph

12753 Commits (19a495caaa8a0b9b5a1ee9b1b487697cce7e99db)

Author SHA1 Message Date
Neil Conway 0cb27df5c6 Improve documentation for SQLSTATE error codes, per recent thread on 22 years ago
Bruce Momjian 9f944f0443 Adjust find_my_exec/find_other_exec() so that the return parameter is 22 years ago
Bruce Momjian 550735cd73 Remove extra 'then'. 22 years ago
Tom Lane c53d6e927f Tighten parsing of boolean options to CREATE TYPE and related functions, 22 years ago
Tom Lane 02409a4813 Propagate enlargeStringInfo() fixes into the equivalent code in 22 years ago
Bruce Momjian 0ec80be435 Properly quote variable for makefile use. 22 years ago
Bruce Momjian 3f41675f6a Move unixware thread stuff into Makefile.unixware. 22 years ago
Bruce Momjian 5e938d831a Force thread flags for all Unixware builds if threading is requested. 22 years ago
Bruce Momjian f69ecb4f8c Reorganize backend code to more cleanly manage executable names and 22 years ago
Bruce Momjian 261eda55d3 No need for gcc thread stuff anymore, only cc. 22 years ago
Bruce Momjian 9f7283eb1b Remove warning about Unixware. 22 years ago
Bruce Momjian c2e8386440 Fix Win32 bug with missing errno for strerror(). 22 years ago
Tom Lane 4d924bdb46 Tighten up overflow check in path_recv, pursuant to code review inspired 22 years ago
Bruce Momjian 0a54441cbf Here's a patch that will allow external modules like pl<lang> to set 22 years ago
Bruce Momjian b1ffacddfc Rename find_my_binary/find_other_binary to 22 years ago
Bruce Momjian b9ba13a80e Fix bug by passing arg[0] to find_my_binary(). 22 years ago
Tom Lane 3a0d95d181 Yawn ... still another place not quite ready for zero-column tables. 22 years ago
Bruce Momjian fda15b351a As part of the work for making relocatable installs, I have re-factored 22 years ago
Tom Lane a2160c5eeb Add tests to enlargeStringInfo() to avoid possible buffer-overrun or 22 years ago
Tom Lane 5ddbe904c0 Refactor low-level aclcheck code to provide useful interfaces for multi-bit 22 years ago
Tom Lane bef764029b Fix oversights in processing of LIMIT expressions during planning. 22 years ago
Tom Lane 1697568d57 Repair recalculation failure for nested sub-SELECTs, per bug report from 22 years ago
Bruce Momjian 608b85a23c Clean up indenting of Makefile filenames. 22 years ago
Tom Lane 2f63232d30 Promote row expressions to full-fledged citizens of the expression syntax, 22 years ago
Bruce Momjian c50faf944d Add variables names to static prototypes in initdb.c. 22 years ago
Michael Meskes 491dc124bf - Argh, just another bug in adjust_informix. 22 years ago
Tom Lane 7a3977c08d Fix a couple of oversights in new ALTER TABLE code that broke 22 years ago
Tom Lane c00b309932 Alter string format used for integer and OID lists in stored rules. 22 years ago
Tom Lane 4af3421161 Get rid of rd_nblocks field in relcache entries. Turns out this was 22 years ago
Bruce Momjian ef0ec907bd Improve style of new log_statement_stats error message, per Peter. 22 years ago
Tom Lane dd16b7aa9e Get rid of cluster.c's apparatus for rebuilding a relation's indexes 22 years ago
Neil Conway 7c6baade7b Refactor CheckDropPermissions() to move some initialization code for 22 years ago
Tom Lane d905057853 The timezone() family of functions (a/k/a AT TIME ZONE construct) can 22 years ago
Michael Meskes 2b55612645 - Added additional test case. 22 years ago
Tom Lane 573aaa52bc NATURAL CROSS JOIN is a contradiction in terms, not to mention disallowed 22 years ago
Bruce Momjian 63d0139061 Remove crude test for log_statement_stats in startup code now that we 22 years ago
Bruce Momjian ae96e629b8 Throw error if log_statement_stats is used with confliction options for 22 years ago
Tom Lane 0bd61548ab Solve the 'Turkish problem' with undesirable locale behavior for case 22 years ago
Bruce Momjian 38b85b15c1 sysv_shmem.c patch is to correct a bug that prevents the postmaster 22 years ago
Bruce Momjian 22a2c4b576 Erase MD5 user passwords when a user is renamed because the username is 22 years ago
Tom Lane 8325a8d69e Make ALTER COLUMN TYPE preserve clustered status for indexes it doesn't 22 years ago
Tom Lane eee6f9d5c2 Rewrite nodeRead() in a less obfuscated fashion, per discussion with 22 years ago
Neil Conway 839be02ee1 Fix grammatical error in comment. 22 years ago
Tom Lane 9e16195f3f Second try at a portable unsetenv(). 22 years ago
Tom Lane dadce6509a Don't assume that struct timeval's tv_sec field is the same datatype as 22 years ago
Tom Lane 1899203f3d Fix get_rels_with_domain to not do the wrong thing with views and 22 years ago
Tom Lane c7007d1848 Use a more portable technique for unsetting environment variables, 22 years ago
Michael Meskes e845adf31f - Fixed bug in adjust_informix that treated arrays as simple variables. 22 years ago
Tom Lane 077db40fa1 ALTER TABLE rewrite. New cool stuff: 22 years ago
Bruce Momjian 3e3cb0a14a More PWD adjustments for win32. 22 years ago