aboutsummaryrefslogtreecommitdiff
path: root/src/backend/catalog
Commit message (Expand)AuthorAge
* Clean up WAL/buffer interactions as per my recent proposal. Get rid of theTom Lane2006-03-31
* Comments in IndexBuildHeapScan describe the indexing of recently-deadTom Lane2006-03-24
* Clean up representation of function RTEs for functions returning RECORD.Tom Lane2006-03-16
* Improve parser so that we can show an error cursor position for errorsTom Lane2006-03-14
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Fix a typo.Neil Conway2006-03-03
* 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
* 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
* Change search for default operator classes so that it examines all opclassesTom Lane2006-02-10
* Add GRANT ON SEQUENCE syntax to support sequence-only permissions.Bruce Momjian2006-01-21
* 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
* 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
* Allow installation into directories containing spaces in the name.Peter Eisentraut2005-12-09
* Tweak indexscan machinery to avoid taking an AccessShareLock on an indexTom Lane2005-12-03
* Refactor some bits in aclchk.c in order to reduce code duplication.Alvaro Herrera2005-12-01
* 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
* Message correctionsPeter Eisentraut2005-10-29
* A few trivial code cleanups motivated by reading warnings generatedTom Lane2005-10-18
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Fix the problem of GRANTs creating "dangling" privileges not directlyTom Lane2005-10-10
* Marginal speedup in RelationIsVisible and TypeIsVisible: avoid a redundantTom Lane2005-10-06
* Revise pgstats stuff to fix the problems with not counting accessesTom Lane2005-10-06
* Change nextval and other sequence functions to specify their sequenceTom Lane2005-10-02
* Clean up possibly-uninitialized-variable warnings reported by gcc 4.x.Tom Lane2005-09-24
* Suppress signed-vs-unsigned-char warnings.Tom Lane2005-09-24
* Create the pg_pltemplate system catalog to hold template informationTom Lane2005-09-08
* Fix misleading comment.Tom Lane2005-08-30
* Arrange for indexes and toast tables to inherit their ownership fromTom Lane2005-08-26
* Fix declaration of dumpacl, per Alvaro.Tom Lane2005-08-17
* Rename pg_stat_file columns to be more consistent. Split apart changeBruce Momjian2005-08-15
* Allow the pgstat views to show toast tables as well as regular tablesTom Lane2005-08-15
* Make pg_stat_file() use OUT parameters so that the user doesn't have toTom Lane2005-08-13
* > Gavin Sherry <swm@linuxworld.com.au> writes:Bruce Momjian2005-08-12
* Solve the problem of OID collisions by probing for duplicate OIDsTom Lane2005-08-12
* Add ALTER object SET SCHEMA capability for a limited but useful set ofTom Lane2005-08-01
* Add per-user and per-database connection limit options.Tom Lane2005-07-31
* Mark a static array "const" to move a few bytes from the "data" segmentNeil Conway2005-07-28
* Add a role property 'rolinherit' which, when false, denotes that the roleTom Lane2005-07-26
* Add pg_has_role() family of privilege inquiry functions modeled after theTom Lane2005-07-26
* Integrate autovacuum functionality into the backend. There's still aTom Lane2005-07-14
* Fix a couple of bogus comments, per Alvaro.Tom Lane2005-07-13
* Track dependencies on shared objects (which is to say, roles; we alreadyTom Lane2005-07-07
* Arrange for the postmaster (and standalone backends, initdb, etc) toTom Lane2005-07-04