summaryrefslogtreecommitdiff
path: root/src/include/catalog
Commit message (Expand)AuthorAgeFilesLines
* Introduce wal_level GUC to explicitly control if information needed forHeikki Linnakangas2010-04-281-9/+12
* Reorder pg_stat_activity columns to be more consistent, using layoutBruce Momjian2010-04-261-2/+2
* Previous patch revoked following objections.Simon Riggs2010-04-231-6/+2
* Make CheckRequiredParameterValues() depend upon correct combinationSimon Riggs2010-04-231-2/+6
* Arrange for client authentication to occur before we select a specificTom Lane2010-04-204-11/+10
* Fix updateAclDependencies() to not assume that ACL role dependencies can onlyTom Lane2010-04-051-2/+2
* Update comment for pg_constraint.conindid to mention that it's used forTom Lane2010-03-111-6/+6
* pgindent run for 9.0Bruce Momjian2010-02-2612-51/+54
* Stamp HEAD as 9.0devel, and update various places that were referring to 8.5Tom Lane2010-02-171-2/+2
* Replace the pg_listener-based LISTEN/NOTIFY mechanism with an in-memory queue.Tom Lane2010-02-163-63/+8
* Extend the set of frame options supported for window functions.Tom Lane2010-02-121-2/+2
* Work around deadlock problems with VACUUM FULL/CLUSTER on system catalogs,Tom Lane2010-02-071-2/+2
* Create a "relation mapping" infrastructure to support changing the relfilenodesTom Lane2010-02-077-17/+29
* Assorted cleanups in preparation for using a map file to support alteringTom Lane2010-02-031-3/+1
* Fold FindConversion() into FindConversionByName() and remove ACL check.Robert Haas2010-02-021-2/+1
* Tighten integrity checks on ALTER TABLE ... ALTER COLUMN ... RENAME.Robert Haas2010-02-011-2/+3
* Add string_agg aggregate functions. The one argument version concatenatesItagaki Takahiro2010-02-013-4/+18
* Type table featurePeter Eisentraut2010-01-283-33/+36
* Add functions to reset the statistics counter for a single table/index orMagnus Hagander2010-01-282-3/+7
* Add get_bit/set_bit functions for bit strings, paralleling those for bytea,Tom Lane2010-01-252-6/+18
* Fix several oversights in previous commit - attribute options patch.Robert Haas2010-01-221-2/+2
* Replace ALTER TABLE ... SET STATISTICS DISTINCT with a more general mechanism.Robert Haas2010-01-221-23/+19
* PL/Python DO handlerPeter Eisentraut2010-01-222-6/+6
* Write a WAL record whenever we perform an operation without WAL-loggingHeikki Linnakangas2010-01-201-1/+2
* Add pg_stat_reset_shared('bgwriter') to reset the cluster-wide sharedMagnus Hagander2010-01-192-3/+5
* Add pg_table_size() and pg_indexes_size() to provide more user-friendlyTom Lane2010-01-192-6/+10
* Improve the handling of SET CONSTRAINTS commands by having them searchTom Lane2010-01-174-29/+28
* Introduce Streaming Replication.Heikki Linnakangas2010-01-152-3/+8
* Add point_ops opclass for GiST.Teodor Sigaev2010-01-147-13/+45
* Please tablespace directories in their own subdirectory so pg_migratorBruce Momjian2010-01-122-3/+6
* Fix 3-parameter form of bit substring() to throw error for negative length,Tom Lane2010-01-072-4/+4
* binary upgrade:Bruce Momjian2010-01-061-2/+2
* Update catalog version for recent relfilenode patch, so pg_migrator canBruce Momjian2010-01-061-2/+2
* Preserve relfilenodes:Bruce Momjian2010-01-061-3/+2
* Remove tabs in SGML.Bruce Momjian2010-01-061-1/+2
* Support ALTER TABLESPACE name SET/RESET ( tablespace_options ).Robert Haas2010-01-052-6/+8
* Get rid of the need for manual maintenance of the initial contents ofTom Lane2010-01-0548-418/+112
* Write an end-of-backup WAL record at pg_stop_backup(), and wait for it atHeikki Linnakangas2010-01-042-5/+26
* Update copyright for the year 2010.Bruce Momjian2010-01-0260-120/+120
* Add an "argisrow" field to NullTest nodes, following a plan made way back inTom Lane2010-01-011-2/+2
* Support "x IS NOT NULL" clauses as indexscan conditions. This turns outTom Lane2010-01-011-2/+2
* Add an index on pg_inherits.inhparent, and use it to avoid seqscans inTom Lane2009-12-292-3/+6
* Add the ability to store inheritance-tree statistics in pg_statistic,Tom Lane2009-12-293-26/+28
* Add backend and pg_dump code to allow preservation of pg_enum oids, forBruce Momjian2009-12-272-4/+5
* Adjust naming of indexes and their columns per recent discussion.Tom Lane2009-12-231-1/+2
* Bump catversion to reflect the fact that HS patch changed pg_procTom Lane2009-12-192-4/+4
* Allow read only connections during recovery, known as Hot Standby.Simon Riggs2009-12-192-2/+19
* Python 3 support in PL/PythonPeter Eisentraut2009-12-152-3/+5
* Support ORDER BY within aggregate function calls, at long last providing aTom Lane2009-12-151-2/+2
* Add large object access control.Itagaki Takahiro2009-12-115-6/+63