summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* fastpath code neglected to check whether user has privileges to call theTom Lane2003-01-012-6/+18
* Awhile back I wrote that freebsd.h was probably broken in the places whereTom Lane2003-01-013-12/+20
* Point does not return a center of lseg.Tom Lane2002-12-301-3/+3
* Adjust hash table sizing algorithm to avoid integer overflow inTom Lane2002-12-291-13/+23
* Deliver better error message when a relation name is used in an expression.Tom Lane2002-12-271-1/+12
* Remove overenthusiastic free'ing of comment dependencies; could lead toTom Lane2002-12-271-7/+2
* Trivial patch to increase max_fsm_pages as per earlier discussion.Bruce Momjian2002-12-272-3/+3
* Update SSL error message for improper permissions. Backpatch to 7.3.X.Bruce Momjian2002-12-231-2/+4
* Fix possible buffer overrun in \d command: substr(..., 128) producesREL7_3_1Tom Lane2002-12-211-24/+41
* Update RELEASE checklist.Bruce Momjian2002-12-181-0/+77
* From the SSL_CTX_new man page:PostgreSQL Daemon2002-12-182-4/+4
* Stamp 7.3.1.Bruce Momjian2002-12-182-6/+6
* Fix ALTER TABLE ADD COLUMN to disallow the same column types that areTom Lane2002-12-165-45/+76
* The actual segfault was caused by a double pfree(), but ISTM thatBruce Momjian2002-12-141-9/+6
* Ok, I think I've gotten this figured out now. I saw this comment inBruce Momjian2002-12-141-6/+6
* Backpatch SSL fixes into 7.3.1.Bruce Momjian2002-12-131-3/+5
* Increment libpq major number for 7.3.1 and minor for 7.4.Bruce Momjian2002-12-131-3/+3
* Guard against overrunning CTZName buffer when TZ is bogus.Tom Lane2002-12-121-5/+5
* Back-patch fix to prevent core dump in EXPLAIN if optimizer hasTom Lane2002-12-121-8/+17
* Mark SCO Openserver 5.0.4. supported by 7.3.1 as per chat report from user.Bruce Momjian2002-12-111-1/+2
* Fix line count error reporting in config files, like pg_hba.conf, perBruce Momjian2002-12-111-2/+6
* Bump version for 7.3 and 7.4.Bruce Momjian2002-12-113-6/+6
* Translation updatesPeter Eisentraut2002-12-109-98/+18066
* Fix Latin1/Unicode conversion by selecting the right table.Peter Eisentraut2002-12-091-2/+2
* As far as I figured from the source code this function only deals withBruce Momjian2002-12-091-2/+7
* Explain's code for showing quals of SubqueryScan nodes has been brokenTom Lane2002-12-061-8/+2
* localbuf.c must be able to do blind writes.Tom Lane2002-12-051-12/+17
* Avoid pulling up sublinks from a subselect's targetlist. Works aroundTom Lane2002-12-051-2/+20
* Allow 'password' encryption even when pg_shadow has MD5 passwords, perBruce Momjian2002-12-052-8/+24
* changed sort of column names to sort by attnum, not attnameDave Cramer2002-12-051-1/+1
* Repair oversight in recent change of dependency extraction code: whenTom Lane2002-12-041-1/+7
* Repair core dump when trying to delete an entry from an already-NULLTom Lane2002-12-023-20/+46
* Fix pg_dump failure against 7.1 or older servers, perTom Lane2002-12-011-3/+3
* Repair coredump in COPY OUT when client encoding is different fromTom Lane2002-12-011-5/+4
* Repair prehistoric logic error in lseg_eq and lseg_ne.Tom Lane2002-11-291-5/+5
* Update resultmap pattern for geometry-solaris-i386-pc: should matchTom Lane2002-11-271-1/+1
* Guard against 0 length string encoding conversion case.Tatsuo Ishii2002-11-261-1/+7
* Remove check for pg_group file as part of initdb -W password assignmentBruce Momjian2002-11-251-6/+1
* Fix a dozen or so places that were passing unpredictable data stringsTom Lane2002-11-222-4/+4
* Quote database name properly when invoking pg_dump. Per report fromTom Lane2002-11-221-3/+17
* TAS code originally written for s390 (32-bit) does not work for s390xTom Lane2002-11-221-2/+29
* Fix breakage in new-in-7.3 timetz_zone() function: was giving randomTom Lane2002-11-211-10/+11
* Code review for superuser_reserved_connections patch. Don't try to doTom Lane2002-11-214-47/+51
* NetBSD versions 1.6 and (we hope) later can use the standard geometryTom Lane2002-11-211-1/+2
* This locale-specific variant file seems not to have been updatedTom Lane2002-11-211-0/+9
* Fix a stupid cut and paste error from the commit last night.Barry Lind2002-11-201-7/+7
* Backport bug with executeBatch. This bug was a regression from 7.2 and hasBarry Lind2002-11-203-9/+49
* Put back error test for DECLARE CURSOR outside a transaction block ...Tom Lane2002-11-183-3/+50
* Push qual clauses containing subplans to the back of the qual listTom Lane2002-11-151-1/+42
* Backpatch from head: fixes for a threading bug, a problem with setNull involvingBarry Lind2002-11-145-17/+109