Commit Graph

14302 Commits (c465dcc1d07b520a952c4a74d1cf2f45fa4b6cdb)
 

Author SHA1 Message Date
Bruce Momjian c465dcc1d0 Add major/minor release changes info to RELEASE_CHANGES file. 23 years ago
Bruce Momjian c78701697c The actual segfault was caused by a double pfree(), but ISTM that 23 years ago
Bruce Momjian fb2d7a24f9 Ok, I think I've gotten this figured out now. I saw this comment in 23 years ago
Peter Eisentraut 1b42ad7e59 Initial version of the SQL information schema 23 years ago
Tom Lane 2d8d66628a Clean up plantree representation of SubPlan-s --- SubLink does not appear 23 years ago
Bruce Momjian 29cdab3d53 Increment libpq major number for 7.3.1 and minor for 7.4. 23 years ago
Tom Lane 3145cbc14f Admit defeat on the prospect of keeping straight exactly which platforms 23 years ago
Bruce Momjian 88d639e6e8 Protect from null param on ecpg disconnect, verified by Roland Karch 23 years ago
Tom Lane 0f8e9b4d74 Add a basic regression test for IS DISTINCT FROM, which has spent way too 23 years ago
Tom Lane 3a4f7dde16 Phase 3 of read-only-plans project: ExecInitExpr now builds expression 23 years ago
Tom Lane 77b7a740f9 Adjust costsize calculations to avoid introducing unnecessary roundoff 23 years ago
Bruce Momjian 023ff17178 Remove strerror output for openssl SYSCALL error check. 23 years ago
Bruce Momjian 8358302ded This patch fixes minor bugs in dictionary generator in contrib/tsearch 23 years ago
Bruce Momjian e60b5d5306 This patch fixes a few typos in the documentation for the '~/.pgpass' 23 years ago
Bruce Momjian 1b706651b6 Here's the patch I mentioned on HACKERS to fix up ALTER command tab 23 years ago
Bruce Momjian d274105942 > There is an ugly little problem with the DB wrapper class. 23 years ago
Bruce Momjian 482ed836f7 Check SSL_get_error() value SSL_ERROR_SYSCALL to see if SSL_read() 23 years ago
Bruce Momjian 5587f077ab While porting my TPC-C implementation from Oracle, I discovered the 23 years ago
Tom Lane b73251686f Don't produce bogus COPY command when there are no undropped columns 23 years ago
Bruce Momjian 40c4472e22 TODO marked as done: 23 years ago
Bruce Momjian 8ac39d02fd Done: 23 years ago
Tom Lane 4ad0aa3efb Don't force rebuild of all of backend/parser when we only need 23 years ago
Tom Lane b0422b215c Preliminary code review for domain CHECK constraints patch: add documentation, 23 years ago
Tom Lane ff7349694f Guard against overrunning CTZName buffer when TZ is bogus. 23 years ago
Tom Lane a0bf885f9e Phase 2 of read-only-plans project: restructure expression-tree nodes 23 years ago
Bruce Momjian debb072886 Add for protocol changes: 23 years ago
Bruce Momjian b7ebebea1e Move psql \? Formatting above Large Object/Copy. 23 years ago
Bruce Momjian c4a7e5dd9f psql \? rearrangement, suggested by Tom. 23 years ago
Bruce Momjian 721dd19212 Reorder psql \? help into groupings, idea from Harald Armin Massa. 23 years ago
Bruce Momjian dc8d322a8b Mark SCO Openserver 5.0.4. supported by 7.3.1 as per chat report from user. 23 years ago
Bruce Momjian 92d77c69e5 Fix line count error reporting in config files, like pg_hba.conf, per 23 years ago
Dave Cramer d9d59ca65e patch for getTables to fix problems with backends before 7.3 by Kris Jurka 23 years ago
Dave Cramer 58eeb82cf8 Mike Beachy's build patch to allow ant builds without make 23 years ago
Dave Cramer a905eaacf0 Aaron's patch for Pooled Connections 23 years ago
Bruce Momjian 0046d80b97 Back out psql help change. Not done yet. 23 years ago
Bruce Momjian 6ca16d7b80 Bump version for 7.3 and 7.4. 23 years ago
Bruce Momjian 944f95d2b6 Add: 23 years ago
Tom Lane 5435944e23 Reverse out unintended resultmap change. 23 years ago
Tom Lane 53f275b9e5 If typecmds is going to have its own header file, said header file 23 years ago
D'Arcy J.M. Cain be134e9dc4 Add an unnecessary assignment to remove a bogus warning. I checked the 23 years ago
Bruce Momjian 1d8dfe3ac4 More minor improvements to the SGML docs, namely 23 years ago
Bruce Momjian bc6625970c Following patch avoids removing oids in the temporary table from the 23 years ago
Bruce Momjian b842726fc7 I've simplified the Darwin/Mac OS X startup script I submitted earlier 23 years ago
Bruce Momjian 3bca6ca61c This patch updates doc/src/sgml/runtime.sgml to refer to "MacOS X", not 23 years ago
Tom Lane 9ee4891570 Some quick fixes for ALTER DOMAIN patch. It still needs a lot of work, 23 years ago
Peter Eisentraut 4ed6be54e2 Fix Latin9/Unicode conversion by selecting the right table. 23 years ago
Tom Lane 780651d09c Update obsolete comment. 23 years ago
Bruce Momjian 1170a970a9 Add: 23 years ago
Tom Lane d6161ba7ec Explain's code for showing quals of SubqueryScan nodes has been broken 23 years ago
Bruce Momjian 3af3f79e69 In the examples, I missed changing a few 'column' and 'table' mentions 23 years ago