summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2000-06-11Update sequence-related functions to new fmgr style. Remove downcasing,Tom Lane
2000-06-11Substituted new configure test for types of accept()Peter Eisentraut
2000-06-10Moved the intricacies of the perl interface build into its own makefilePeter Eisentraut
2000-06-10Update regression tests for ONLY and other recent changes.Tom Lane
2000-06-10Update rule dumper for the brave new world of ONLY.Tom Lane
2000-06-10nodeAppend tried to deal with multiple result relations, but apparently it neverTom Lane
2000-06-10Fix some more gratuitous breakage ... also throw in a couple ofTom Lane
2000-06-09Fix initdb spaces problem.Bruce Momjian
2000-06-09This patch fixes the 0-based/1-based result set indexing problem forBruce Momjian
2000-06-09I have made the couple of mods required to make the odbc driver withBruce Momjian
2000-06-09 I have large database and with this DB work more users and I very needBruce Momjian
2000-06-09Prompt username/password on stderr so:Bruce Momjian
2000-06-09Clean up regression for new 1st/9th/3rd fixes.Bruce Momjian
2000-06-09Add inherit regression files.Bruce Momjian
2000-06-09The enclosed patch changes the behaviour of the "ordinal" ('TH') format forBruce Momjian
2000-06-09Cause inheritance patch to meet minimum coding standards (no gccTom Lane
2000-06-09Cleanup to ensure good state of derived files in tarballs.Tom Lane
2000-06-09Inheritance overhaul by Chris Bitmead <chris@bitmead.com>Bruce Momjian
2000-06-09Another round of updates for new fmgr, mostly in the datetime code.Tom Lane
2000-06-08Mark functions as static and ifdef NOT_USED as appropriate.Bruce Momjian
2000-06-08Mark ImmediateSharedRelationCacheInvalidate as NOT_USED.Bruce Momjian
2000-06-08More odbc include cleanupsBruce Momjian
2000-06-08Update odbc includeBruce Momjian
2000-06-08Fix ODBC for new binary fopen/open paramsBruce Momjian
2000-06-07Here is a patch for interfaces/jdbc/org/postgresql/jdbc2/ResultSet.javaBruce Momjian
2000-06-07Gen_fmgrtab.sh is strange: it is a platform dependent way (because it usesPeter Eisentraut
2000-06-07Re-order pg_listener index so it can later be used in an index scan.Bruce Momjian
2000-06-07New system index, initdb everyone.Bruce Momjian
2000-06-07Add index on pg_index.indrelid for Tom Lane.Bruce Momjian
2000-06-06Moved configure script from src/ to the top level directory. MovedPeter Eisentraut
2000-06-06init_fcache was being careless about using SearchSysCacheTuple resultTom Lane
2000-06-06Improve comments for SearchSysCacheTuple and SearchSysCacheTupleCopy.Tom Lane
2000-06-06typeTypeName() must return a pstrdup'd copy of the type name, not aTom Lane
2000-06-06PGPORT envar was erroneously ignored by the backendPeter Eisentraut
2000-06-06Added org/postgresql/DriverClass.java to the list of files removed by make cl...Peter Mount
2000-06-06Added some missing org.'s that prevented the use of the geometric typesPeter Mount
2000-06-06Removed hardwired 8k limit on queriesPeter Mount
2000-06-05Update for 7.0.2.Bruce Momjian
2000-06-05Latest round of fmgr updates. All functions with bool,char, or int2Tom Lane
2000-06-05Simplify build/install process for bki and description files. There'sTom Lane
2000-06-04If user re-DECLAREs an existing cursor name, close the old cursor ofTom Lane
2000-06-04Disallow CLOSE of reserved system portal names.Tom Lane
2000-06-04Repair bug reported by ldm@apartia.com: Append nodes, which don'tTom Lane
2000-06-04Remove FROM warning by fixing query.Bruce Momjian
2000-06-04Removed ELOG_TIMESTAMPS #define in favor of two run-timePeter Eisentraut
2000-06-04New ps display code, works on more platforms.Peter Eisentraut
2000-06-03New warning code about auto-created range table entries.Bruce Momjian
2000-06-02More cleanup of c.h binary macrosBruce Momjian
2000-06-02Reverse PG_BINARY definesBruce Momjian
2000-06-02Remove NT-specific file open defines by defining our own open macros forBruce Momjian