Commit Graph

17550 Commits (261eda55d3473f4da3c60e09b4f9823688121593)
 

Author SHA1 Message Date
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
Bruce Momjian 550fbc6a98 Warn when MinGW fails to create symlinks during configure. Report 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 3bfd4d9284 Remove: 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
Bruce Momjian 270c9aa34a Add DELETE: 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
Bruce Momjian f739deb50f Add mention of rules/triggers: 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
Neil Conway 9a939886ac Fix typo. 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
Bruce Momjian b071a40068 Add: 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 1fe11fad54 Fix typo. 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 a90b2a035f Suppress 'uninitialized variable' warning emitted by some (not all) 22 years ago
Teodor Sigaev d1eb9fede5 Use regprocedure type instead of oid. Usefull for human read and dump/restore 22 years ago
Tom Lane 573aaa52bc NATURAL CROSS JOIN is a contradiction in terms, not to mention disallowed 22 years ago
Bruce Momjian 97c7cb0930 Uppercase keyword for ecpg. 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 4d46274b33 Done: 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
Bruce Momjian d8f6973df3 Update todo/faq timestamps 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