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