aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Merge Resdom nodes into TargetEntry nodes to simplify code and save aTom Lane2005-04-06
* This file was whacked by pgindent before it knew it shouldn't removeNeil Conway2005-04-06
* plpgsql does OUT parameters, as per my proposal a few weeks ago.Tom Lane2005-04-05
* This patch changes int2_avg_accum() and int4_avg_accum() use the nodeAggNeil Conway2005-04-04
* Remove an unused variable `ShmemBootstrap', and remove an obsoleteNeil Conway2005-04-04
* In cost_mergejoin, the early-exit effect should not apply to theTom Lane2005-04-04
* Second try at making examine_variable and friends behave sanely inTom Lane2005-04-01
* Fix wrong week returnded by date_trunc('week') for early dates inBruce Momjian2005-04-01
* Flush any remaining statistics counts out to the collector at processTom Lane2005-03-31
* First phase of OUT-parameters project. We can now define and use SQLTom Lane2005-03-31
* Minor code cleanup: ExecHash() was returning a null TupleTableSlot, and anNeil Conway2005-03-31
* Add proallargtypes and proargmodes columns to pg_proc, as per my earlierTom Lane2005-03-29
* Fix grammar for IN/OUT/INOUT parameters. This commit doesn't actuallyTom Lane2005-03-29
* Officially decouple FUNC_MAX_ARGS from INDEX_MAX_KEYS, and set theTom Lane2005-03-29
* Add SPI_getnspname(), including documentation.Neil Conway2005-03-29
* Convert oidvector and int2vector into variable-length arrays. ThisTom Lane2005-03-29
* Remove dead push/pop rollback code. Vadim once planned to implementTom Lane2005-03-28
* Rethink the order of expression preprocessing: eval_const_expressionsTom Lane2005-03-28
* First steps towards index scans with heap access decoupled from indexTom Lane2005-03-27
* Teach const-expression simplification to simplify boolean equality cases,Tom Lane2005-03-27
* Eliminate duplicate hasnulls bit testing in index tuple access, andTom Lane2005-03-27
* Add a back-link from IndexOptInfo structs to their parent RelOptInfoTom Lane2005-03-27
* Expand the 'special index operator' machinery to handle special casesTom Lane2005-03-26
* Fix a pair of related issues with estimation of inequalities that involveTom Lane2005-03-26
* Use a bitmapset instead of a list for duplicate-column checking inTom Lane2005-03-26
* Rewrite rewriteTargetList() to avoid O(N^2) behavior on wide target lists.Tom Lane2005-03-26
* Prevent to_char(interval) from dumping core on month-related formatsTom Lane2005-03-26
* Remove lazy_update_relstats; go back to having VACUUM just record theTom Lane2005-03-25
* Improve EXPLAIN ANALYZE to show the time spent in each trigger whenTom Lane2005-03-25
* Fix resource owner code to generate catcache and relcache leak warningsTom Lane2005-03-25
* Fix two bugs in change_owner_recurse_to_sequences: it was grabbing anTom Lane2005-03-25
* Add missing min/max parameters to DefineCustomIntVariable() andTom Lane2005-03-25
* Fix to_date to behave reasonably when CC and YY fields are both used.Tom Lane2005-03-25
* Kerberos fixes from Magnus Hagander --- in theory Kerberos 5 authTom Lane2005-03-25
* array_map can't use the fn_extra field of the provided fcinfo struct asTom Lane2005-03-24
* Tweak planner to use a minimum size estimate of 10 pages for aTom Lane2005-03-24
* Set socket timer to 58 instead of 60 minutes for hour-old cleaners:Bruce Momjian2005-03-24
* Touch postmaster log file every hour, rather than every 10 minutes, toBruce Momjian2005-03-24
* Change Win32 O_SYNC method to O_DSYNC because that is what the methodBruce Momjian2005-03-24
* Revert changes to CREATE TRIGGER and ALTER TABLE ADD FOREIGN KEY locking,Neil Conway2005-03-24
* Adjust CREATE TRIGGER and ALTER TABLE ... ADD FOREIGN KEY to acquireNeil Conway2005-03-23
* WAL must log CREATE and DROP DATABASE operations *without* using anyTom Lane2005-03-23
* Use InitFunctionCallInfoData() macro instead of MemSet in performanceTom Lane2005-03-22
* Create a routine PageIndexMultiDelete() that replaces a loop aroundTom Lane2005-03-22
* Fix quote_ident to use quote_identifier rather than its own, not quiteTom Lane2005-03-21
* Convert index-related tuple handling routines from char 'n'/' ' to boolTom Lane2005-03-21
* Change the return value of HeapTupleSatisfiesUpdate() to be an enum,Neil Conway2005-03-20
* On Windows, use QueryPerformanceCounter instead of gettimeofday forTom Lane2005-03-20
* Remove unnecessary calls of FlushRelationBuffers: there is no needTom Lane2005-03-20
* Add temp_buffers GUC variable to allow users to determine the sizeTom Lane2005-03-19