aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* To reduce confusion over whether VACUUM FULL is needed for anti-wraparoundTom Lane2008-12-11
* The macros NULL_DEV and DEVNULL were both used to work aroundPeter Eisentraut2008-12-11
* Append major version number and for libraries soname major version numberPeter Eisentraut2008-12-11
* Tweak the tree descent loop in fsm_search_avail to not look at theTom Lane2008-12-10
* Revert SIGUSR1 multiplexing patch, per Tom's objection.Heikki Linnakangas2008-12-09
* Provide support for multiplexing SIGUSR1 signal. The upcoming synchronousHeikki Linnakangas2008-12-09
* Teach pgstat_vacuum_stat to not bother scanning pg_proc in the common caseTom Lane2008-12-08
* Don't try to optimize EXISTS subqueries with empty FROM-lists: we need toTom Lane2008-12-08
* Allow CREATE OR REPLACE VIEW to add columns to the _end_ of the view.Bruce Momjian2008-12-06
* MAPSIZE macro needs to use MAXALIGN(SizeOfPageHeaderData) instead ofHeikki Linnakangas2008-12-06
* Better descriptions in pg_get_keywords(), consistent with the documentationPeter Eisentraut2008-12-05
* Default values for function argumentsPeter Eisentraut2008-12-04
* Fix a couple of snapshot management bugs in the new ResourceOwner world:Alvaro Herrera2008-12-04
* Utilize the visibility map in autovacuum, too. There was an oversight inHeikki Linnakangas2008-12-04
* Initialize GISTScanOpaque->qual_ok even if there is no conditions.Teodor Sigaev2008-12-04
* Properly unregister OpenSSL callbacks when libpq is done withMagnus Hagander2008-12-03
* Introduce visibility map. The visibility map is a bitmap with one bit perHeikki Linnakangas2008-12-03
* Small comment fixes.Heikki Linnakangas2008-12-03
* If pg_stop_backup() is called just after switching to a new xlog file,Heikki Linnakangas2008-12-03
* Use PG_GETARG_TEXT_PP instead of PG_GETARG_TEXT_P in the newHeikki Linnakangas2008-12-02
* Minor code embellishments.Alvaro Herrera2008-12-02
* Fix an oversight in the code that makes transitive-equality deductions fromTom Lane2008-12-01
* Modify the new to_timestamp implementation so that end-of-format-stringHeikki Linnakangas2008-12-01
* Ensure that the contents of a holdable cursor don't depend on out-of-lineTom Lane2008-12-01
* Clean up the API for DestReceiver objects by eliminating the assumptionTom Lane2008-11-30
* Add a "LIKE = typename" clause to CREATE TYPE for base types. This allowsTom Lane2008-11-30
* Remove inappropriate memory context switch in shutdown_MultiFuncCall().Tom Lane2008-11-30
* Make sure we give an appropriate user-facing error when attemptingTom Lane2008-11-29
* My recent fix for semijoin planning didn't actually work for a semijoin with aTom Lane2008-11-28
* Support regular expressions in pg_ident.conf.Magnus Hagander2008-11-28
* Fix bug in the tsvector stats collection function, which caused a crash ifHeikki Linnakangas2008-11-27
* Fix obsolete comment regarding FSM truncation.Heikki Linnakangas2008-11-27
* Don't force creation of the FSM on searches. It will still be createdHeikki Linnakangas2008-11-27
* Drop CLI related features from the list, since we don't track the ODBCPeter Eisentraut2008-11-27
* Mark features related to WITH/SELECT as supported.Peter Eisentraut2008-11-27
* Fix #ifdeffed debugging code to work with relation forks.Heikki Linnakangas2008-11-27
* Fix minor memory leak introduced in recent SQL-functions hacking: theTom Lane2008-11-27
* Rely on relcache invalidation to update the cached size of the FSM.Heikki Linnakangas2008-11-26
* Feature F442 "Mixed column references in set functions" is supported.Peter Eisentraut2008-11-26
* Add %expect 0 to all parser input files to prevent conflicts slipping by.Peter Eisentraut2008-11-26
* Make DISCARD ALL discard advisory locks, too. Marko KreenTom Lane2008-11-26
* Use ResourceOwners in the snapshot manager, instead of attempting to track themAlvaro Herrera2008-11-25
* CLUSTER VERBOSE and corresponding clusterdb --verbose optionPeter Eisentraut2008-11-24
* Teach RequestCheckpoint() to wait and retry a few times if it can't signalTom Lane2008-11-23
* Switch the planner over to treating qualifications of a JOIN_SEMI join asTom Lane2008-11-22
* Fix a few more format argument warnings.Magnus Hagander2008-11-21
* Make the enumvals column of pg_settings be text[] instead of justMagnus Hagander2008-11-21
* Use relation_expr for TABLE command, requested by Tom.Peter Eisentraut2008-11-21
* Issue a proper error message when MD5 is attempted whenBruce Momjian2008-11-20
* Fix breakage of bitmap scan plan creation for special index operators suchTom Lane2008-11-20