Commit Graph

5792 Commits (577e21b34f8629ce76651a6388298891f81be99a)
 

Author SHA1 Message Date
Bruce Momjian 577e21b34f Hello. 26 years ago
Tom Lane 51f62d505e Standardize on MAXPGPATH as the size of a file pathname buffer, 26 years ago
Tom Lane 8a17ed6335 'extern char *pg_pathname' in these files fails to agree with 26 years ago
Byron Nikolaidis c4c8e812b4 bug fix for large objects (free) 26 years ago
Tom Lane eae456cd7f Add a notion of a 'catalog version number' that can indicate 26 years ago
Tom Lane 9efee18a28 Add comment explaining that this table doesn't do what you 26 years ago
Tom Lane 2dd82a67e5 Remove gratuitous redefinitions of BLCKSZ. 26 years ago
Tom Lane ecd0bfa81a Look Ma, no MAX_PARSE_BUFFER! (At least not in the backend. 26 years ago
Bruce Momjian 627b5e9c20 Backup psql banner change. 26 years ago
Tom Lane 45c002460c Remove fixed-size literal buffer from ecpg's lexer (same 26 years ago
Bruce Momjian abceb20a52 Remove libpq++ todo item. 26 years ago
Bruce Momjian 95d1f5fa6d This *should* fix the large binary object problem in libpq++ from the 26 years ago
Bruce Momjian 0e1bfe92c7 I have a patch for postgresql-snapshot(1999-10-22). 26 years ago
Bruce Momjian 5374f3e7bb Update TODO list. 26 years ago
Tom Lane a1b25fd155 Another day, another MAX_QUERY_SIZE dependency zapped. 26 years ago
Bruce Momjian 768064de54 Update TODO list. 26 years ago
Tom Lane 9a50485fb7 Bugfix for CREATE RULE invoked via SPI --- from Hiroshi, 26 years ago
Tom Lane 470039332f Remove fixed-size buffers in rule storage routine. 26 years ago
Bruce Momjian 918d9de886 change issue to information in banner 26 years ago
Bruce Momjian 4931dea619 Make psql startup banner cleaner. 26 years ago
Tom Lane 42b991fd1f BufFileSeek's behavior at segment boundaries wasn't what 26 years ago
Bruce Momjian d357c96789 Update \dT again. 26 years ago
Bruce Momjian 80254d4870 More \dT cleanup 26 years ago
Bruce Momjian 25036d4dee Clean up \dT display. 26 years ago
Bruce Momjian 7bf25f1281 Make bpchar == char() clearer in \dT display. 26 years ago
Tom Lane b7d49a4209 Drive a stake through the heart of the last use of MAX_PARSE_BUFFER 26 years ago
Tom Lane 8e35bbd133 Remove fixed-size literal buffer from scan.l, and repair 26 years ago
Bruce Momjian d07766fb50 Update TODO list. 26 years ago
Tom Lane 3d5079c174 Except_Intersect_Rewrite() forgot to move LIMIT info to new 26 years ago
Tom Lane e1c76c2533 Change fd.c so that temp files are closed and deleted at 26 years ago
Tom Lane 887afac1f5 Remove now-dead sort modules. 26 years ago
Tom Lane 26c48b5e8c Final stage of psort reconstruction work: replace psort.c with 26 years ago
Tom Lane 59ed74e60b Actually, nodeMergejoin shouldn't include psort.h at all... 26 years ago
Tom Lane 3a2fd8492a nodeMergejoin was depending on an inclusion from psort.h... 26 years ago
Tom Lane 957146dcec Second phase of psort reconstruction project: add bookkeeping logic to 26 years ago
Tatsuo Ishii 357231e68e Check RELSEG_SIZE when postmaster starting up. 26 years ago
Michael Meskes 6fb3c3f78f *** empty log message *** 26 years ago
Bruce Momjian 06d95d9440 Fix typo in descriptions. 26 years ago
Bruce Momjian e16db38376 Clean up type descriptions. 26 years ago
Bruce Momjian 7acc237744 This patch implements ORACLE's COMMENT SQL command. 26 years ago
Bruce Momjian 55fa71a9e9 Add S-tree doc for possible future use. 26 years ago
Bruce Momjian 2d12ee3f71 Update psql \? for \w. 26 years ago
Bruce Momjian c7dea3a6b7 Correctly return -1 on error to CmdTuples() 26 years ago
Tom Lane db3c4c3a2d Split 'BufFile' routines out of fd.c into a new module, buffile.c. Extend 26 years ago
Bruce Momjian c3ac9f07b7 Hi, 26 years ago
Bruce Momjian 8ce829ea6a Update jdbc for release version #> 26 years ago
Bruce Momjian e3dd4942c7 Update for NUMERIC/DECIMAL data type. 26 years ago
Bruce Momjian 7ee7ee1398 BLOBs containing NUL characters (ASCII 0) can be written to the 26 years ago
Bruce Momjian 714efa88db Update new HISTORY file. 26 years ago
Bruce Momjian 4fa0fd22a3 Update sgml. 26 years ago