summaryrefslogtreecommitdiff
path: root/src/include/utils
AgeCommit message (Expand)Author
2004-11-24A client_encoding specification coming from the connection request hasTom Lane
2004-11-14Remove GUC USERLIMIT variable category, making the affected variablesTom Lane
2004-11-09Use a hopefully-more-reliable method of detecting default selectivityTom Lane
2004-11-05Create 'default_tablespace' GUC variable that supplies a TABLESPACETom Lane
2004-10-22Add a GUC_SUPERUSER_ONLY flag to mark GUC variables that should not beTom Lane
2004-10-20Allow functions returning void or cstring to appear in FROM clause,Tom Lane
2004-10-15Repair possible failure to update hint bits back to disk, perTom Lane
2004-10-09Adjust configuration-files GUC behavior as per my recent proposal.Tom Lane
2004-10-08Whack some sense into the configuration-file-location patch.Tom Lane
2004-10-04Remove arithmetic operators on the 1-byte-char datatype, as per proposalsTom Lane
2004-10-01Code review for NOWAIT patch: downgrade NOWAIT from fully reserved keywordTom Lane
2004-09-28Arrange to preallocate all required space for the buffer and FSM hashTom Lane
2004-09-16Fix oversight: there's no reason for PG_TRY to use sigsetjmp(buf,1)Tom Lane
2004-09-16Add some marginal tweaks to eliminate memory leakages associated withTom Lane
2004-09-16RecentXmin is too recent to use as the cutoff point for accessingTom Lane
2004-09-16Restructure subtransaction handling to reduce resource consumption,Tom Lane
2004-09-16Fix a read of uninitialized memory in array_out(). Perform some minorNeil Conway
2004-09-13Redesign query-snapshot timing so that volatile functions in READ COMMITTEDTom Lane
2004-09-11Renumber SnapshotNow and the other special snapshot codes so thatTom Lane
2004-09-10Fix palloc call from /port for Cygwin.Bruce Momjian
2004-09-05On further consideration, there's another problem here: the existingTom Lane
2004-08-30Another pgindent run with lib typedefs added.Bruce Momjian
2004-08-29Pgindent run for 8.0.Bruce Momjian
2004-08-29Update copyright to 2004.Bruce Momjian
2004-08-28Fix relcache to account properly for subtransaction status of 'new'Tom Lane
2004-08-27Introduce local hash table for lock state, as per recent proposal.Tom Lane
2004-08-08If these are ifdef WIN32 in the .c file, should be so in .h as well.Tom Lane
2004-08-08Allow libpgport to call memory allocation routines even thoughBruce Momjian
2004-08-06Use one, not zero, as the default lower bound for arrays of AclItems.Tom Lane
2004-08-05Create a built-in log rotation program, so that we no longer have toTom Lane
2004-08-03Add functions pg_start_backup, pg_stop_backup to create backup labelTom Lane
2004-08-01Cause ALTER OWNER commands to update the object's ACL, replacing referencesTom Lane
2004-07-31Support "OR condition ..." in plpgsql EXCEPTION clauses to make the syntaxTom Lane
2004-07-31plpgsql does exceptions.Tom Lane
2004-07-31Restructure error handling as recently discussed. It is now reallyTom Lane
2004-07-28Fix subtransaction behavior for large objects, temp namespace, files,Tom Lane
2004-07-27Replace nested-BEGIN syntax for subtransactions with spec-compliantTom Lane
2004-07-21Back out pg_autovacuum commit after cvs clean failure causes commit.Bruce Momjian
2004-07-21lease find enclosed a patch that matches the PL/Perl documentationBruce Momjian
2004-07-17Invent ResourceOwner mechanism as per my recent proposal, and use it toTom Lane
2004-07-12Add has_tablespace_privilege().Bruce Momjian
2004-07-11Allow configuration files to be placed outside the data directory.Bruce Momjian
2004-07-06Add comment describing ereport() NOTICE/WARNING distinction.Bruce Momjian
2004-07-02Add missing operators of the form interval-plus-datetime, as required forTom Lane
2004-07-02Andreas Pflug wrote:Joe Conway
2004-07-01Nested transactions. There is still much left to do, especially on theTom Lane
2004-06-25Add pg_get_serial_sequence() function, and cause pg_dump to use it.Tom Lane
2004-06-24Replace direct fprintf(stderr) calls by write_stderr(), and cause thisTom Lane
2004-06-18Tablespaces. Alternate database locations are dead, long live tablespaces.Tom Lane
2004-06-16Represent type-specific length coercion functions as pg_cast entries,Tom Lane