| Commit message (Expand) | Author | Age |
* | Clean up WAL/buffer interactions as per my recent proposal. Get rid of the | Tom Lane | 2006-03-31 |
* | Comments in IndexBuildHeapScan describe the indexing of recently-dead | Tom Lane | 2006-03-24 |
* | Clean up representation of function RTEs for functions returning RECORD. | Tom Lane | 2006-03-16 |
* | Improve parser so that we can show an error cursor position for errors | Tom Lane | 2006-03-14 |
* | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 |
* | Fix a typo. | Neil Conway | 2006-03-03 |
* | Add CASCADE option to TRUNCATE. Joachim Wieland | Tom Lane | 2006-03-03 |
* | Allow the syntax CREATE TYPE foo, with no parameters, to permit explicit | Tom Lane | 2006-02-28 |
* | Revert patch becaues of locking concerns: | Bruce Momjian | 2006-02-12 |
* | I've created a new shared catalog table pg_shdescription to store | Bruce Momjian | 2006-02-12 |
* | Allow ALTER TABLE ... ALTER CONSTRAINT ... RENAME | Bruce Momjian | 2006-02-11 |
* | Change search for default operator classes so that it examines all opclasses | Tom Lane | 2006-02-10 |
* | Add GRANT ON SEQUENCE syntax to support sequence-only permissions. | Bruce Momjian | 2006-01-21 |
* | Add a new system view, pg_cursors, that displays the currently available | Neil Conway | 2006-01-18 |
* | Change the parameter_types column of the pg_prepared_statements to be | Neil Conway | 2006-01-16 |
* | Add a new system view, pg_prepared_statements, that can be used to | Neil Conway | 2006-01-08 |
* | Implement SQL-compliant treatment of row comparisons for < <= > >= cases | Tom Lane | 2005-12-28 |
* | Allow installation into directories containing spaces in the name. | Peter Eisentraut | 2005-12-09 |
* | Tweak indexscan machinery to avoid taking an AccessShareLock on an index | Tom Lane | 2005-12-03 |
* | Refactor some bits in aclchk.c in order to reduce code duplication. | Alvaro Herrera | 2005-12-01 |
* | Re-run pgindent, fixing a problem where comment lines after a blank | Bruce Momjian | 2005-11-22 |
* | Implement DROP OWNED and REASSIGN OWNED. These new commands facilitate the | Alvaro Herrera | 2005-11-21 |
* | Make SQL arrays support null elements. This commit fixes the core array | Tom Lane | 2005-11-17 |
* | Message corrections | Peter Eisentraut | 2005-10-29 |
* | A few trivial code cleanups motivated by reading warnings generated | Tom Lane | 2005-10-18 |
* | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 |
* | Fix the problem of GRANTs creating "dangling" privileges not directly | Tom Lane | 2005-10-10 |
* | Marginal speedup in RelationIsVisible and TypeIsVisible: avoid a redundant | Tom Lane | 2005-10-06 |
* | Revise pgstats stuff to fix the problems with not counting accesses | Tom Lane | 2005-10-06 |
* | Change nextval and other sequence functions to specify their sequence | Tom Lane | 2005-10-02 |
* | Clean up possibly-uninitialized-variable warnings reported by gcc 4.x. | Tom Lane | 2005-09-24 |
* | Suppress signed-vs-unsigned-char warnings. | Tom Lane | 2005-09-24 |
* | Create the pg_pltemplate system catalog to hold template information | Tom Lane | 2005-09-08 |
* | Fix misleading comment. | Tom Lane | 2005-08-30 |
* | Arrange for indexes and toast tables to inherit their ownership from | Tom Lane | 2005-08-26 |
* | Fix declaration of dumpacl, per Alvaro. | Tom Lane | 2005-08-17 |
* | Rename pg_stat_file columns to be more consistent. Split apart change | Bruce Momjian | 2005-08-15 |
* | Allow the pgstat views to show toast tables as well as regular tables | Tom Lane | 2005-08-15 |
* | Make pg_stat_file() use OUT parameters so that the user doesn't have to | Tom Lane | 2005-08-13 |
* | > Gavin Sherry <swm@linuxworld.com.au> writes: | Bruce Momjian | 2005-08-12 |
* | Solve the problem of OID collisions by probing for duplicate OIDs | Tom Lane | 2005-08-12 |
* | Add ALTER object SET SCHEMA capability for a limited but useful set of | Tom Lane | 2005-08-01 |
* | Add per-user and per-database connection limit options. | Tom Lane | 2005-07-31 |
* | Mark a static array "const" to move a few bytes from the "data" segment | Neil Conway | 2005-07-28 |
* | Add a role property 'rolinherit' which, when false, denotes that the role | Tom Lane | 2005-07-26 |
* | Add pg_has_role() family of privilege inquiry functions modeled after the | Tom Lane | 2005-07-26 |
* | Integrate autovacuum functionality into the backend. There's still a | Tom Lane | 2005-07-14 |
* | Fix a couple of bogus comments, per Alvaro. | Tom Lane | 2005-07-13 |
* | Track dependencies on shared objects (which is to say, roles; we already | Tom Lane | 2005-07-07 |
* | Arrange for the postmaster (and standalone backends, initdb, etc) to | Tom Lane | 2005-07-04 |