| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix incorrect permissions check in information_schema.key_column_usage view: | Tom Lane | 2007-01-16 | 1 | -5/+5 |
* | Support ORDER BY ... NULLS FIRST/LAST, and add ASC/DESC/NULLS FIRST/NULLS LAST | Tom Lane | 2007-01-09 | 2 | -8/+19 |
* | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian | 2007-01-05 | 21 | -42/+42 |
* | Add n_live_tuples and n_dead_tuples to pg_stat_all_tables. | Bruce Momjian | 2007-01-02 | 1 | -2/+4 |
* | Support type modifiers for user-defined types, and pull most knowledge | Tom Lane | 2006-12-30 | 2 | -2/+32 |
* | Restructure operator classes to allow improved handling of cross-data-type | Tom Lane | 2006-12-23 | 4 | -106/+280 |
* | Add a txn_start column to pg_stat_activity. This makes it easier to | Neil Conway | 2006-12-06 | 1 | -1/+2 |
* | Change pg_stat_all_tables and sister views to put the recently-added | Tom Lane | 2006-11-24 | 1 | -27/+6 |
* | Message fix | Peter Eisentraut | 2006-11-16 | 1 | -2/+2 |
* | Fix errors in key_column_usage.position_in_unique_constraint column recently | Tom Lane | 2006-11-10 | 1 | -11/+32 |
* | Fix recently-understood problems with handling of XID freezing, particularly | Tom Lane | 2006-11-05 | 1 | -32/+27 |
* | Clean up local redeclarations of variables with DLLIMPORT, per report | Tom Lane | 2006-10-19 | 1 | -5/+1 |
* | pgindent run for 8.2. | Bruce Momjian | 2006-10-04 | 11 | -191/+197 |
* | Rename the recently-added pg_timezonenames view to pg_timezone_abbrevs, | Tom Lane | 2006-09-16 | 1 | -5/+6 |
* | Add a couple of information functions to support direct checks on whether | Tom Lane | 2006-09-14 | 2 | -12/+29 |
* | Get rid of the separate RULE privilege for tables: now only a table's owner | Tom Lane | 2006-09-05 | 2 | -13/+4 |
* | Fix information_schema.key_column_usage to show correct value of | Tom Lane | 2006-09-04 | 1 | -5/+12 |
* | Sequences were not being shown due to the use of lowercase 's' instead | Bruce Momjian | 2006-09-04 | 1 | -3/+10 |
* | Clean up rather sloppy fix in HEAD for the ancient bug that CREATE CONVERSION | Tom Lane | 2006-08-31 | 1 | -6/+6 |
* | Add the ability to create indexes 'concurrently', that is, without | Tom Lane | 2006-08-25 | 2 | -19/+398 |
* | Fix all known problems with pg_dump's handling of serial sequences | Tom Lane | 2006-08-21 | 2 | -100/+120 |
* | Fix DROP OWNED BY to correctly consider the implicitly-deleted objects list for | Alvaro Herrera | 2006-08-20 | 2 | -115/+254 |
* | Add a 'waiting' column to pg_stat_activity to carry the same information | Tom Lane | 2006-08-19 | 1 | -2/+3 |
* | Add support for multi-row VALUES clauses as part of INSERT statements | Joe Conway | 2006-08-02 | 1 | -2/+2 |
* | Change the relation_open protocol so that we obtain lock on a relation | Tom Lane | 2006-07-31 | 3 | -110/+137 |
* | Change the bootstrap sequence so that toast tables for system catalogs are | Tom Lane | 2006-07-31 | 6 | -23/+382 |
* | Modify snapshot definition so that lazy vacuums are ignored by other | Alvaro Herrera | 2006-07-30 | 1 | -2/+3 |
* | Aggregate functions now support multiple input arguments. I also took | Tom Lane | 2006-07-27 | 1 | -49/+65 |
* | Allow units to be specified with configuration settings. | Peter Eisentraut | 2006-07-27 | 1 | -2/+2 |
* | Remove hard-wired lists of timezone abbreviations in favor of providing | Tom Lane | 2006-07-25 | 1 | -1/+6 |
* | Remove 576 references of include files that were not needed. | Bruce Momjian | 2006-07-14 | 11 | -31/+11 |
* | Allow include files to compile own their own. | Bruce Momjian | 2006-07-13 | 8 | -8/+18 |
* | Alphabetically order reference to include files, "N" - "S". | Bruce Momjian | 2006-07-11 | 5 | -13/+13 |
* | Alphabetically order reference to include files, "G" - "M". | Bruce Momjian | 2006-07-11 | 1 | -2/+2 |
* | Improve vacuum code to track minimum Xids per table instead of per database. | Alvaro Herrera | 2006-07-10 | 1 | -1/+32 |
* | Fix typo in comment. | Alvaro Herrera | 2006-07-08 | 1 | -2/+2 |
* | Code review for FILLFACTOR patch. Change WITH grammar as per earlier | Tom Lane | 2006-07-03 | 3 | -124/+89 |
* | Add FILLFACTOR to CREATE INDEX. | Bruce Momjian | 2006-07-02 | 3 | -24/+91 |
* | Change TRUNCATE's method for searching for foreign-key references so that | Tom Lane | 2006-06-29 | 1 | -53/+92 |
* | Revert patch, doesn't do what it should: | Bruce Momjian | 2006-06-27 | 2 | -135/+2 |
* | Disallow changing/dropping default expression of a SERIAL column | Bruce Momjian | 2006-06-27 | 2 | -2/+135 |
* | Move conversion dependency patch to the proper branch, out of 8.1.X, | Bruce Momjian | 2006-05-30 | 1 | -1/+8 |
* | Remove traces of otherwise unused RELKIND_SPECIAL symbol. Leave the psql bits | Alvaro Herrera | 2006-05-28 | 1 | -5/+1 |
* | Add last-vacuum/analyze-time columns to the stats collector, both manual and | Alvaro Herrera | 2006-05-19 | 1 | -1/+5 |
* | Clean up code associated with updating pg_class statistics columns | Tom Lane | 2006-05-10 | 2 | -248/+212 |
* | Rethink the locking mechanisms used for CREATE/DROP/RENAME DATABASE. | Tom Lane | 2006-05-04 | 1 | -8/+1 |
* | Create a syscache for pg_database-indexed-by-oid, and make use of it | Tom Lane | 2006-05-03 | 1 | -100/+37 |
* | Provide a namespace.c function for lookup of an operator with exact | Tom Lane | 2006-05-01 | 1 | -18/+94 |
* | Code review for GRANT CONNECT patch. Spell the privilege as CONNECT not | Tom Lane | 2006-04-30 | 1 | -13/+29 |
* | Add GRANT CONNECTION ON DATABASE, to be used in addition to pg_hba.conf. | Bruce Momjian | 2006-04-30 | 1 | -1/+5 |