aboutsummaryrefslogtreecommitdiff
path: root/src/include/utils
Commit message (Expand)AuthorAge
* When using C-string lookup keys in a dynahash.c hash table, use strncpy()Tom Lane2005-06-18
* Adjust datetime parsing to be more robust. We now pass the length of theNeil Conway2005-05-26
* Fix interaction between materializing holdable cursors and firingTom Lane2005-04-11
* Add missing min/max parameters to DefineCustomIntVariable() andTom Lane2005-03-25
* array_map can't use the fn_extra field of the provided fcinfo struct asTom Lane2005-03-24
* Prevent locale-aware handling of upper, lower, and initcap when theBruce Momjian2005-03-16
* Phase 1 of fix for 'SMgrRelation hashtable corrupted' problem. ThisTom Lane2005-01-10
* Some more missed copyright notices. Many of these look like theyTom Lane2005-01-01
* Update copyrights that were missed.Bruce Momjian2005-01-01
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-31
* A client_encoding specification coming from the connection request hasTom Lane2004-11-24
* Remove GUC USERLIMIT variable category, making the affected variablesTom Lane2004-11-14
* Use a hopefully-more-reliable method of detecting default selectivityTom Lane2004-11-09
* Create 'default_tablespace' GUC variable that supplies a TABLESPACETom Lane2004-11-05
* Add a GUC_SUPERUSER_ONLY flag to mark GUC variables that should not beTom Lane2004-10-22
* Allow functions returning void or cstring to appear in FROM clause,Tom Lane2004-10-20
* Repair possible failure to update hint bits back to disk, perTom Lane2004-10-15
* Adjust configuration-files GUC behavior as per my recent proposal.Tom Lane2004-10-09
* Whack some sense into the configuration-file-location patch.Tom Lane2004-10-08
* Remove arithmetic operators on the 1-byte-char datatype, as per proposalsTom Lane2004-10-04
* Code review for NOWAIT patch: downgrade NOWAIT from fully reserved keywordTom Lane2004-10-01
* Arrange to preallocate all required space for the buffer and FSM hashTom Lane2004-09-28
* Fix oversight: there's no reason for PG_TRY to use sigsetjmp(buf,1)Tom Lane2004-09-16
* Add some marginal tweaks to eliminate memory leakages associated withTom Lane2004-09-16
* RecentXmin is too recent to use as the cutoff point for accessingTom Lane2004-09-16
* Restructure subtransaction handling to reduce resource consumption,Tom Lane2004-09-16
* Fix a read of uninitialized memory in array_out(). Perform some minorNeil Conway2004-09-16
* Redesign query-snapshot timing so that volatile functions in READ COMMITTEDTom Lane2004-09-13
* Renumber SnapshotNow and the other special snapshot codes so thatTom Lane2004-09-11
* Fix palloc call from /port for Cygwin.Bruce Momjian2004-09-10
* On further consideration, there's another problem here: the existingTom Lane2004-09-05
* Another pgindent run with lib typedefs added.Bruce Momjian2004-08-30
* Pgindent run for 8.0.Bruce Momjian2004-08-29
* Update copyright to 2004.Bruce Momjian2004-08-29
* Fix relcache to account properly for subtransaction status of 'new'Tom Lane2004-08-28
* Introduce local hash table for lock state, as per recent proposal.Tom Lane2004-08-27
* If these are ifdef WIN32 in the .c file, should be so in .h as well.Tom Lane2004-08-08
* Allow libpgport to call memory allocation routines even thoughBruce Momjian2004-08-08
* Use one, not zero, as the default lower bound for arrays of AclItems.Tom Lane2004-08-06
* Create a built-in log rotation program, so that we no longer have toTom Lane2004-08-05
* Add functions pg_start_backup, pg_stop_backup to create backup labelTom Lane2004-08-03
* Cause ALTER OWNER commands to update the object's ACL, replacing referencesTom Lane2004-08-01
* Support "OR condition ..." in plpgsql EXCEPTION clauses to make the syntaxTom Lane2004-07-31
* plpgsql does exceptions.Tom Lane2004-07-31
* Restructure error handling as recently discussed. It is now reallyTom Lane2004-07-31
* Fix subtransaction behavior for large objects, temp namespace, files,Tom Lane2004-07-28
* Replace nested-BEGIN syntax for subtransactions with spec-compliantTom Lane2004-07-27
* Back out pg_autovacuum commit after cvs clean failure causes commit.Bruce Momjian2004-07-21
* lease find enclosed a patch that matches the PL/Perl documentationBruce Momjian2004-07-21
* Invent ResourceOwner mechanism as per my recent proposal, and use it toTom Lane2004-07-17