aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Make TRUNCATE ... RESTART IDENTITY restart sequences transactionally.Tom Lane2010-11-17
* Require VALUE keyword when extending an enum type. Based on a patch from Alva...Andrew Dunstan2010-11-16
* Send paramHandle to subprocesses as 64-bit on Win64Magnus Hagander2010-11-16
* The GiST scan algorithm uses LSNs to detect concurrent pages splits, butHeikki Linnakangas2010-11-16
* Add new buffers_backend_fsync field to pg_stat_bgwriter.Robert Haas2010-11-15
* Avoid spurious Hot Standby conflicts from btree delete records.Simon Riggs2010-11-15
* Correct poor grammar in comment.Robert Haas2010-11-14
* Cleanup various comparisons with the constant "true".Robert Haas2010-11-14
* Fix canAcceptConnections() bugs introduced by replication-related patches.Tom Lane2010-11-14
* Add missing outfuncs.c support for struct InhRelation.Tom Lane2010-11-13
* Move copydir() prototype into its own header file.Robert Haas2010-11-12
* Fix old oversight in const-simplification of COALESCE() expressions.Tom Lane2010-11-12
* Improved parallel make supportPeter Eisentraut2010-11-12
* Add missing support for removing foreign data wrapper / server privilegesHeikki Linnakangas2010-11-12
* Fix bug introduced by the recent patch to check that the checkpoint redoHeikki Linnakangas2010-11-11
* Fix line_construct_pm() for the case of "infinite" (DBL_MAX) slope.Tom Lane2010-11-10
* Add monitoring function pg_last_xact_replay_timestamp.Robert Haas2010-11-09
* Repair memory leakage while ANALYZE-ing complex index expressions.Tom Lane2010-11-09
* In rewriteheap.c (used by VACUUM FULL and CLUSTER), calculate the tupleHeikki Linnakangas2010-11-09
* Fix error handling in temp-file deletion with log_temp_files active.Tom Lane2010-11-08
* Fix permanent memory leak in autovacuum launcherAlvaro Herrera2010-11-08
* Use appendrel planning logic for top-level UNION ALL structures.Tom Lane2010-11-08
* Prevent invoking I/O conversion casts via functional/attribute notation.Tom Lane2010-11-07
* Add support for detecting register-stack overrun on IA64.Tom Lane2010-11-06
* Make get_stack_depth_rlimit() handle RLIM_INFINITY more sanely.Tom Lane2010-11-06
* Include the current value of max_stack_depth in stack depth complaints.Tom Lane2010-11-04
* Use appendStringInfoString() where appropriate in elog.c.Tom Lane2010-11-04
* Reimplement planner's handling of MIN/MAX aggregate optimization.Tom Lane2010-11-04
* Fix adjust_semi_join to be more cautious about clauseless joins.Tom Lane2010-11-02
* Ensure an index that uses a whole-row Var still depends on its table.Tom Lane2010-11-02
* Bootstrap WAL to begin at segment logid=0 logseg=1 (000000010000000000000001)Heikki Linnakangas2010-11-02
* Avoid using a local FunctionCallInfoData struct in ExecMakeFunctionResultTom Lane2010-11-01
* Fix corner-case bug in tracking of latest removed WAL segment duringHeikki Linnakangas2010-11-01
* Provide hashing support for arrays.Tom Lane2010-10-30
* Fix comparisons of pointers with zero to compare with NULL instead.Tom Lane2010-10-29
* Oops, missed one fix for EquivalenceClass rearrangement.Tom Lane2010-10-29
* Avoid creation of useless EquivalenceClasses during planning.Tom Lane2010-10-29
* Previous patch had no detectable virtue other than being a one-liner.Tom Lane2010-10-27
* Fix long-standing segfault when accept() or one of the calls made rightHeikki Linnakangas2010-10-27
* Add a client authentication hook.Robert Haas2010-10-26
* Fix dumb typo in SECURITY LABEL error message.Robert Haas2010-10-26
* Before removing backup_label and irrevocably changing pg_control file, checkHeikki Linnakangas2010-10-26
* Refactor typenameTypeId()Peter Eisentraut2010-10-25
* Fix overly-enthusiastic Assert in printing of Param reference expressions.Tom Lane2010-10-25
* Fix inline_set_returning_function() to preserve the invalItems list properly.Tom Lane2010-10-25
* Work around rounding misbehavior exposed by buildfarm.Tom Lane2010-10-25
* Allow new values to be added to an existing enum type.Tom Lane2010-10-24
* Support suffix matching of host names in pg_hba.confPeter Eisentraut2010-10-24
* Add semicolon, missed in previous patch. And update the keyword list inHeikki Linnakangas2010-10-22
* Make OFF keyword unreserved. It's not hard to imagine wanting to use 'off'Heikki Linnakangas2010-10-22