| 2003-01-07 | 
Bruce Momjian | Document libpq service capability, and add sample file. | 
commit | commitdiff | tree | 
| 2003-01-07 | 
Tom Lane | Tweak mdnblocks() to avoid doing lseek() on segments...  | 
commit | commitdiff | tree | 
| 2003-01-06 | 
Bruce Momjian | Enable IPv6 libpq 'hostaddr' addresses.  Update docs. | 
commit | commitdiff | tree | 
| 2003-01-06 | 
Peter Eisentraut | Use our own version of getopt_long() if the OS doesn...  | 
commit | commitdiff | tree | 
| 2003-01-06 | 
Peter Eisentraut | Fix for systems that don't have INET_ADDRSTRLEN. | 
commit | commitdiff | tree | 
| 2003-01-06 | 
Bruce Momjian | Update comments on IPv6  #define. | 
commit | commitdiff | tree | 
| 2003-01-06 | 
Bruce Momjian | Add test for netinet/ip6.h and getaddrinfo, to enable...  | 
commit | commitdiff | tree | 
| 2003-01-06 | 
Bruce Momjian | Update ipv6 comment, move configure test to the right...  | 
commit | commitdiff | tree | 
| 2003-01-06 | 
Bruce Momjian | Add prototype for getaddrinfo(). | 
commit | commitdiff | tree | 
| 2003-01-06 | 
Bruce Momjian | Enable IPv6 connections to the server, and add pg_hba...  | 
commit | commitdiff | tree | 
| 2003-01-06 | 
Tom Lane | Add note explaining that a mergejoinable equality opera...  | 
commit | commitdiff | tree | 
| 2003-01-06 | 
Tom Lane | ALTER DOMAIN OWNER, from Rod Taylor. | 
commit | commitdiff | tree | 
| 2003-01-05 | 
Peter Eisentraut | Revert rpath-mangling patch.  See discussion on -patche...  | 
commit | commitdiff | tree | 
| 2003-01-05 | 
Tom Lane | Fix inherited UPDATE for cases where child column numbe...  | 
commit | commitdiff | tree | 
| 2003-01-04 | 
Tom Lane | Partial code review for ALTER DOMAIN patch.  Incorporat...  | 
commit | commitdiff | tree | 
| 2003-01-03 | 
Hiroshi Inoue | Adjust lo type in contrib during pg_restore so that...  | 
commit | commitdiff | tree | 
| 2003-01-02 | 
Bruce Momjian | flockfile/funlockfile is POSIX, so NetBSD has them...  | 
commit | commitdiff | tree | 
| 2003-01-02 | 
Tom Lane | Enforces NOT NULL constraints to be applied against...  | 
commit | commitdiff | tree | 
| 2003-01-02 | 
Bruce Momjian | Fix BSD/OS thread file locking bug in new fseeko code. | 
commit | commitdiff | tree | 
| 2003-01-01 | 
Tom Lane | fastpath code neglected to check whether user has privi...  | 
commit | commitdiff | tree | 
| 2003-01-01 | 
Tom Lane | Awhile back I wrote that freebsd.h was probably broken...  | 
commit | commitdiff | tree | 
| 2003-01-01 | 
Bruce Momjian | Update: | 
commit | commitdiff | tree | 
| 2002-12-31 | 
Bruce Momjian | Add: | 
commit | commitdiff | tree | 
| 2002-12-31 | 
Hiroshi Inoue | Add casts between lo and oid. | 
commit | commitdiff | tree | 
| 2002-12-30 | 
Tom Lane | Adjust Tcl-related code to compile cleanly with Tcl...  | 
commit | commitdiff | tree | 
| 2002-12-30 | 
Bruce Momjian | Attached is a patch to provide makefiles, etc. to allow...  | 
commit | commitdiff | tree | 
| 2002-12-30 | 
Tom Lane | Code review for transaction-safe-TRUNCATE patch: minor...  | 
commit | commitdiff | tree | 
| 2002-12-30 | 
Tom Lane | Code review for CLUSTER ALL patch.  Fix bogus locking...  | 
commit | commitdiff | tree | 
| 2002-12-30 | 
Tom Lane | Make use of TCL_INCLUDE_SPEC if available (it's new...  | 
commit | commitdiff | tree | 
| 2002-12-30 | 
Bruce Momjian | Cause FETCH 1 to return the current cursor row, or...  | 
commit | commitdiff | tree | 
| 2002-12-30 | 
Tom Lane | Better solution to integer overflow problem in hash...  | 
commit | commitdiff | tree | 
| 2002-12-30 | 
Bruce Momjian | Add missing slash to python install path. | 
commit | commitdiff | tree | 
| 2002-12-30 | 
Bruce Momjian | Add: | 
commit | commitdiff | tree | 
| 2002-12-30 | 
Tom Lane | Point does not return a center of lseg. | 
commit | commitdiff | tree | 
| 2002-12-29 | 
Tom Lane | Adjust hash table sizing algorithm to avoid integer...  | 
commit | commitdiff | tree | 
| 2002-12-29 | 
Bruce Momjian | Clean up quoting in configure.in.  configure did not...  | 
commit | commitdiff | tree | 
| 2002-12-27 | 
Tom Lane | Deliver better error message when a relation name is...  | 
commit | commitdiff | tree | 
| 2002-12-27 | 
Tom Lane | Remove overenthusiastic free'ing of comment dependencie...  | 
commit | commitdiff | tree | 
| 2002-12-27 | 
Bruce Momjian | Small fix in documentation and some examples of usage...  | 
commit | commitdiff | tree | 
| 2002-12-27 | 
Bruce Momjian | Trivial patch to increase max_fsm_pages as per earlier...  | 
commit | commitdiff | tree | 
| 2002-12-27 | 
Bruce Momjian | Added: | 
commit | commitdiff | tree | 
| 2002-12-26 | 
Tom Lane | Clamp the output of estimate_hash_bucketsize() to a...  | 
commit | commitdiff | tree | 
| 2002-12-26 | 
Tom Lane | Don't try to free executor state of an InitPlan early...  | 
commit | commitdiff | tree | 
| 2002-12-24 | 
Bruce Momjian | Add developer organizations: | 
commit | commitdiff | tree | 
| 2002-12-23 | 
Bruce Momjian | Update SSL error message for improper permissions....  | 
commit | commitdiff | tree | 
| 2002-12-23 | 
Dave Cramer | case sensitive updates by Kris Jurka | 
commit | commitdiff | tree | 
| 2002-12-21 | 
Tom Lane | pg_dump should consider information_schema to be a...  | 
commit | commitdiff | tree | 
| 2002-12-21 | 
Tom Lane | Fix possible buffer overrun in \d command: substr(...  | 
commit | commitdiff | tree | 
| 2002-12-20 | 
Dave Cramer | mike beachy's patch for statement handling | 
commit | commitdiff | tree | 
| 2002-12-20 | 
Dave Cramer | patch for null table in getPrimaryKeys | 
commit | commitdiff | tree | 
| 2002-12-20 | 
Bruce Momjian | Update 7.3.1 to give proper attribution to pg_dump...  | 
commit | commitdiff | tree | 
| 2002-12-19 | 
Tom Lane | Cause planner to include costs of InitPlans in startup...  | 
commit | commitdiff | tree | 
| 2002-12-19 | 
Bruce Momjian | pgindent fe-connect.c --- done to make IPv6 patch easie...  | 
commit | commitdiff | tree | 
| 2002-12-18 | 
Bruce Momjian | MVCC doc improvements: | 
commit | commitdiff | tree | 
| 2002-12-18 | 
Bruce Momjian | Update Russian FAQ.  Update all FAQ's for 7.3.X branch. | 
commit | commitdiff | tree | 
| 2002-12-18 | 
Bruce Momjian | Update RELEASE checklist. | 
commit | commitdiff | tree | 
| 2002-12-18 | 
Tom Lane | Add some items to development-branch release notes. | 
commit | commitdiff | tree | 
| 2002-12-18 | 
PostgreSQL...  | From the SSL_CTX_new man page: | 
commit | commitdiff | tree | 
| 2002-12-18 | 
Bruce Momjian | *** empty log message *** | 
commit | commitdiff | tree | 
| 2002-12-18 | 
Bruce Momjian | incorporates latest changes in the English original. | 
commit | commitdiff | tree | 
| 2002-12-18 | 
Bruce Momjian | Stamp 7.3.1 | 
commit | commitdiff | tree | 
| 2002-12-18 | 
Bruce Momjian | Stamp 7.3.1. | 
commit | commitdiff | tree | 
| 2002-12-18 | 
Tom Lane | Update EvalPlanQual() to work with new executor memory...  | 
commit | commitdiff | tree | 
| 2002-12-18 | 
Tom Lane | Prevent core dump when ExecMarkPos is called before...  | 
commit | commitdiff | tree | 
| 2002-12-17 | 
Bruce Momjian | Improvement to CREATE TRIGGER and catalog documentation. | 
commit | commitdiff | tree | 
| 2002-12-17 | 
Tom Lane | Skip unnecessary plan-copying now that plan trees are...  | 
commit | commitdiff | tree | 
| 2002-12-17 | 
Tom Lane | Fix typo. | 
commit | commitdiff | tree | 
| 2002-12-17 | 
Tom Lane | To suppress memory leakage in long-lived Lists, lremove...  | 
commit | commitdiff | tree | 
| 2002-12-16 | 
Tom Lane | Fix GEQO to work again in CVS tip, by being more carefu...  | 
commit | commitdiff | tree | 
| 2002-12-16 | 
Tom Lane | Document that zero-column tables are allowed (and non...  | 
commit | commitdiff | tree | 
| 2002-12-16 | 
Bruce Momjian | Update release to mark 7.3. | 
commit | commitdiff | tree | 
| 2002-12-16 | 
Tom Lane | Fix ALTER TABLE ADD COLUMN to disallow the same column...  | 
commit | commitdiff | tree | 
| 2002-12-16 | 
Tom Lane | Code review for palloc0 patch --- avoid dangerous and...  | 
commit | commitdiff | tree | 
| 2002-12-15 | 
Tom Lane | Tweak default memory context allocation policy so that...  | 
commit | commitdiff | tree | 
| 2002-12-15 | 
Tom Lane | Revise executor APIs so that all per-query state struct...  | 
commit | commitdiff | tree | 
| 2002-12-15 | 
Bruce Momjian | Improve comment. | 
commit | commitdiff | tree | 
| 2002-12-14 | 
Bruce Momjian | Add major/minor release changes info to RELEASE_CHANGES...  | 
commit | commitdiff | tree | 
| 2002-12-14 | 
Bruce Momjian | The actual segfault was caused by a double pfree()...  | 
commit | commitdiff | tree | 
| 2002-12-14 | 
Bruce Momjian | Ok, I think I've gotten this figured out now.  I saw...  | 
commit | commitdiff | tree | 
| 2002-12-14 | 
Peter Eisentraut | Initial version of the SQL information schema | 
commit | commitdiff | tree | 
| 2002-12-14 | 
Tom Lane | Clean up plantree representation of SubPlan-s --- SubLi...  | 
commit | commitdiff | tree | 
| 2002-12-13 | 
Bruce Momjian | Increment libpq major number for 7.3.1 and minor for...  | 
commit | commitdiff | tree | 
| 2002-12-13 | 
Tom Lane | Admit defeat on the prospect of keeping straight exactl...  | 
commit | commitdiff | tree | 
| 2002-12-13 | 
Bruce Momjian | Protect from null param on ecpg disconnect, verified...  | 
commit | commitdiff | tree | 
| 2002-12-13 | 
Tom Lane | Add a basic regression test for IS DISTINCT FROM, which...  | 
commit | commitdiff | tree | 
| 2002-12-13 | 
Tom Lane | Phase 3 of read-only-plans project: ExecInitExpr now...  | 
commit | commitdiff | tree | 
| 2002-12-13 | 
Tom Lane | Adjust costsize calculations to avoid introducing unnec...  | 
commit | commitdiff | tree | 
| 2002-12-13 | 
Bruce Momjian | Remove strerror output for openssl SYSCALL error check. | 
commit | commitdiff | tree | 
| 2002-12-13 | 
Bruce Momjian | This patch fixes minor bugs in dictionary generator...  | 
commit | commitdiff | tree | 
| 2002-12-13 | 
Bruce Momjian | This patch fixes a few typos in the documentation for...  | 
commit | commitdiff | tree | 
| 2002-12-13 | 
Bruce Momjian | Here's the patch I mentioned on HACKERS to fix up ALTER...  | 
commit | commitdiff | tree | 
| 2002-12-12 | 
Bruce Momjian | > There is an ugly little problem with the DB wrapper...  | 
commit | commitdiff | tree | 
| 2002-12-12 | 
Bruce Momjian | Check SSL_get_error() value SSL_ERROR_SYSCALL to see...  | 
commit | commitdiff | tree | 
| 2002-12-12 | 
Bruce Momjian | While porting my TPC-C implementation from Oracle,...  | 
commit | commitdiff | tree | 
| 2002-12-12 | 
Tom Lane | Don't produce bogus COPY command when there are no...  | 
commit | commitdiff | tree | 
| 2002-12-12 | 
Bruce Momjian | TODO marked as done: | 
commit | commitdiff | tree | 
| 2002-12-12 | 
Bruce Momjian | Done: | 
commit | commitdiff | tree | 
| 2002-12-12 | 
Tom Lane | Don't force rebuild of all of backend/parser when we...  | 
commit | commitdiff | tree | 
| 2002-12-12 | 
Tom Lane | Preliminary code review for domain CHECK constraints...  | 
commit | commitdiff | tree | 
| 2002-12-12 | 
Tom Lane | Guard against overrunning CTZName buffer when TZ is...  | 
commit | commitdiff | tree | 
| next |