summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2004-01-26[all] Removed call to getppid in SendPostmasterSignal, replacing with aBruce Momjian
2004-01-26Back out win32 patch so we can apply it separately.Bruce Momjian
2004-01-26Attached is a patch that fixes some trivial typos and alignment. PleaseBruce Momjian
2004-01-26Ensure that close() and fclose() are checked for errors, at least inTom Lane
2004-01-26Repair incorrect order of operations in GetNewTransactionId(). We mustTom Lane
2004-01-25Fix an obsolete file path mentioned in a comment.Neil Conway
2004-01-25More fallout from the recent psql patch: rename xmalloc and friends toNeil Conway
2004-01-24Support named parameters in information_schema.parameters,Tom Lane
2004-01-24Fix problems with dropped columns in pltcl triggers, per report from Patrick ...Tom Lane
2004-01-24Revert the change to print.c, as this breaks src/bin/scripts. The properNeil Conway
2004-01-24Added GUC variable bgwriter_flush_method controlling the actionJan Wieck
2004-01-24This patch makes some of the memory manipulation performed by psql aNeil Conway
2004-01-24Translation updatesDennis Bjorklund
2004-01-24Repair planner failure for cases involving Cartesian products insideTom Lane
2004-01-23Revise GEQO planner to make use of some heuristic knowledge about SQL, namelyTom Lane
2004-01-23Fix a minor bug introduced by the recent CREATE TABLE AS / WITH OIDSNeil Conway
2004-01-22Translation updatePeter Eisentraut
2004-01-22Remove ExpandDatabasePath(), which is unused and must have been so sinceTom Lane
2004-01-22Fix incorrect dumping of database LOCATION from 7.0.* servers.Tom Lane
2004-01-22Translation updatesDennis Bjorklund
2004-01-22Fix oversight in optimization that avoids an unnecessary projection stepTom Lane
2004-01-22Correct error introduced in recent hasoids changes --- it's not a boolTom Lane
2004-01-21Repair error apparently introduced in the initial coding of GUC: theTom Lane
2004-01-21Ensure fflush(stdout) happens in all cases, per gripe from Jon Sablatnig.Tom Lane
2004-01-21If we don't have shared libraries, we don't have conversions. MakeTom Lane
2004-01-21Fix bit-rot in support for building with --disable-shared. This patchTom Lane
2004-01-21Added WHENEVER NOT_FOUND to SELECT/INSERT/UPDATE/DELETE.Michael Meskes
2004-01-21Translation updatesDennis Bjorklund
2004-01-20Implement '\copy from -' to support reading copy data from the sameTom Lane
2004-01-20This is a patch to support readline prompts which contain non-printingTom Lane
2004-01-19Remove JDBC from the build system and documentation, too.Tom Lane
2004-01-19missed a few filesPostgreSQL Daemon
2004-01-19JDBC is now on GBorgPostgreSQL Daemon
2004-01-19Repair problem identified by Olivier Prenant: ALTER DATABASE SET search_pathTom Lane
2004-01-19Fix typo.Peter Eisentraut
2004-01-19Don't return an overoptimistic result from join_in_selectivity whenTom Lane
2004-01-19Recognize that IN subqueries return already-unique results if they useTom Lane
2004-01-19Add a hash table to cache lookups of 'C'-language functions (that is,Tom Lane
2004-01-18Translation updatePeter Eisentraut
2004-01-18Don't use %s-with-precision format spec to truncate data being displayedTom Lane
2004-01-18When testing whether a sub-plan can do projection, use a general-purposeTom Lane
2004-01-17Repair misestimation of indexscan CPU costs. When an indexqual containsTom Lane
2004-01-16Tighten short-circuit tests for deciding whether we need to invokeTom Lane
2004-01-15Adjusted calculation of shared memory requirements to newJan Wieck
2004-01-14Fix permission-checking bug reported by Tim Burgess 10-Feb-03 (this timeTom Lane
2004-01-14Translation updatesDennis Bjorklund
2004-01-14pg_settings should have UPDATE privilege allowed to public.Tom Lane
2004-01-14The no-updates-to-system-catalogs-unless-usecatupd restriction shouldTom Lane
2004-01-14Revert ill-starred change of 13-Feb-02: it appeared to fix a problem ofTom Lane
2004-01-13Translation updatePeter Eisentraut