aboutsummaryrefslogtreecommitdiff
path: root/src/include/catalog
Commit message (Expand)AuthorAge
* SQL2003-standard statistical aggregates, by Sergey Koposov. I've added onlyTom Lane2006-07-28
* Aggregate functions now support multiple input arguments. I also tookTom Lane2006-07-27
* Code review for bigint-LIMIT patch. Fix missed planner dependency,Tom Lane2006-07-26
* Remove hard-wired lists of timezone abbreviations in favor of providingTom Lane2006-07-25
* Add the full set of comparison functions for type TID, including a btreeTom Lane2006-07-21
* More include file adjustments.Bruce Momjian2006-07-13
* Allow include files to compile own their own.Bruce Momjian2006-07-13
* Add support to GIN for =(anyarray,anyarray) operationTeodor Sigaev2006-07-11
* Improve vacuum code to track minimum Xids per table instead of per database.Alvaro Herrera2006-07-10
* Code review for FILLFACTOR patch. Change WITH grammar as per earlierTom Lane2006-07-03
* Add FILLFACTOR to CREATE INDEX.Bruce Momjian2006-07-02
* Add missing #include directive: pg_constraint.h declares some functionsNeil Conway2006-06-28
* Revert patch, doesn't do what it should:Bruce Momjian2006-06-27
* Disallow changing/dropping default expression of a SERIAL columnBruce Momjian2006-06-27
* Make the planner estimate costs for nestloop inner indexscans on the basisTom Lane2006-06-06
* Remove traces of otherwise unused RELKIND_SPECIAL symbol. Leave the psql bitsAlvaro Herrera2006-05-28
* * Add support NULL to GiST.Teodor Sigaev2006-05-24
* Add last-vacuum/analyze-time columns to the stats collector, both manual andAlvaro Herrera2006-05-19
* Change catalog version due to WAL protocol changes in GiSTTeodor Sigaev2006-05-17
* Clean up code associated with updating pg_class statistics columnsTom Lane2006-05-10
* Clean up API for ambulkdelete/amvacuumcleanup as per today's discussion.Tom Lane2006-05-02
* Add GIN opclases for another typesTeodor Sigaev2006-05-02
* GIN: Generalized Inverted iNdex.Teodor Sigaev2006-05-02
* Provide a namespace.c function for lookup of an operator with exactTom Lane2006-05-01
* Improve the representation of FOR UPDATE/FOR SHARE so that we canTom Lane2006-04-30
* Add GRANT CONNECTION ON DATABASE, to be used in addition to pg_hba.conf.Bruce Momjian2006-04-30
* Revert patch pending more discussion:Bruce Momjian2006-04-30
* Disallow changing DEFAULT expression of a SERIAL column.Bruce Momjian2006-04-29
* Move ltree parentsel() selectivity function into /contrib/ltree.Bruce Momjian2006-04-26
* Update catalog version for ltree changes.Bruce Momjian2006-04-26
* Enhanced containment selectivity function for /contrib/ltreeBruce Momjian2006-04-26
* Back out RESET CONNECTION until there is more discussion.Bruce Momjian2006-04-25
* Add RESET CONNECTION, to reset all aspects of a session.Bruce Momjian2006-04-25
* Add statement_timestamp(), clock_timestamp(), andBruce Momjian2006-04-25
* Simplify ParamListInfo data structure to support only numbered parameters,Tom Lane2006-04-22
* Fix a bunch of problems with domains by making them use special input functionsTom Lane2006-04-05
* Don't use BLCKSZ for the physical length of the pg_control file, butTom Lane2006-04-04
* Define a separately configurable XLOG_BLCKSZ symbol for the page sizeTom Lane2006-04-03
* Clean up representation of function RTEs for functions returning RECORD.Tom Lane2006-03-16
* Add CVS tag lines to files that were lacking them.Bruce Momjian2006-03-11
* Implement 4 new aggregate functions from SQL2003. Specifically: var_pop(),Neil Conway2006-03-10
* Remove unintened change to pg_proc.h.Bruce Momjian2006-03-10
* Make $PostgreSQL CVS tags consistent for SGML files.Bruce Momjian2006-03-10
* Attached is the new patch. To summarize:Bruce Momjian2006-03-06
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Add CASCADE option to TRUNCATE. Joachim WielandTom Lane2006-03-03
* Allow the syntax CREATE TYPE foo, with no parameters, to permit explicitTom Lane2006-02-28
* Implement the <> operator for the tid type. Original patch from MarkNeil Conway2006-02-26
* Revert patch becaues of locking concerns:Bruce Momjian2006-02-12
* I've created a new shared catalog table pg_shdescription to storeBruce Momjian2006-02-12