aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Adjust time qual checking code so that we always check TransactionIdIsInProgressTom Lane2005-05-07
* Make standalone backends ignore pg_database.datallowconn, so that thereTom Lane2005-05-05
* Alter the signature for encoding conversion functions to declare theTom Lane2005-05-03
* Change tsearch2 to not use the unsafe practice of creating functionsTom Lane2005-05-03
* Make record_out and record_send extract type information from the passedTom Lane2005-04-30
* GCC 4.0 includes a new warning option, -Wformat-literal, that emitsNeil Conway2005-04-30
* Repair two TIME WITH TIME ZONE bugs found by Dennis Vshivkov. ComparisonTom Lane2005-04-23
* Don't try to run clauseless index scans on index types that don't supportTom Lane2005-04-20
* Fix mis-display of negative fractional seconds in interval values forTom Lane2005-04-20
* record_in and record_recv must be careful to return a separatelyTom Lane2005-04-18
* Fix comment typo.Bruce Momjian2005-04-15
* Make equalTupleDescs() compare attlen/attbyval/attalign rather thanTom Lane2005-04-14
* Don't try to constant-fold functions returning RECORD, since the optimizerTom Lane2005-04-14
* Fix interaction between materializing holdable cursors and firingTom Lane2005-04-11
* PersistHoldablePortal must establish the correct value for ActiveSnapshotTom Lane2005-04-11
* Make constant-folding produce sane output for COALESCE(NULL,NULL),Tom Lane2005-04-10
* SQL functions returning pass-by-reference types were copying the resultsTom Lane2005-04-10
* In cost_mergejoin, the early-exit effect should not apply to theTom Lane2005-04-04
* Translation updatesPeter Eisentraut2005-04-02
* 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
* Fix a pair of related issues with estimation of inequalities that involveTom 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
* 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
* Change Win32 O_SYNC method to O_DSYNC because that is what the methodBruce Momjian2005-03-24
* WAL must log CREATE and DROP DATABASE operations *without* using anyTom Lane2005-03-23
* Fix quote_ident to use quote_identifier rather than its own, not quiteTom Lane2005-03-21
* Need to reset local buffer pin counts, not only shared buffer pins,Tom Lane2005-03-18
* Need to release buffer pins before attempting to drop files duringTom Lane2005-03-18
* Treat EPERM as a non-error case when checking to see if old postmasterTom Lane2005-03-18
* Add missing include for new lc_ctype_is_c() function.Bruce Momjian2005-03-16
* Prevent locale-aware handling of upper, lower, and initcap when theBruce Momjian2005-03-16
* Fix ALTER DATABASE RENAME to allow the operation if user is a superuserTom Lane2005-03-12
* Fix problem with infinite recursion between write_syslogger_file andTom Lane2005-03-12
* Replace ARC cache management algorithm with the similar but slightlyTom Lane2005-03-03
* Release proclock immediately in RemoveFromWaitQueue() if it representsTom Lane2005-03-01
* Adjust OR indexscan logic to not generate redundant condition-free ORTom Lane2005-03-01
* Revert the logic for expanding AND/OR conditions in pred_test() to whatTom Lane2005-03-01
* New arrangement to always let the bgwriter do checkpoints brokeTom Lane2005-02-19
* Ensure that the resolved datatype of any unknown Param is propagatedTom Lane2005-02-19
* ALTER LANGUAGE RENAME has never worked. Per Sergey Yatskevich.Tom Lane2005-02-14
* Translation updatesPeter Eisentraut2005-02-11
* Fix SPI cursor support to allow scanning the results of utility commandsTom Lane2005-02-10