aboutsummaryrefslogtreecommitdiff
path: root/src/backend/catalog
Commit message (Expand)AuthorAge
* Remove obsolete pg_constraint.consrc columnPeter Eisentraut2018-11-01
* Remove obsolete pg_attrdef.adsrc columnPeter Eisentraut2018-11-01
* Add pg_promote functionMichael Paquier2018-10-25
* Set pg_class.relhassubclass for partitioned indexesMichael Paquier2018-10-22
* Correct constness of system attributes in heap.c & prerequisites.Andres Freund2018-10-16
* Correct attach/detach logic for FKs in partitionsAlvaro Herrera2018-10-12
* Remove deprecated abstime, reltime, tinterval datatypes.Andres Freund2018-10-11
* Add pg_ls_archive_statusdir functionMichael Paquier2018-10-09
* Relax transactional restrictions on ALTER TYPE ... ADD VALUE (redux).Thomas Munro2018-10-09
* Fix event triggers for partitioned tablesAlvaro Herrera2018-10-06
* Assign constraint name when cloning FK definition for partitionsMichael Paquier2018-10-06
* Add pg_ls_tmpdir functionMichael Paquier2018-10-05
* Centralize executor's opening/closing of Relations for rangetable entries.Tom Lane2018-10-04
* Fix duplicate primary keys in partitionsAlvaro Herrera2018-10-04
* Create an RTE field to record the query's lock mode for each relation.Tom Lane2018-09-30
* Split ExecStoreTuple into ExecStoreHeapTuple and ExecStoreBufferHeapTuple.Andres Freund2018-09-25
* Add a "return" statement to pacify perlcritic.Tom Lane2018-09-20
* Teach genbki.pl to auto-generate pg_type entries for array types.Tom Lane2018-09-20
* Refactor routines for subscription and publication lookupsMichael Paquier2018-09-18
* Simplify index tuple descriptor initializationPeter Eisentraut2018-09-13
* Use C99 designated initializers for some structsPeter Eisentraut2018-09-07
* Fully enforce uniqueness of constraint names.Tom Lane2018-09-04
* Remove pg_constraint.conincludingAlvaro Herrera2018-09-03
* Error position support for defaults and check constraintsPeter Eisentraut2018-08-30
* Clarify comment about assignment and reset of temp namespace ID in MyProcMichael Paquier2018-08-21
* Improve error messages for CREATE OR REPLACE PROCEDUREPeter Eisentraut2018-08-18
* InsertPgAttributeTuple() to set attcacheoffPeter Eisentraut2018-08-17
* Make autovacuum more aggressive to remove orphaned temp tablesMichael Paquier2018-08-13
* Add table relcache invalidation to index builds.Peter Geoghegan2018-08-03
* Add toast tables to most system catalogsMichael Paquier2018-07-20
* Fix argument of pg_create_logical_replication_slot for slot nameMichael Paquier2018-07-13
* Fix FK checks of TRUNCATE involving partitioned tablesAlvaro Herrera2018-07-12
* Use access() to check file existence in GetNewRelFileNode()Michael Paquier2018-07-08
* Enable failure to rename a partitioned indexAlvaro Herrera2018-06-26
* Allow for pg_upgrade of attributes with missing valuesAndrew Dunstan2018-06-22
* Remove obsolete prohibition on function name matching a column name.Tom Lane2018-06-18
* Fix spurious non-ASCII bytesPeter Eisentraut2018-06-04
* Don't fall off the end of perl functionsAndrew Dunstan2018-05-27
* Improve English wording of some other getObjectDescription() messages.Tom Lane2018-05-24
* Improve translatability of some getObjectDescription() messages.Tom Lane2018-05-24
* Fix objectaddress.c code for publication relations.Tom Lane2018-05-24
* Properly schema-qualify additional object types in getObjectDescription().Tom Lane2018-05-24
* Update SQL features listPeter Eisentraut2018-05-21
* Assorted minor cleanups for bootstrap-data Perl scripts.Tom Lane2018-05-19
* Fix type checking for support functions of parallel VARIADIC aggregates.Tom Lane2018-05-15
* Restrict vertical tightness to parentheses in Perl codeAndrew Dunstan2018-05-09
* perltidy some recent code changes before changing perltidy settingsAndrew Dunstan2018-05-09
* Count heap tuples in non-SnapshotAny path in IndexBuildHeapRangeScan().Tom Lane2018-05-08
* Clean up some perlcritic warningsAndrew Dunstan2018-05-07
* Fix precedence problem in new Perl code.Tom Lane2018-05-04