Commit Graph

7240 Commits (209aa77d98d8d44b329e942e6f15aec1284db2ca)
 

Author SHA1 Message Date
Peter Eisentraut 209aa77d98 New ps display code, works on more platforms. 26 years ago
Bruce Momjian 2ea370a3ce New warning code about auto-created range table entries. 26 years ago
Bruce Momjian 58785757dd More cleanup of c.h binary macros 26 years ago
Bruce Momjian a305c7d675 Reverse PG_BINARY defines 26 years ago
Bruce Momjian cc2b5e5815 Remove NT-specific file open defines by defining our own open macros for 26 years ago
Vadim B. Mikheev bf1c8f2b3b heap' xlog records 26 years ago
Tom Lane 664dd614d9 If create/drop database are going to call closeAllVfds(), they ought 26 years ago
Tom Lane b659ab07a2 Create an fd.c entry point that is just like plain open(2) except that 26 years ago
Bruce Momjian 60b941f9a4 Update TODO detail files. 26 years ago
Bruce Momjian acad203c31 Update faq's. 26 years ago
Tom Lane bff5dce993 Correct portability problem introduced by yours truly --- I used a 26 years ago
Bruce Momjian 6437fe62ba Add fix to index length 26 years ago
Tom Lane a82471f9e4 Keep CVS quiet about derived file guc-file.c. 26 years ago
Bruce Momjian 37b5775d3c createlang fix 26 years ago
Tom Lane 0672a3c081 Lexer defended us against overlength plain identifiers, but not against 26 years ago
Bruce Momjian 36289fbbeb Add BSDI readme 26 years ago
Bruce Momjian 2b0956e783 Update replication todo. 26 years ago
Bruce Momjian 49ee133424 Update TODO list. 26 years ago
Bruce Momjian 0f6101e470 Add lock todo items 26 years ago
Bruce Momjian bb8bda3918 The definition for "ProcessConfigFile()" in guc-file.l does not match 26 years ago
Tom Lane 64b4a48ddc Simplify overly-clever Make rule, which evidently confuses at least 26 years ago
Peter Mount 228a5e708c Removed timezone in ResultSet.getTimestamp() 26 years ago
Bruce Momjian 5abea5fe13 Update 7.0.1 for Tatsuo 26 years ago
Bruce Momjian bd29331f84 Mention pg_upgrade 26 years ago
Bruce Momjian f9f6cc4ab0 Update 7.0.1 26 years ago
Bruce Momjian 54ee522f4f Fixups for 7.0.1 26 years ago
Bruce Momjian b965c90365 More perl cleanup 26 years ago
Bruce Momjian 0cfe2374a7 Rename perl example eg directory to examples. 26 years ago
Bruce Momjian 726926a523 Update pgcvslog 26 years ago
Bruce Momjian 127f785028 all array stuff fixed. 26 years ago
Tom Lane cbf503180f Tweak recognition of range-clause pairs so that 'var > $1 AND var < $2' 26 years ago
Peter Eisentraut 6a68f42648 The heralded `Grand Unified Configuration scheme' (GUC) 26 years ago
Bruce Momjian 5e4d554bae Typo fix 26 years ago
Bruce Momjian 8a437bf523 Update pg_hba.conf with more examples 26 years ago
Bruce Momjian bb74b18dd0 Update pg_hba.conf.sample with better examples and descriptions 26 years ago
Bruce Momjian 2f52eee2d1 Copy pg_ident.conf.sample into /lib directory. Rename USERAUTH to 26 years ago
Tom Lane aea9b6e20f Ooops, looks like I broke fastpath in last changes... 26 years ago
Hiroshi Inoue a3cd0654db Added header files required for ALTER TABLE DROP COLUMN 26 years ago
Tom Lane 0f1e39643d Third round of fmgr updates: eliminate calls using fmgr() and 26 years ago
Bruce Momjian a12a23f0d0 Remove unused include files. Do not touch /port or includes used by defines. 26 years ago
Bruce Momjian 2937505a3e More <> cleanup 26 years ago
Bruce Momjian 6c944bf3cc Cleanup of <> and "" 26 years ago
Tom Lane 6ed00fee53 Convert array_map to use new fmgr interface. 26 years ago
Tom Lane 747527e545 Neglected to add fmgr.h to set of installed headers... 26 years ago
Tom Lane 8a098f2f5d Update array_iterator to use new fmgr interface. 26 years ago
Tom Lane a030113197 Tweak fmgrtab generation so that the F_XXX macros that give OIDs for 26 years ago
Tom Lane 22a517a40c Repair problems with overrun of timezone name length. Increase MAXTZLEN 26 years ago
Bruce Momjian f089c36419 Add analyze.c file for split. 26 years ago
Bruce Momjian 35096b568e Split vacuum and analyze into separate files 26 years ago
Bruce Momjian 3d669b50ed Update messages. 26 years ago