Commit Graph

14435 Commits (3e54e26bcf310ed619c893f4b69c8cf1591b53cc)
 

Author SHA1 Message Date
Bruce Momjian 061d4e2079 Add developer organizations: 23 years ago
Bruce Momjian 572d95150e Update SSL error message for improper permissions. Backpatch to 7.3.X. 23 years ago
Dave Cramer 3daad2ae91 case sensitive updates by Kris Jurka 23 years ago
Tom Lane b222867534 pg_dump should consider information_schema to be a system schema. 23 years ago
Tom Lane f1f5978603 Fix possible buffer overrun in \d command: substr(..., 128) produces 23 years ago
Dave Cramer e2ad5816e2 mike beachy's patch for statement handling 23 years ago
Dave Cramer 83feff3ee7 patch for null table in getPrimaryKeys 23 years ago
Bruce Momjian ff494e8851 Update 7.3.1 to give proper attribution to pg_dump item. 23 years ago
Tom Lane 6d6c9fd9a4 Cause planner to include costs of InitPlans in startup cost of parent 23 years ago
Bruce Momjian abf6f48319 pgindent fe-connect.c --- done to make IPv6 patch easier to apply. 23 years ago
Bruce Momjian e77443fde0 MVCC doc improvements: 23 years ago
Bruce Momjian 088f3ccefd Update Russian FAQ. Update all FAQ's for 7.3.X branch. 23 years ago
Bruce Momjian 2d663bbf0e Update RELEASE checklist. 23 years ago
Tom Lane 88e816964b Add some items to development-branch release notes. 23 years ago
PostgreSQL Daemon 750a0e676e From the SSL_CTX_new man page: 23 years ago
Bruce Momjian 46a4351dcd *** empty log message *** 23 years ago
Bruce Momjian 29ef2a4a2d incorporates latest changes in the English original. 23 years ago
Bruce Momjian 34a719b1c8 Stamp 7.3.1 23 years ago
Bruce Momjian d1e2d0345f Stamp 7.3.1. 23 years ago
Tom Lane 350260795a Update EvalPlanQual() to work with new executor memory management method. 23 years ago
Tom Lane 689659764f Prevent core dump when ExecMarkPos is called before any tuples have been 23 years ago
Bruce Momjian 49077e87af Improvement to CREATE TRIGGER and catalog documentation. 23 years ago
Tom Lane e5bdd8d6f8 Skip unnecessary plan-copying now that plan trees are read-only in the 23 years ago
Tom Lane 81ca457da8 Fix typo. 23 years ago
Tom Lane e932a724a4 To suppress memory leakage in long-lived Lists, lremove() should pfree 23 years ago
Tom Lane 9f76d0d926 Fix GEQO to work again in CVS tip, by being more careful about memory 23 years ago
Tom Lane 9cecff0314 Document that zero-column tables are allowed (and non-standard). 23 years ago
Bruce Momjian 5131e5ab7d Update release to mark 7.3. 23 years ago
Tom Lane 260faf0b63 Fix ALTER TABLE ADD COLUMN to disallow the same column types that are 23 years ago
Tom Lane 88177f77b1 Code review for palloc0 patch --- avoid dangerous and unnecessary 23 years ago
Tom Lane e64c7feb2f Tweak default memory context allocation policy so that a context is not 23 years ago
Tom Lane 5bab36e9f6 Revise executor APIs so that all per-query state structure is built in 23 years ago
Bruce Momjian 90b3a0b6fd Improve comment. 23 years ago
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