summaryrefslogtreecommitdiff
path: root/src/include/utils
Commit message (Expand)AuthorAgeFilesLines
* Adjust configuration-files GUC behavior as per my recent proposal.Tom Lane2004-10-091-5/+4
* Whack some sense into the configuration-file-location patch.Tom Lane2004-10-082-8/+9
* Remove arithmetic operators on the 1-byte-char datatype, as per proposalsTom Lane2004-10-041-5/+3
* Code review for NOWAIT patch: downgrade NOWAIT from fully reserved keywordTom Lane2004-10-011-1/+2
* Arrange to preallocate all required space for the buffer and FSM hashTom Lane2004-09-281-2/+2
* Fix oversight: there's no reason for PG_TRY to use sigsetjmp(buf,1)Tom Lane2004-09-161-2/+2
* Add some marginal tweaks to eliminate memory leakages associated withTom Lane2004-09-161-1/+2
* RecentXmin is too recent to use as the cutoff point for accessingTom Lane2004-09-161-1/+2
* Restructure subtransaction handling to reduce resource consumption,Tom Lane2004-09-163-15/+22
* Fix a read of uninitialized memory in array_out(). Perform some minorNeil Conway2004-09-161-4/+4
* Redesign query-snapshot timing so that volatile functions in READ COMMITTEDTom Lane2004-09-131-6/+11
* Renumber SnapshotNow and the other special snapshot codes so thatTom Lane2004-09-111-5/+21
* Fix palloc call from /port for Cygwin.Bruce Momjian2004-09-101-2/+2
* On further consideration, there's another problem here: the existingTom Lane2004-09-051-2/+3
* Another pgindent run with lib typedefs added.Bruce Momjian2004-08-301-2/+2
* Pgindent run for 8.0.Bruce Momjian2004-08-2916-120/+128
* Update copyright to 2004.Bruce Momjian2004-08-2941-82/+82
* Fix relcache to account properly for subtransaction status of 'new'Tom Lane2004-08-282-10/+23
* Introduce local hash table for lock state, as per recent proposal.Tom Lane2004-08-271-13/+2
* If these are ifdef WIN32 in the .c file, should be so in .h as well.Tom Lane2004-08-081-5/+6
* Allow libpgport to call memory allocation routines even thoughBruce Momjian2004-08-081-1/+6
* Use one, not zero, as the default lower bound for arrays of AclItems.Tom Lane2004-08-061-2/+2
* Create a built-in log rotation program, so that we no longer have toTom Lane2004-08-051-2/+2
* Add functions pg_start_backup, pg_stop_backup to create backup labelTom Lane2004-08-031-2/+1
* Cause ALTER OWNER commands to update the object's ACL, replacing referencesTom Lane2004-08-011-1/+3
* Support "OR condition ..." in plpgsql EXCEPTION clauses to make the syntaxTom Lane2004-07-311-1/+5
* plpgsql does exceptions.Tom Lane2004-07-311-1/+5
* Restructure error handling as recently discussed. It is now reallyTom Lane2004-07-311-1/+90
* Fix subtransaction behavior for large objects, temp namespace, files,Tom Lane2004-07-281-2/+2
* Replace nested-BEGIN syntax for subtransactions with spec-compliantTom Lane2004-07-271-1/+5
* Back out pg_autovacuum commit after cvs clean failure causes commit.Bruce Momjian2004-07-211-2/+1
* lease find enclosed a patch that matches the PL/Perl documentationBruce Momjian2004-07-211-1/+2
* Invent ResourceOwner mechanism as per my recent proposal, and use it toTom Lane2004-07-175-46/+152
* Add has_tablespace_privilege().Bruce Momjian2004-07-121-1/+7
* Allow configuration files to be placed outside the data directory.Bruce Momjian2004-07-111-1/+8
* Add comment describing ereport() NOTICE/WARNING distinction.Bruce Momjian2004-07-061-2/+5
* Add missing operators of the form interval-plus-datetime, as required forTom Lane2004-07-021-2/+1
* Andreas Pflug wrote:Joe Conway2004-07-021-1/+2
* Nested transactions. There is still much left to do, especially on theTom Lane2004-07-018-28/+71
* Add pg_get_serial_sequence() function, and cause pg_dump to use it.Tom Lane2004-06-251-2/+3
* Replace direct fprintf(stderr) calls by write_stderr(), and cause thisTom Lane2004-06-241-1/+11
* Tablespaces. Alternate database locations are dead, long live tablespaces.Tom Lane2004-06-183-5/+14
* Represent type-specific length coercion functions as pg_cast entries,Tom Lane2004-06-161-2/+3
* Give inet/cidr datatypes their own hash function that ignores the inet vsTom Lane2004-06-132-6/+7
* Code review for recently-added network functions. Get it to work whenTom Lane2004-06-131-5/+5
* Infrastructure for I/O of composite types: arrange for the I/O routinesTom Lane2004-06-062-8/+9
* Tweak palloc/repalloc to allow zero bytes to be requested, as per recentTom Lane2004-06-051-2/+5
* Make the world very nearly safe for composite-type columns in tables.Tom Lane2004-06-051-1/+4
* Adjust our timezone library to use pg_time_t (typedef'd as int64) inTom Lane2004-06-032-24/+6
* Per previous discussions, here are two functions to send INT and TERMBruce Momjian2004-06-021-1/+3