summaryrefslogtreecommitdiff
path: root/src/include/utils
Commit message (Expand)AuthorAgeFilesLines
* 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
* Align GRANT/REVOKE behavior more closely with the SQL spec, per discussionTom Lane2004-06-012-6/+18
* Code review for EXEC_BACKEND changes. Reduce the number of #ifdefs byTom Lane2004-05-281-3/+3
* *) inet_(client|server)_(addr|port)() and necessary documentation forBruce Momjian2004-05-262-2/+7
* The added aggregates are:Bruce Momjian2004-05-261-1/+3
* The patch adresses the TODO list item "Allow external interfaces toBruce Momjian2004-05-262-14/+63
* Integrate src/timezone library for all platforms. There is more we canTom Lane2004-05-213-24/+22
* Change ln(), log(), power(), and sqrt() to emit the correct SQLSTATENeil Conway2004-05-161-2/+4
* Implement the width_bucket() function, per SQL2003. This commit only addsNeil Conway2004-05-142-2/+4
* Improve documentation for SQLSTATE error codes, per recent thread onNeil Conway2004-05-141-3/+19
* Refactor low-level aclcheck code to provide useful interfaces for multi-bitTom Lane2004-05-111-1/+18
* Get rid of rd_nblocks field in relcache entries. Turns out this wasTom Lane2004-05-081-2/+1
* Make ALTER COLUMN TYPE preserve clustered status for indexes it doesn'tTom Lane2004-05-061-1/+3
* ALTER TABLE rewrite. New cool stuff:Tom Lane2004-05-051-1/+3
* Revert patch --- needs more generalized solution.Bruce Momjian2004-05-021-6/+1
* Align prototype in C code.Bruce Momjian2004-05-011-2/+2
* Please find a attached a small patch that adds accessor functionsBruce Momjian2004-04-261-1/+6