| Commit message (Expand) | Author | Age |
* | Fix for systems that don't have INET_ADDRSTRLEN. | Peter Eisentraut | 2003-01-06 |
* | Update comments on IPv6 #define. | Bruce Momjian | 2003-01-06 |
* | Update ipv6 comment, move configure test to the right place | Bruce Momjian | 2003-01-06 |
* | Add prototype for getaddrinfo(). | Bruce Momjian | 2003-01-06 |
* | Enable IPv6 connections to the server, and add pg_hba.conf IPv6 entries | Bruce Momjian | 2003-01-06 |
* | ALTER DOMAIN OWNER, from Rod Taylor. | Tom Lane | 2003-01-06 |
* | Revert rpath-mangling patch. See discussion on -patches around Nov 29 for | Peter Eisentraut | 2003-01-05 |
* | Fix inherited UPDATE for cases where child column numbering doesn't | Tom Lane | 2003-01-05 |
* | Partial code review for ALTER DOMAIN patch. Incorporates Rod Taylor's | Tom Lane | 2003-01-04 |
* | Adjust lo type in contrib during pg_restore so that pg_restore could | Hiroshi Inoue | 2003-01-03 |
* | flockfile/funlockfile is POSIX, so NetBSD has them too --- use them. | Bruce Momjian | 2003-01-02 |
* | Enforces NOT NULL constraints to be applied against new PRIMARY KEY | Tom Lane | 2003-01-02 |
* | Fix BSD/OS thread file locking bug in new fseeko code. | Bruce Momjian | 2003-01-02 |
* | fastpath code neglected to check whether user has privileges to call the | Tom Lane | 2003-01-01 |
* | Awhile back I wrote that freebsd.h was probably broken in the places where | Tom Lane | 2003-01-01 |
* | Adjust Tcl-related code to compile cleanly with Tcl 8.4 (add const modifiers as | Tom Lane | 2002-12-30 |
* | Attached is a patch to provide makefiles, etc. to allow the compilation | Bruce Momjian | 2002-12-30 |
* | Code review for transaction-safe-TRUNCATE patch: minor cleanups. | Tom Lane | 2002-12-30 |
* | Code review for CLUSTER ALL patch. Fix bogus locking, incorrect transaction | Tom Lane | 2002-12-30 |
* | Make use of TCL_INCLUDE_SPEC if available (it's new in Tcl 8.4, too bad | Tom Lane | 2002-12-30 |
* | Cause FETCH 1 to return the current cursor row, or zero if at | Bruce Momjian | 2002-12-30 |
* | Better solution to integer overflow problem in hash batch-number | Tom Lane | 2002-12-30 |
* | Add missing slash to python install path. | Bruce Momjian | 2002-12-30 |
* | Point does not return a center of lseg. | Tom Lane | 2002-12-30 |
* | Adjust hash table sizing algorithm to avoid integer overflow in | Tom Lane | 2002-12-29 |
* | Deliver better error message when a relation name is used in an expression. | Tom Lane | 2002-12-27 |
* | Remove overenthusiastic free'ing of comment dependencies; could lead to | Tom Lane | 2002-12-27 |
* | Trivial patch to increase max_fsm_pages as per earlier discussion. | Bruce Momjian | 2002-12-27 |
* | Clamp the output of estimate_hash_bucketsize() to a sane range; | Tom Lane | 2002-12-26 |
* | Don't try to free executor state of an InitPlan early --- this breaks | Tom Lane | 2002-12-26 |
* | Update SSL error message for improper permissions. Backpatch to 7.3.X. | Bruce Momjian | 2002-12-23 |
* | case sensitive updates by Kris Jurka | Dave Cramer | 2002-12-23 |
* | pg_dump should consider information_schema to be a system schema. | Tom Lane | 2002-12-21 |
* | Fix possible buffer overrun in \d command: substr(..., 128) produces | Tom Lane | 2002-12-21 |
* | mike beachy's patch for statement handling | Dave Cramer | 2002-12-20 |
* | patch for null table in getPrimaryKeys | Dave Cramer | 2002-12-20 |
* | Cause planner to include costs of InitPlans in startup cost of parent | Tom Lane | 2002-12-19 |
* | pgindent fe-connect.c --- done to make IPv6 patch easier to apply. | Bruce Momjian | 2002-12-19 |
* | Update RELEASE checklist. | Bruce Momjian | 2002-12-18 |
* | From the SSL_CTX_new man page: | PostgreSQL Daemon | 2002-12-18 |
* | Update EvalPlanQual() to work with new executor memory management method. | Tom Lane | 2002-12-18 |
* | Prevent core dump when ExecMarkPos is called before any tuples have been | Tom Lane | 2002-12-18 |
* | Skip unnecessary plan-copying now that plan trees are read-only in the | Tom Lane | 2002-12-17 |
* | Fix typo. | Tom Lane | 2002-12-17 |
* | To suppress memory leakage in long-lived Lists, lremove() should pfree | Tom Lane | 2002-12-17 |
* | Fix GEQO to work again in CVS tip, by being more careful about memory | Tom Lane | 2002-12-16 |
* | Fix ALTER TABLE ADD COLUMN to disallow the same column types that are | Tom Lane | 2002-12-16 |
* | Code review for palloc0 patch --- avoid dangerous and unnecessary | Tom Lane | 2002-12-16 |
* | Tweak default memory context allocation policy so that a context is not | Tom Lane | 2002-12-15 |
* | Revise executor APIs so that all per-query state structure is built in | Tom Lane | 2002-12-15 |