2003-01-08 |
Tom Lane | Reconsider old decision to try to constant-fold default... |
commit | commitdiff | tree | snapshot |
2003-01-08 |
Tom Lane | Repair bug noticed by Deepak Bhole: a shell type should... |
commit | commitdiff | tree | snapshot |
2003-01-08 |
Bruce Momjian | Fix pgpass to work with PQconnectDB(). |
commit | commitdiff | tree | snapshot |
2003-01-08 |
Tom Lane | Fix for bug #866. 7.3 contains new logic for avoiding... |
commit | commitdiff | tree | snapshot |
2003-01-08 |
Bruce Momjian | Only set the database name if we find a match in the... |
commit | commitdiff | tree | snapshot |
2003-01-08 |
D'Arcy J.M... | Correction to last patch. As per the DB-API spec,... |
commit | commitdiff | tree | snapshot |
2003-01-08 |
Bruce Momjian | Add: |
commit | commitdiff | tree | snapshot |
2003-01-08 |
Tom Lane | Code review for FETCH/MOVE 0 changes. Improve document... |
commit | commitdiff | tree | snapshot |
2003-01-07 |
Tom Lane | SendFunctionResult should take care to detoast varlena... |
commit | commitdiff | tree | snapshot |
2003-01-07 |
Tom Lane | Fix various places where global s/NOTICE/WARNING/ was... |
commit | commitdiff | tree | snapshot |
2003-01-07 |
Bruce Momjian | Upgrade to my2pg 1.9 |
commit | commitdiff | tree | snapshot |
2003-01-07 |
Bruce Momjian | Upgrade to even newer ora2pg 2.0. |
commit | commitdiff | tree | snapshot |
2003-01-07 |
Bruce Momjian | Upgrade to ora2pg 1.10. Backpatch to 7.3.X. |
commit | commitdiff | tree | snapshot |
2003-01-07 |
Tom Lane | Update for new we-always-have-getopt_long approach. |
commit | commitdiff | tree | snapshot |
2003-01-07 |
Tom Lane | Apply the proper version of Christopher Kings-Lynne... |
commit | commitdiff | tree | snapshot |
2003-01-07 |
Bruce Momjian | Add connection service file. |
commit | commitdiff | tree | snapshot |
2003-01-07 |
Bruce Momjian | Silence compiler warning caused by removal of netinet... |
commit | commitdiff | tree | snapshot |
2003-01-07 |
Bruce Momjian | Document that psql \encoding doesn't see SET CLIENT_ENC... |
commit | commitdiff | tree | snapshot |
2003-01-07 |
Bruce Momjian | Fix missing tab in file. |
commit | commitdiff | tree | snapshot |
2003-01-07 |
Bruce Momjian | Small syntax cleanup. |
commit | commitdiff | tree | snapshot |
2003-01-07 |
Bruce Momjian | Check for sockaddr_in6 for IPv6 code, rather than ip6.h. |
commit | commitdiff | tree | snapshot |
2003-01-07 |
Bruce Momjian | Document libpq service capability, and add sample file. |
commit | commitdiff | tree | snapshot |
2003-01-07 |
Tom Lane | Tweak mdnblocks() to avoid doing lseek() on segments... |
commit | commitdiff | tree | snapshot |
2003-01-06 |
Bruce Momjian | Enable IPv6 libpq 'hostaddr' addresses. Update docs. |
commit | commitdiff | tree | snapshot |
2003-01-06 |
Peter Eisentraut | Use our own version of getopt_long() if the OS doesn... |
commit | commitdiff | tree | snapshot |
2003-01-06 |
Peter Eisentraut | Fix for systems that don't have INET_ADDRSTRLEN. |
commit | commitdiff | tree | snapshot |
2003-01-06 |
Bruce Momjian | Update comments on IPv6 #define. |
commit | commitdiff | tree | snapshot |
2003-01-06 |
Bruce Momjian | Add test for netinet/ip6.h and getaddrinfo, to enable... |
commit | commitdiff | tree | snapshot |
2003-01-06 |
Bruce Momjian | Update ipv6 comment, move configure test to the right... |
commit | commitdiff | tree | snapshot |
2003-01-06 |
Bruce Momjian | Add prototype for getaddrinfo(). |
commit | commitdiff | tree | snapshot |
2003-01-06 |
Bruce Momjian | Enable IPv6 connections to the server, and add pg_hba... |
commit | commitdiff | tree | snapshot |
2003-01-06 |
Tom Lane | Add note explaining that a mergejoinable equality opera... |
commit | commitdiff | tree | snapshot |
2003-01-06 |
Tom Lane | ALTER DOMAIN OWNER, from Rod Taylor. |
commit | commitdiff | tree | snapshot |
2003-01-05 |
Peter Eisentraut | Revert rpath-mangling patch. See discussion on -patche... |
commit | commitdiff | tree | snapshot |
2003-01-05 |
Tom Lane | Fix inherited UPDATE for cases where child column numbe... |
commit | commitdiff | tree | snapshot |
2003-01-04 |
Tom Lane | Partial code review for ALTER DOMAIN patch. Incorporat... |
commit | commitdiff | tree | snapshot |
2003-01-03 |
Hiroshi Inoue | Adjust lo type in contrib during pg_restore so that... |
commit | commitdiff | tree | snapshot |
2003-01-02 |
Bruce Momjian | flockfile/funlockfile is POSIX, so NetBSD has them... |
commit | commitdiff | tree | snapshot |
2003-01-02 |
Tom Lane | Enforces NOT NULL constraints to be applied against... |
commit | commitdiff | tree | snapshot |
2003-01-02 |
Bruce Momjian | Fix BSD/OS thread file locking bug in new fseeko code. |
commit | commitdiff | tree | snapshot |
2003-01-01 |
Tom Lane | fastpath code neglected to check whether user has privi... |
commit | commitdiff | tree | snapshot |
2003-01-01 |
Tom Lane | Awhile back I wrote that freebsd.h was probably broken... |
commit | commitdiff | tree | snapshot |
2003-01-01 |
Bruce Momjian | Update: |
commit | commitdiff | tree | snapshot |
2002-12-31 |
Bruce Momjian | Add: |
commit | commitdiff | tree | snapshot |
2002-12-31 |
Hiroshi Inoue | Add casts between lo and oid. |
commit | commitdiff | tree | snapshot |
2002-12-30 |
Tom Lane | Adjust Tcl-related code to compile cleanly with Tcl... |
commit | commitdiff | tree | snapshot |
2002-12-30 |
Bruce Momjian | Attached is a patch to provide makefiles, etc. to allow... |
commit | commitdiff | tree | snapshot |
2002-12-30 |
Tom Lane | Code review for transaction-safe-TRUNCATE patch: minor... |
commit | commitdiff | tree | snapshot |
2002-12-30 |
Tom Lane | Code review for CLUSTER ALL patch. Fix bogus locking... |
commit | commitdiff | tree | snapshot |
2002-12-30 |
Tom Lane | Make use of TCL_INCLUDE_SPEC if available (it's new... |
commit | commitdiff | tree | snapshot |
2002-12-30 |
Bruce Momjian | Cause FETCH 1 to return the current cursor row, or... |
commit | commitdiff | tree | snapshot |
2002-12-30 |
Tom Lane | Better solution to integer overflow problem in hash... |
commit | commitdiff | tree | snapshot |
2002-12-30 |
Bruce Momjian | Add missing slash to python install path. |
commit | commitdiff | tree | snapshot |
2002-12-30 |
Bruce Momjian | Add: |
commit | commitdiff | tree | snapshot |
2002-12-30 |
Tom Lane | Point does not return a center of lseg. |
commit | commitdiff | tree | snapshot |
2002-12-29 |
Tom Lane | Adjust hash table sizing algorithm to avoid integer... |
commit | commitdiff | tree | snapshot |
2002-12-29 |
Bruce Momjian | Clean up quoting in configure.in. configure did not... |
commit | commitdiff | tree | snapshot |
2002-12-27 |
Tom Lane | Deliver better error message when a relation name is... |
commit | commitdiff | tree | snapshot |
2002-12-27 |
Tom Lane | Remove overenthusiastic free'ing of comment dependencie... |
commit | commitdiff | tree | snapshot |
2002-12-27 |
Bruce Momjian | Small fix in documentation and some examples of usage... |
commit | commitdiff | tree | snapshot |
2002-12-27 |
Bruce Momjian | Trivial patch to increase max_fsm_pages as per earlier... |
commit | commitdiff | tree | snapshot |
2002-12-27 |
Bruce Momjian | Added: |
commit | commitdiff | tree | snapshot |
2002-12-26 |
Tom Lane | Clamp the output of estimate_hash_bucketsize() to a... |
commit | commitdiff | tree | snapshot |
2002-12-26 |
Tom Lane | Don't try to free executor state of an InitPlan early... |
commit | commitdiff | tree | snapshot |
2002-12-24 |
Bruce Momjian | Add developer organizations: |
commit | commitdiff | tree | snapshot |
2002-12-23 |
Bruce Momjian | Update SSL error message for improper permissions.... |
commit | commitdiff | tree | snapshot |
2002-12-23 |
Dave Cramer | case sensitive updates by Kris Jurka |
commit | commitdiff | tree | snapshot |
2002-12-21 |
Tom Lane | pg_dump should consider information_schema to be a... |
commit | commitdiff | tree | snapshot |
2002-12-21 |
Tom Lane | Fix possible buffer overrun in \d command: substr(... |
commit | commitdiff | tree | snapshot |
2002-12-20 |
Dave Cramer | mike beachy's patch for statement handling |
commit | commitdiff | tree | snapshot |
2002-12-20 |
Dave Cramer | patch for null table in getPrimaryKeys |
commit | commitdiff | tree | snapshot |
2002-12-20 |
Bruce Momjian | Update 7.3.1 to give proper attribution to pg_dump... |
commit | commitdiff | tree | snapshot |
2002-12-19 |
Tom Lane | Cause planner to include costs of InitPlans in startup... |
commit | commitdiff | tree | snapshot |
2002-12-19 |
Bruce Momjian | pgindent fe-connect.c --- done to make IPv6 patch easie... |
commit | commitdiff | tree | snapshot |
2002-12-18 |
Bruce Momjian | MVCC doc improvements: |
commit | commitdiff | tree | snapshot |
2002-12-18 |
Bruce Momjian | Update Russian FAQ. Update all FAQ's for 7.3.X branch. |
commit | commitdiff | tree | snapshot |
2002-12-18 |
Bruce Momjian | Update RELEASE checklist. |
commit | commitdiff | tree | snapshot |
2002-12-18 |
Tom Lane | Add some items to development-branch release notes. |
commit | commitdiff | tree | snapshot |
2002-12-18 |
PostgreSQL... | From the SSL_CTX_new man page: |
commit | commitdiff | tree | snapshot |
2002-12-18 |
Bruce Momjian | *** empty log message *** |
commit | commitdiff | tree | snapshot |
2002-12-18 |
Bruce Momjian | incorporates latest changes in the English original. |
commit | commitdiff | tree | snapshot |
2002-12-18 |
Bruce Momjian | Stamp 7.3.1 |
commit | commitdiff | tree | snapshot |
2002-12-18 |
Bruce Momjian | Stamp 7.3.1. |
commit | commitdiff | tree | snapshot |
2002-12-18 |
Tom Lane | Update EvalPlanQual() to work with new executor memory... |
commit | commitdiff | tree | snapshot |
2002-12-18 |
Tom Lane | Prevent core dump when ExecMarkPos is called before... |
commit | commitdiff | tree | snapshot |
2002-12-17 |
Bruce Momjian | Improvement to CREATE TRIGGER and catalog documentation. |
commit | commitdiff | tree | snapshot |
2002-12-17 |
Tom Lane | Skip unnecessary plan-copying now that plan trees are... |
commit | commitdiff | tree | snapshot |
2002-12-17 |
Tom Lane | Fix typo. |
commit | commitdiff | tree | snapshot |
2002-12-17 |
Tom Lane | To suppress memory leakage in long-lived Lists, lremove... |
commit | commitdiff | tree | snapshot |
2002-12-16 |
Tom Lane | Fix GEQO to work again in CVS tip, by being more carefu... |
commit | commitdiff | tree | snapshot |
2002-12-16 |
Tom Lane | Document that zero-column tables are allowed (and non... |
commit | commitdiff | tree | snapshot |
2002-12-16 |
Bruce Momjian | Update release to mark 7.3. |
commit | commitdiff | tree | snapshot |
2002-12-16 |
Tom Lane | Fix ALTER TABLE ADD COLUMN to disallow the same column... |
commit | commitdiff | tree | snapshot |
2002-12-16 |
Tom Lane | Code review for palloc0 patch --- avoid dangerous and... |
commit | commitdiff | tree | snapshot |
2002-12-15 |
Tom Lane | Tweak default memory context allocation policy so that... |
commit | commitdiff | tree | snapshot |
2002-12-15 |
Tom Lane | Revise executor APIs so that all per-query state struct... |
commit | commitdiff | tree | snapshot |
2002-12-15 |
Bruce Momjian | Improve comment. |
commit | commitdiff | tree | snapshot |
2002-12-14 |
Bruce Momjian | Add major/minor release changes info to RELEASE_CHANGES... |
commit | commitdiff | tree | snapshot |
2002-12-14 |
Bruce Momjian | The actual segfault was caused by a double pfree()... |
commit | commitdiff | tree | snapshot |
2002-12-14 |
Bruce Momjian | Ok, I think I've gotten this figured out now. I saw... |
commit | commitdiff | tree | snapshot |
next |