aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Avoid listing ungrouped Vars in the targetlist of Agg-underneath-Window.Tom Lane2011-07-12
* Add C comment that txid_current() assigns an XID if one is not alreadyBruce Momjian2011-07-11
* Fix and clarify information schema interval_precision fieldsPeter Eisentraut2011-07-11
* Try to acquire relation locks in RangeVarGetRelid.Robert Haas2011-07-08
* Fix another oversight in logging of changes in postgresql.conf settings.Tom Lane2011-07-08
* Introduce a pipe between postmaster and each backend, which can be used toHeikki Linnakangas2011-07-08
* Fix one overflow and one signedness error, caused by the patch to calculateHeikki Linnakangas2011-07-08
* Message style improvementsPeter Eisentraut2011-07-08
* There's a small window wherein a transaction is committed but not yetHeikki Linnakangas2011-07-08
* SSI has a race condition, where the order of commit sequence numbers ofHeikki Linnakangas2011-07-07
* Reclassify replication-related GUC variables as "master" and "standby".Tom Lane2011-07-07
* Adjust OLDSERXID_MAX_PAGE based on BLCKSZ.Robert Haas2011-07-07
* Finish disabling reduced-lock-levels-for-DDL feature.Tom Lane2011-07-07
* Fix a bug with SSI and prepared transactions:Heikki Linnakangas2011-07-07
* Remove assumptions that not-equals operators cannot be in any opclass.Tom Lane2011-07-06
* Call FDW validator functions even when the options list is empty.Tom Lane2011-07-05
* Message style improvements of errmsg_internal() callsPeter Eisentraut2011-07-05
* Message style tweaksPeter Eisentraut2011-07-05
* Set user_defined_types.data_type to nullPeter Eisentraut2011-07-04
* Move Trigger and TriggerDesc structs out of rel.h into a new reltrigger.hAlvaro Herrera2011-07-04
* Don't try to use a constraint name as domain nameAlvaro Herrera2011-07-04
* Remove unused variable to silence compiler warningPeter Eisentraut2011-07-04
* Remove silent_mode. You get the same functionality with "pg_ctl -lHeikki Linnakangas2011-07-04
* Reset ALTER TABLE lock levels to AccessExclusiveLock in all cases.Simon Riggs2011-07-04
* Fix bugs in relpersistence handling during table creation.Robert Haas2011-07-03
* Mark pg_stat_reset_shared as strictMagnus Hagander2011-07-03
* Suppress compiler warning about potentially uninitialized variable.Tom Lane2011-07-01
* Enable CHECK constraints to be declared NOT VALIDAlvaro Herrera2011-06-30
* Fix outdated commentAlvaro Herrera2011-06-29
* Restore correct btree preprocessing of "indexedcol IS NULL" conditions.Tom Lane2011-06-29
* Move the PredicateLockRelation() call from nodeSeqscan.c to heapam.c. It'sHeikki Linnakangas2011-06-29
* Grab predicate locks on matching tuples in a lossy bitmap heap scan.Heikki Linnakangas2011-06-29
* Protect pg_stat_reset_shared() against NULL inputMagnus Hagander2011-06-29
* Unify spelling of "canceled", "canceling", "cancellation"Peter Eisentraut2011-06-29
* Introduce compact WAL record for the common case of commit (non-DDL).Simon Riggs2011-06-28
* Remove rel.h from objectaddress.h; only relcache.h is necessary.Alvaro Herrera2011-06-28
* Modernise pg_hba.conf token processingAlvaro Herrera2011-06-28
* Implement the collation columns of various information schema viewsPeter Eisentraut2011-06-28
* Add composite-type attributes to information_schema.element_types viewPeter Eisentraut2011-06-28
* Add a missing_ok argument to get_object_address().Robert Haas2011-06-27
* Reduce impact of btree page reuse on Hot Standby by fixing off-by-1 error.Simon Riggs2011-06-27
* Allow callers to pass a missing_ok flag when opening a relation.Robert Haas2011-06-27
* Try again to make the visibility map crash safe.Robert Haas2011-06-27
* Avoid having two copies of the HOT-chain search logic.Robert Haas2011-06-27
* Add the possibility to pass --flag arguments to xgettext callsPeter Eisentraut2011-06-27
* Refactor common gettext triggersPeter Eisentraut2011-06-27
* Make _ be automatically included in GETTEXT_TRIGGERSPeter Eisentraut2011-06-26
* Replace := by = in nls.mk filesPeter Eisentraut2011-06-26
* Add information schema views role_udt_grants, udt_privileges, user_defined_typesPeter Eisentraut2011-06-23
* Undo overly enthusiastic de-const-ification.Tom Lane2011-06-22