summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2004-05-13Warn when MinGW fails to create symlinks during configure. ReportBruce Momjian
2004-05-12Tighten up overflow check in path_recv, pursuant to code review inspiredTom Lane
2004-05-12Here's a patch that will allow external modules like pl<lang> to setBruce Momjian
2004-05-12Rename find_my_binary/find_other_binary toBruce Momjian
2004-05-12Remove:Bruce Momjian
2004-05-12Fix bug by passing arg[0] to find_my_binary().Bruce Momjian
2004-05-11Yawn ... still another place not quite ready for zero-column tables.Tom Lane
2004-05-11As part of the work for making relocatable installs, I have re-factoredBruce Momjian
2004-05-11Add DELETE:Bruce Momjian
2004-05-11Add tests to enlargeStringInfo() to avoid possible buffer-overrun orTom Lane
2004-05-11Refactor low-level aclcheck code to provide useful interfaces for multi-bitTom Lane
2004-05-11Add mention of rules/triggers:Bruce Momjian
2004-05-11Fix oversights in processing of LIMIT expressions during planning.Tom Lane
2004-05-11Repair recalculation failure for nested sub-SELECTs, per bug report fromTom Lane
2004-05-10Clean up indenting of Makefile filenames.Bruce Momjian
2004-05-10Promote row expressions to full-fledged citizens of the expression syntax,Tom Lane
2004-05-10Fix typo.Neil Conway
2004-05-10Add variables names to static prototypes in initdb.c.Bruce Momjian
2004-05-10- Argh, just another bug in adjust_informix.Michael Meskes
2004-05-10Add:Bruce Momjian
2004-05-08Fix a couple of oversights in new ALTER TABLE code that brokeTom Lane
2004-05-08Alter string format used for integer and OID lists in stored rules.Tom Lane
2004-05-08Get rid of rd_nblocks field in relcache entries. Turns out this wasTom Lane
2004-05-08Fix typo.Bruce Momjian
2004-05-08Improve style of new log_statement_stats error message, per Peter.Bruce Momjian
2004-05-08Get rid of cluster.c's apparatus for rebuilding a relation's indexesTom Lane
2004-05-07Refactor CheckDropPermissions() to move some initialization code forNeil Conway
2004-05-07The timezone() family of functions (a/k/a AT TIME ZONE construct) canTom Lane
2004-05-07- Added additional test case.Michael Meskes
2004-05-07Suppress 'uninitialized variable' warning emitted by some (not all)Tom Lane
2004-05-07Use regprocedure type instead of oid. Usefull for human read and dump/restoreTeodor Sigaev
2004-05-07NATURAL CROSS JOIN is a contradiction in terms, not to mention disallowedTom Lane
2004-05-07Uppercase keyword for ecpg.Bruce Momjian
2004-05-07Remove crude test for log_statement_stats in startup code now that weBruce Momjian
2004-05-07Throw error if log_statement_stats is used with confliction options forBruce Momjian
2004-05-07Solve the 'Turkish problem' with undesirable locale behavior for caseTom Lane
2004-05-06Done:Bruce Momjian
2004-05-06sysv_shmem.c patch is to correct a bug that prevents the postmasterBruce Momjian
2004-05-06Erase MD5 user passwords when a user is renamed because the username isBruce Momjian
2004-05-06Update todo/faq timestampsBruce Momjian
2004-05-06Make ALTER COLUMN TYPE preserve clustered status for indexes it doesn'tTom Lane
2004-05-06Rewrite nodeRead() in a less obfuscated fashion, per discussion withTom Lane
2004-05-06Fix grammatical error in comment.Neil Conway
2004-05-05Second try at a portable unsetenv().Tom Lane
2004-05-05Don't assume that struct timeval's tv_sec field is the same datatype asTom Lane
2004-05-05Fix get_rels_with_domain to not do the wrong thing with views andTom Lane
2004-05-05Use a more portable technique for unsetting environment variables,Tom Lane
2004-05-05- Fixed bug in adjust_informix that treated arrays as simple variables.Michael Meskes
2004-05-05Done:Bruce Momjian
2004-05-05Fix a typo in the documentation.Neil Conway