summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Brand 7.3.2.Tom Lane2003-02-022-6/+6
* Fix nodeUnique to behave correctly when reversing direction after reachingTom Lane2003-02-021-2/+13
* Remove restriction that cast functions cannot be volatile. ThisTom Lane2003-02-011-1/+8
* Cleaner solution to the problem of loading pre-7.3 dumps containingTom Lane2003-02-012-12/+41
* Changes of 6-Sep-02 broke pg_restore's ability to recognize tar-formatTom Lane2003-02-012-5/+15
* Fix assign_session_authorization() to not be confused by all-numericTom Lane2003-02-011-13/+30
* Prevent core dump from calling Tcl_DontCallWhenDeleted() with a nullTom Lane2003-02-011-3/+4
* Apply ljb's patch to prevent both memory leak and core dump duringTom Lane2003-02-011-9/+11
* Make plpython's spi_execute interface handle NULLs properly.Tom Lane2003-01-311-15/+34
* Clean up plpython error reporting so that its regression test passesTom Lane2003-01-313-31/+41
* Tweak bison build rules so that we get the same error messages fromTom Lane2003-01-311-2/+8
* Handle mixed-case names properly in plpgsql_parse_tripwordtype.Tom Lane2003-01-311-4/+8
* Fix regression in .pgpass support. From Neil Conway.Tom Lane2003-01-301-19/+28
* SPI_exec shouldn't return SPI_OK_SELECT if it hasn't actually returnedTom Lane2003-01-291-1/+14
* Repair array subscript overrun identified by Yichen Xie. Reduce theTom Lane2003-01-293-71/+48
* Fix array subscript overruns identified by Yichen Xie.Tom Lane2003-01-291-5/+5
* Convert variable name to canonical spelling before checking for matchesTom Lane2003-01-281-1/+11
* Revert off setting mention for client_min_messages.Bruce Momjian2003-01-282-3/+3
* Prevent core dump when die_horribly() is called with null AH pointer.Tom Lane2003-01-271-6/+7
* Back-patch fix for not shell-quoting editor name, as it also fixesTom Lane2003-01-241-2/+2
* Fix obsolete error message (isImmutable doesn't exist).Tom Lane2003-01-231-3/+3
* Change CREATE TABLE AS / SELECT INTO to create the new table with OIDs,Tom Lane2003-01-233-26/+42
* Make estimation of mergejoin scan selectivities more robust, per recentTom Lane2003-01-222-13/+43
* Fix coredump problem in plpgsql's RETURN NEXT. When a SELECT INTOTom Lane2003-01-214-60/+102
* Back-patch typprtlen fix, two other minor post-7.3 fixes.Tom Lane2003-01-211-4/+10
* Fix bogus formatting of DROP DATABASE command, per Christopher Kings-Lynne.Tom Lane2003-01-161-2/+2
* Repair an embarrassingly large number of alphabetization mistakes in theTom Lane2003-01-165-31/+79
* More comment cleanups for shared_buffers in postgresql.conf.Bruce Momjian2003-01-151-1/+1
* Update shared_buffer comment in postgresql.conf.Bruce Momjian2003-01-151-1/+1
* Bumped up build number to 107Barry Lind2003-01-141-1/+1
* Backport to 7.3 of patch to correctly handle fractional secondsBarry Lind2003-01-142-35/+83
* Patch from Kris Jurka to improve the performance of getImportedKeys(). TheBarry Lind2003-01-141-82/+45
* Cause symlinks for shared-library versioning to run in the standardTom Lane2003-01-111-4/+3
* Fix typo in an error messagesTatsuo Ishii2003-01-111-2/+2
* > > This patch improves the documentation for the shared_buffers GUC param.Bruce Momjian2003-01-111-1/+1
* A tiny patch to fix a typo in configure.in and another one inBruce Momjian2003-01-111-1/+1
* Add missing <limits.h> for INT64_IS_BUSTED case.Tom Lane2003-01-101-1/+2
* Fix indenting of log_min_error_statement.Bruce Momjian2003-01-091-3/+4
* Repair inconsistent rounding behavior for timestamp, time, interval,Tom Lane2003-01-092-105/+56
* Remove 'const' from secure_write, to prevent compiler warning.Bruce Momjian2003-01-081-3/+3
* The second was that renegotiation was just plain broken. I can'tBruce Momjian2003-01-082-9/+15
* I was playing around with 7.3.1 and found some more SSL problems. TheBruce Momjian2003-01-082-4/+4
* Fix dumping of DEFERRABLE/INITIALLY DEFERRED:Bruce Momjian2003-01-081-1/+6
* Repair bug noticed by Deepak Bhole: a shell type should have a dependencyTom Lane2003-01-082-71/+149
* Fix pgpass to work with PQconnectDB().Bruce Momjian2003-01-081-4/+4
* Fix for bug #866. 7.3 contains new logic for avoiding redundant calls toTom Lane2003-01-083-11/+58
* Fix inherited UPDATE for cases where child column numbering doesn'tTom Lane2003-01-051-3/+109
* Add missing include --- seems include file references are different inTom Lane2003-01-051-1/+2
* Translation updatesPeter Eisentraut2003-01-049-2426/+4482
* Fix BSD/OS thread file locking bug in new fseeko code.Bruce Momjian2003-01-021-2/+2