summaryrefslogtreecommitdiff
path: root/src/backend/catalog
Commit message (Expand)AuthorAgeFilesLines
* Fix incorrect permissions check in information_schema.key_column_usage view:Tom Lane2007-01-161-5/+5
* Support ORDER BY ... NULLS FIRST/LAST, and add ASC/DESC/NULLS FIRST/NULLS LASTTom Lane2007-01-092-8/+19
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-0521-42/+42
* Add n_live_tuples and n_dead_tuples to pg_stat_all_tables.Bruce Momjian2007-01-021-2/+4
* Support type modifiers for user-defined types, and pull most knowledgeTom Lane2006-12-302-2/+32
* Restructure operator classes to allow improved handling of cross-data-typeTom Lane2006-12-234-106/+280
* Add a txn_start column to pg_stat_activity. This makes it easier toNeil Conway2006-12-061-1/+2
* Change pg_stat_all_tables and sister views to put the recently-addedTom Lane2006-11-241-27/+6
* Message fixPeter Eisentraut2006-11-161-2/+2
* Fix errors in key_column_usage.position_in_unique_constraint column recentlyTom Lane2006-11-101-11/+32
* Fix recently-understood problems with handling of XID freezing, particularlyTom Lane2006-11-051-32/+27
* Clean up local redeclarations of variables with DLLIMPORT, per reportTom Lane2006-10-191-5/+1
* pgindent run for 8.2.Bruce Momjian2006-10-0411-191/+197
* Rename the recently-added pg_timezonenames view to pg_timezone_abbrevs,Tom Lane2006-09-161-5/+6
* Add a couple of information functions to support direct checks on whetherTom Lane2006-09-142-12/+29
* Get rid of the separate RULE privilege for tables: now only a table's ownerTom Lane2006-09-052-13/+4
* Fix information_schema.key_column_usage to show correct value ofTom Lane2006-09-041-5/+12
* Sequences were not being shown due to the use of lowercase 's' insteadBruce Momjian2006-09-041-3/+10
* Clean up rather sloppy fix in HEAD for the ancient bug that CREATE CONVERSIONTom Lane2006-08-311-6/+6
* Add the ability to create indexes 'concurrently', that is, withoutTom Lane2006-08-252-19/+398
* Fix all known problems with pg_dump's handling of serial sequencesTom Lane2006-08-212-100/+120
* Fix DROP OWNED BY to correctly consider the implicitly-deleted objects list forAlvaro Herrera2006-08-202-115/+254
* Add a 'waiting' column to pg_stat_activity to carry the same informationTom Lane2006-08-191-2/+3
* Add support for multi-row VALUES clauses as part of INSERT statementsJoe Conway2006-08-021-2/+2
* Change the relation_open protocol so that we obtain lock on a relationTom Lane2006-07-313-110/+137
* Change the bootstrap sequence so that toast tables for system catalogs areTom Lane2006-07-316-23/+382
* Modify snapshot definition so that lazy vacuums are ignored by otherAlvaro Herrera2006-07-301-2/+3
* Aggregate functions now support multiple input arguments. I also tookTom Lane2006-07-271-49/+65
* Allow units to be specified with configuration settings.Peter Eisentraut2006-07-271-2/+2
* Remove hard-wired lists of timezone abbreviations in favor of providingTom Lane2006-07-251-1/+6
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-1411-31/+11
* Allow include files to compile own their own.Bruce Momjian2006-07-138-8/+18
* Alphabetically order reference to include files, "N" - "S".Bruce Momjian2006-07-115-13/+13
* Alphabetically order reference to include files, "G" - "M".Bruce Momjian2006-07-111-2/+2
* Improve vacuum code to track minimum Xids per table instead of per database.Alvaro Herrera2006-07-101-1/+32
* Fix typo in comment.Alvaro Herrera2006-07-081-2/+2
* Code review for FILLFACTOR patch. Change WITH grammar as per earlierTom Lane2006-07-033-124/+89
* Add FILLFACTOR to CREATE INDEX.Bruce Momjian2006-07-023-24/+91
* Change TRUNCATE's method for searching for foreign-key references so thatTom Lane2006-06-291-53/+92
* Revert patch, doesn't do what it should:Bruce Momjian2006-06-272-135/+2
* Disallow changing/dropping default expression of a SERIAL columnBruce Momjian2006-06-272-2/+135
* Move conversion dependency patch to the proper branch, out of 8.1.X,Bruce Momjian2006-05-301-1/+8
* Remove traces of otherwise unused RELKIND_SPECIAL symbol. Leave the psql bitsAlvaro Herrera2006-05-281-5/+1
* Add last-vacuum/analyze-time columns to the stats collector, both manual andAlvaro Herrera2006-05-191-1/+5
* Clean up code associated with updating pg_class statistics columnsTom Lane2006-05-102-248/+212
* Rethink the locking mechanisms used for CREATE/DROP/RENAME DATABASE.Tom Lane2006-05-041-8/+1
* Create a syscache for pg_database-indexed-by-oid, and make use of itTom Lane2006-05-031-100/+37
* Provide a namespace.c function for lookup of an operator with exactTom Lane2006-05-011-18/+94
* Code review for GRANT CONNECT patch. Spell the privilege as CONNECT notTom Lane2006-04-301-13/+29
* Add GRANT CONNECTION ON DATABASE, to be used in addition to pg_hba.conf.Bruce Momjian2006-04-301-1/+5