Commit Graph

7255 Commits (05cd91a5825f89a624fc6335b6c337c8e6d77583)
 

Author SHA1 Message Date
Tom Lane 05cd91a582 typeTypeName() must return a pstrdup'd copy of the type name, not a 25 years ago
Peter Eisentraut 4032a515d2 PGPORT envar was erroneously ignored by the backend 25 years ago
Bruce Momjian beb7f7f72d Update FAQ. 25 years ago
Peter Mount e3cc370d15 Added org/postgresql/DriverClass.java to the list of files removed by make clean (it's dynamically built) 25 years ago
Peter Mount 0e38f0a1d1 Added some missing org.'s that prevented the use of the geometric types 25 years ago
Peter Mount d7dbba2659 Removed hardwired 8k limit on queries 25 years ago
Bruce Momjian 552d59353f Update for 7.0.2. 25 years ago
Bruce Momjian 154c0a0b68 Update for 7.0.2. 25 years ago
Tom Lane 48165ec226 Latest round of fmgr updates. All functions with bool,char, or int2 25 years ago
Tom Lane c61db5ba2d Simplify build/install process for bki and description files. There's 25 years ago
Tom Lane 4863829c12 If user re-DECLAREs an existing cursor name, close the old cursor of 25 years ago
Tom Lane 9b5410aa03 Disallow CLOSE of reserved system portal names. 25 years ago
Tom Lane 2190cf2926 Repair bug reported by ldm@apartia.com: Append nodes, which don't 25 years ago
Bruce Momjian 54bce381a7 Remove FROM warning by fixing query. 25 years ago
Peter Eisentraut 0a54de8faf Removed ELOG_TIMESTAMPS #define in favor of two run-time 25 years ago
Peter Eisentraut 209aa77d98 New ps display code, works on more platforms. 25 years ago
Bruce Momjian 2ea370a3ce New warning code about auto-created range table entries. 25 years ago
Bruce Momjian 58785757dd More cleanup of c.h binary macros 25 years ago
Bruce Momjian a305c7d675 Reverse PG_BINARY defines 25 years ago
Bruce Momjian cc2b5e5815 Remove NT-specific file open defines by defining our own open macros for 25 years ago
Vadim B. Mikheev bf1c8f2b3b heap' xlog records 25 years ago
Tom Lane 664dd614d9 If create/drop database are going to call closeAllVfds(), they ought 25 years ago
Tom Lane b659ab07a2 Create an fd.c entry point that is just like plain open(2) except that 25 years ago
Bruce Momjian 60b941f9a4 Update TODO detail files. 25 years ago
Bruce Momjian acad203c31 Update faq's. 25 years ago
Tom Lane bff5dce993 Correct portability problem introduced by yours truly --- I used a 25 years ago
Bruce Momjian 6437fe62ba Add fix to index length 25 years ago
Tom Lane a82471f9e4 Keep CVS quiet about derived file guc-file.c. 25 years ago
Bruce Momjian 37b5775d3c createlang fix 25 years ago
Tom Lane 0672a3c081 Lexer defended us against overlength plain identifiers, but not against 25 years ago
Bruce Momjian 36289fbbeb Add BSDI readme 25 years ago
Bruce Momjian 2b0956e783 Update replication todo. 25 years ago
Bruce Momjian 49ee133424 Update TODO list. 25 years ago
Bruce Momjian 0f6101e470 Add lock todo items 25 years ago
Bruce Momjian bb8bda3918 The definition for "ProcessConfigFile()" in guc-file.l does not match 25 years ago
Tom Lane 64b4a48ddc Simplify overly-clever Make rule, which evidently confuses at least 25 years ago
Peter Mount 228a5e708c Removed timezone in ResultSet.getTimestamp() 25 years ago
Bruce Momjian 5abea5fe13 Update 7.0.1 for Tatsuo 25 years ago
Bruce Momjian bd29331f84 Mention pg_upgrade 25 years ago
Bruce Momjian f9f6cc4ab0 Update 7.0.1 25 years ago
Bruce Momjian 54ee522f4f Fixups for 7.0.1 25 years ago
Bruce Momjian b965c90365 More perl cleanup 25 years ago
Bruce Momjian 0cfe2374a7 Rename perl example eg directory to examples. 25 years ago
Bruce Momjian 726926a523 Update pgcvslog 25 years ago
Bruce Momjian 127f785028 all array stuff fixed. 25 years ago
Tom Lane cbf503180f Tweak recognition of range-clause pairs so that 'var > $1 AND var < $2' 25 years ago
Peter Eisentraut 6a68f42648 The heralded `Grand Unified Configuration scheme' (GUC) 25 years ago
Bruce Momjian 5e4d554bae Typo fix 25 years ago
Bruce Momjian 8a437bf523 Update pg_hba.conf with more examples 25 years ago
Bruce Momjian bb74b18dd0 Update pg_hba.conf.sample with better examples and descriptions 25 years ago