summaryrefslogtreecommitdiff
path: root/src/include/catalog
AgeCommit message (Expand)Author
2011-09-11Fix permissions on pg_largeobject_metadata.h in 9.0 branch.Tom Lane
2011-04-19Avoid changing an index's indcheckxmin horizon during REINDEX.Tom Lane
2011-03-28Prevent a rowtype from being included in itself.Tom Lane
2011-02-18Fix tsmatchsel() to account properly for null rows.Tom Lane
2011-01-21Make ALTER TABLE revalidate uniqueness and exclusion constraints.Robert Haas
2010-09-22Convert cvsignore to gitignore, and add .gitignore for build targets.Magnus Hagander
2010-08-12Correct sundry errors in Hot Standby-related comments.Robert Haas
2010-08-05Remove the single-argument form of string_agg(). It added nothing much inTom Lane
2010-07-29Clean up some inconsistencies in the volatility marking of various I/OTom Lane
2010-06-29Use different function names for plpython3 handlers, to avoid clashes inPeter Eisentraut
2010-06-03Add comments about definitions that may affect PG_CONTROL_VERSION,Alvaro Herrera
2010-06-03Bump PG_CONTROL_VERSION to account for the incompatible change committed earl...Tom Lane
2010-06-03On clean shutdown during recovery, don't warn about possible corruption.Robert Haas
2010-05-27Fix the volatility marking of textanycat() and anytextcat(): they were markedTom Lane
2010-04-28Introduce wal_level GUC to explicitly control if information needed forHeikki Linnakangas
2010-04-26Reorder pg_stat_activity columns to be more consistent, using layoutBruce Momjian
2010-04-23Previous patch revoked following objections.Simon Riggs
2010-04-23Make CheckRequiredParameterValues() depend upon correct combinationSimon Riggs
2010-04-20Arrange for client authentication to occur before we select a specificTom Lane
2010-04-05Fix updateAclDependencies() to not assume that ACL role dependencies can onlyTom Lane
2010-03-11Update comment for pg_constraint.conindid to mention that it's used forTom Lane
2010-02-26pgindent run for 9.0Bruce Momjian
2010-02-17Stamp HEAD as 9.0devel, and update various places that were referring to 8.5Tom Lane
2010-02-16Replace the pg_listener-based LISTEN/NOTIFY mechanism with an in-memory queue.Tom Lane
2010-02-12Extend the set of frame options supported for window functions.Tom Lane
2010-02-07Work around deadlock problems with VACUUM FULL/CLUSTER on system catalogs,Tom Lane
2010-02-07Create a "relation mapping" infrastructure to support changing the relfilenodesTom Lane
2010-02-03Assorted cleanups in preparation for using a map file to support alteringTom Lane
2010-02-02Fold FindConversion() into FindConversionByName() and remove ACL check.Robert Haas
2010-02-01Tighten integrity checks on ALTER TABLE ... ALTER COLUMN ... RENAME.Robert Haas
2010-02-01Add string_agg aggregate functions. The one argument version concatenatesItagaki Takahiro
2010-01-28Type table featurePeter Eisentraut
2010-01-28Add functions to reset the statistics counter for a single table/index orMagnus Hagander
2010-01-25Add get_bit/set_bit functions for bit strings, paralleling those for bytea,Tom Lane
2010-01-22Fix several oversights in previous commit - attribute options patch.Robert Haas
2010-01-22Replace ALTER TABLE ... SET STATISTICS DISTINCT with a more general mechanism.Robert Haas
2010-01-22PL/Python DO handlerPeter Eisentraut
2010-01-20Write a WAL record whenever we perform an operation without WAL-loggingHeikki Linnakangas
2010-01-19Add pg_stat_reset_shared('bgwriter') to reset the cluster-wide sharedMagnus Hagander
2010-01-19Add pg_table_size() and pg_indexes_size() to provide more user-friendlyTom Lane
2010-01-17Improve the handling of SET CONSTRAINTS commands by having them searchTom Lane
2010-01-15Introduce Streaming Replication.Heikki Linnakangas
2010-01-14Add point_ops opclass for GiST.Teodor Sigaev
2010-01-12Please tablespace directories in their own subdirectory so pg_migratorBruce Momjian
2010-01-07Fix 3-parameter form of bit substring() to throw error for negative length,Tom Lane
2010-01-06binary upgrade:Bruce Momjian
2010-01-06Update catalog version for recent relfilenode patch, so pg_migrator canBruce Momjian
2010-01-06Preserve relfilenodes:Bruce Momjian
2010-01-06Remove tabs in SGML.Bruce Momjian
2010-01-05Support ALTER TABLESPACE name SET/RESET ( tablespace_options ).Robert Haas