aboutsummaryrefslogtreecommitdiff
path: root/src/include/catalog
Commit message (Expand)AuthorAge
* 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
* Allow ALTER TABLE ... ALTER CONSTRAINT ... RENAMEBruce Momjian2006-02-11
* Fix incorrect addition, subtraction, and overflow checking in newTom Lane2006-02-11
* Update catalog version for INET additions.Bruce Momjian2006-02-11
* Add INET/CIDR operators: and, or, not, plus int8, minus int8, and inetBruce Momjian2006-02-11
* Change search for default operator classes so that it examines all opclassesTom Lane2006-02-10
* Use "bitwise" rather than "binary for AND/OR descriptions in \d, toBruce Momjian2006-02-09
* Clean up the INET-vs-CIDR situation. Get rid of the internal is_cidr flagTom Lane2006-01-26
* Add a new system view, pg_cursors, that displays the currently availableNeil Conway2006-01-18
* Change the parameter_types column of the pg_prepared_statements to beNeil Conway2006-01-16
* Create a standard function pg_sleep() to sleep for a specified amount of time.Tom Lane2006-01-11
* Add a new system view, pg_prepared_statements, that can be used toNeil Conway2006-01-08
* Implement SQL-compliant treatment of row comparisons for < <= > >= casesTom Lane2005-12-28
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-22
* Implement DROP OWNED and REASSIGN OWNED. These new commands facilitate theAlvaro Herrera2005-11-21
* Make SQL arrays support null elements. This commit fixes the core arrayTom Lane2005-11-17