summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Stamp release 7.4.7.Tom Lane2005-01-306-64/+226
* We haven't had a fixed limit on rule recursion depth since 7.3 ...Tom Lane2005-01-291-7/+6
* Make sure contrib C functions are marked strict where needed.Tom Lane2005-01-298-76/+58
* Check that aggregate creator has the right to execute the transitionTom Lane2005-01-272-2/+41
* Now that I look at it, int_array_enum() didn't work either.Tom Lane2005-01-271-0/+5
* Fix security and 64-bit issues in contrib/intagg. This code couldTom Lane2005-01-272-59/+51
* Back-patch 8.0 version of plperl_hash_from_tuple() into prior releasesTom Lane2005-01-261-48/+25
* Mark the text_soundex() function as "strict", to avoid crashing on NULLNeil Conway2005-01-261-1/+1
* Disallow LOAD to non-superusers. Per report from John Heasman.Tom Lane2005-01-241-1/+5
* Fix memory leak in rtdosplit, per report from Clive Page.Tom Lane2005-01-241-1/+3
* The result of a FULL or RIGHT join can't be assumed to be sorted by theTom Lane2005-01-233-5/+16
* Prevent overrunning a heap-allocated buffer if more than 1024 parametersNeil Conway2005-01-211-1/+5
* Fix mapping infinite timestamp values to arbitrary dates.Kris Jurka2005-01-131-5/+9
* interval_out failed to mention 'ago' for negative intervals in SQL andTom Lane2005-01-112-3/+3
* Avoid memory leakage during VACUUM FULL when an index expression orTom Lane2004-12-231-1/+3
* Make array_cat more paranoid about checking datatypes in empty arrays.Tom Lane2004-12-171-17/+17
* array_map failed to insert correct result type in an empty array.Tom Lane2004-12-171-9/+10
* Avoid generating excess (and illegal) parentheses around an aliased JOINTom Lane2004-12-131-2/+3
* Back-patch copyOject fix for EXPLAIN/PREPARE.Tom Lane2004-12-132-3/+24
* Translation updatePeter Eisentraut2004-12-111-410/+417
* Translation updatePeter Eisentraut2004-12-111-471/+486
* Use StrNCpy not strncpy to fill hash key, to ensure the resulting keyTom Lane2004-12-031-5/+3
* Translation fix by Julien CristauPeter Eisentraut2004-12-031-3/+3
* Teach regex_fixed_prefix() the correct handling of advanced regexTom Lane2004-12-021-8/+26
* Fix timestamptz_age() to do calculation in local timezone not GMT, per bug 1332.Tom Lane2004-12-011-14/+20
* Avoid scribbling on original parsetree during DECLARE CURSOR. ThisTom Lane2004-11-281-2/+11
* Install Tcl regex fixes to sync our regex engine with Tcl 8.4.8 (up fromTom Lane2004-11-241-5/+10
* Our interface code for Spencer's regexp package was checking for regexpTom Lane2004-11-241-6/+25
* Back-patch fix for ALTER DATABASE failing to flush pg_database changesTom Lane2004-11-181-1/+9
* Fix off-by-one memory allocation, as reported by Rod Taylor. AlsoTom Lane2004-11-171-16/+17
* Backpatch fix from HEAD:Neil Conway2004-11-172-2/+41
* Translation updatePeter Eisentraut2004-11-161-924/+927
* List VALUE as a keyword.Michael Meskes2004-11-101-1/+2
* In PGSharedMemoryIsInUse, assume that EACCES indicates a shmem segmentTom Lane2004-11-091-6/+13
* Fix unportable code in SockAddr_cidr_mask: you can't assume thatTom Lane2004-11-081-19/+22
* fixed bug in REVOKE statement cat_str only has 8 argumentsDave Cramer2004-11-011-2/+2
* New translationsPeter Eisentraut2004-10-3010-10/+4529
* Rearrange order of pre-commit operations: must close cursors before doingTom Lane2004-10-291-19/+20
* Translation updatePeter Eisentraut2004-10-271-1024/+1024
* Stamp release 7.4.6.REL7_4_6Tom Lane2004-10-226-20/+190
* Prevent pg_ctl from being run as root. Since it uses configuration filesTom Lane2004-10-221-1/+9
* Update obsolete comments about COPY vs INSERT options, per Uwe Schroeder.Tom Lane2004-10-211-6/+9
* Correctly cast the return value of a CallableStatement when getShortKris Jurka2004-10-211-5/+8
* Back-patch make_oidjoins_check security improvement.Tom Lane2004-10-211-9/+14
* Repair possible failure to update hint bits back to disk, perTom Lane2004-10-133-6/+32
* Translation updatePeter Eisentraut2004-10-121-131/+130
* '::' is no longer interpreted as a variable in a prepare statement.Michael Meskes2004-10-051-4/+9
* Convert pg_stat_get_backend_idset to use the existing SRF support.Tom Lane2004-10-011-29/+45
* Translation updatePeter Eisentraut2004-09-271-57/+59
* Repair bug that would allow libpq to think a command had succeeded whenTom Lane2004-09-263-22/+94