]> granicus.if.org Git - postgresql/history - src/backend/catalog
Fix initialization of fake LSN for unlogged relations
[postgresql] / src / backend / catalog /
2019-10-25 Peter EisentrautRemove obsolete information schema tables
2019-10-22 Peter EisentrautFix comment
2019-10-18 Alvaro HerreraUpdate comments about progress reporting by index_drop
2019-10-03 Andrew GierthSelectively include window frames in expression walks...
2019-09-25 Alexander KorotkovImplement jsonpath .datetime() method
2019-09-24 Fujii MasaoSpeedup truncations of relation forks.
2019-09-23 Peter EisentrautMessage style fixes
2019-09-21 Tom LaneFix up handling of nondeterministic collations with...
2019-09-13 Alvaro HerreraFix progress reporting of CLUSTER / VACUUM FULL
2019-09-03 Alvaro HerreraRemove 'msg' parameter from convert_tuples_by_name
2019-08-22 Peter EisentrautUpdate SQL conformance information
2019-08-13 Michael PaquierFix inconsistencies and typos in the tree, take 10
2019-08-05 Noah MischRequire the schema qualification in pg_temp.type_name...
2019-08-05 Michael PaquierFix inconsistencies and typos in the tree, take 9
2019-08-04 Michael PaquierRefactor BuildIndexInfo() with the new makeIndexInfo()
2019-07-29 Michael PaquierFix inconsistencies and typos in the tree
2019-07-29 Michael PaquierFix handling of expressions and predicates in REINDEX...
2019-07-22 Tom LaneInstall dependencies to prevent dropping partition...
2019-07-22 Peter EisentrautMake identity sequence management more robust
2019-07-17 Tom LaneAvoid using lcons and list_delete_first where it's...
2019-07-16 Tom LaneClean up some ad-hoc code for sorting and de-duplicatin...
2019-07-16 Michael PaquierFix inconsistencies and typos in the tree
2019-07-15 Tom LaneRepresent Lists as expansible arrays, not chains of...
2019-07-08 Michael PaquierFix inconsistencies in the code
2019-07-01 Peter EisentrautAdd missing serial commas
2019-07-01 Michael PaquierFix many typos and inconsistencies
2019-06-24 Peter EisentrautUpgrade internal error message to external
2019-06-17 Michael PaquierFix more typos and inconsistencies in the tree
2019-06-16 Tom LaneFurther fix privileges on pg_statistic_ext[_data].
2019-06-16 Tomas VondraFix privileges on pg_statistic_ext.tableoid
2019-06-15 Tomas VondraAdd pg_stats_ext view for extended statistics
2019-06-15 Tomas VondraRework the pg_statistic_ext catalog
2019-06-14 Michael PaquierFix typos and inconsistencies in code comments
2019-06-12 Tom LaneFix ALTER COLUMN TYPE failure with a partial exclusion...
2019-06-12 Michael PaquierFix handling of COMMENT for domain constraints
2019-06-04 Peter EisentrautAdd command column to pg_stat_progress_create_index
2019-06-03 Peter EisentrautUpdate SQL conformance information about JSON path
2019-05-22 Tom LaneInitial pgperltidy run for v12.
2019-05-22 Tom LanePhase 2 pgindent run for v12.
2019-05-22 Tom LaneInitial pgindent run for v12.
2019-05-22 Tom LaneFix O(N^2) performance issue in pg_publication_tables...
2019-05-21 Robert Haastableam: Move heap-specific logic from needs_toast_tabl...
2019-05-14 Peter EisentrautUpdate SQL features/conformance information to SQL...
2019-05-14 Peter EisentrautUpdate information_schema for SQL:2016
2019-05-13 Tom LaneImprove commentary about hack in is_publishable_class().
2019-05-09 Tom LaneClean up the behavior and API of catalog.c's is-catalog...
2019-05-05 Tom LaneBring pg_nextoid()'s error messages into line with...
2019-05-05 Tom LaneFix style violations in syscache lookups.
2019-05-02 Tom LaneFix reindexing of pg_class indexes some more.
2019-05-01 Andres FreundFix unused variable compiler warning in !debug builds.
2019-04-30 Andres FreundFix potential assertion failure when reindexing a pg_cl...
2019-04-30 Andres FreundFix several recently introduced issues around handling...
2019-04-23 Tom LaneAvoid order-of-execution problems with ALTER TABLE...
2019-04-17 Magnus HaganderReturn NULL for checksum failures if checksums are...
2019-04-12 Magnus HaganderShow shared object statistics in pg_stat_database
2019-04-12 Peter EisentrautFix REINDEX CONCURRENTLY of partitions
2019-04-09 Peter EisentrautReplace tabs with spaces in one .sql file
2019-04-07 Peter EisentrautReport progress of REINDEX operations
2019-04-07 Peter EisentrautCast pg_stat_progress_cluster.cluster_index_relid to oid
2019-04-03 Stephen FrostGSSAPI encryption support
2019-04-02 Alvaro HerreraReport progress of CREATE INDEX operations
2019-04-01 Tom LaneImprove documentation about our XML functionality.
2019-03-30 Peter EisentrautGenerated columns
2019-03-29 Peter EisentrautREINDEX CONCURRENTLY
2019-03-29 Andres Freundtableam: relation creation, VACUUM FULL/CLUSTER, SET...
2019-03-28 Andres Freundtableam: Support for an index build's initial table...
2019-03-27 Michael PaquierImprove error handling of column references in expressi...
2019-03-26 Alvaro HerreraFix partitioned index creation bug with dropped columns
2019-03-25 Robert HaasAdd progress reporting for CLUSTER and VACUUM FULL.
2019-03-24 Tom LaneSort dependent objects before reporting them in DROP...
2019-03-24 Peter EisentrautTransaction chaining
2019-03-22 Peter EisentrautCollations with nondeterministic comparison
2019-03-21 Alvaro HerreraFix dependency recording bug for partitioned PKs
2019-03-20 Tom LaneSort the dependent objects before deletion in DROP...
2019-03-20 Alvaro HerreraAdd index_get_partition convenience function
2019-03-19 Peter EisentrautIgnore attempts to add TOAST table to shared or catalog...
2019-03-19 Andrew GierthImplement OR REPLACE option for CREATE AGGREGATE.
2019-03-16 Alexander KorotkovPartial implementation of SQL/JSON path language
2019-03-14 Tom LaneSync commentary in transam.h and bki.sgml.
2019-03-12 Tom LaneRemove remaining hard-wired OID references in the initi...
2019-03-12 Tom LaneCreate a script that can renumber manually-assigned...
2019-03-11 Andres Freundtableam: Add and use scan APIs.
2019-03-11 Alvaro HerreraMove hash_any prototype from access/hash.h to utils...
2019-03-09 Magnus HaganderTrack block level checksum failures in pg_stat_database
2019-03-07 Alvaro HerreraFix the BY {REF,VALUE} clause of XMLEXISTS/XMLTABLE
2019-03-06 Andres Freundtableam: introduce table AM infrastructure.
2019-02-21 Robert HaasMove code for managing PartitionDescs into a new file...
2019-02-20 Alvaro HerreraMake object address handling more robust
2019-02-13 Peter EisentrautRemove useless casts
2019-02-12 Alvaro HerreraUse Getopt::Long for catalog scripts
2019-02-11 Tom LaneRedesign the partition dependency mechanism.
2019-02-09 Tom LaneCreate the infrastructure for planner support functions.
2019-02-07 Peter EisentrautUse EXECUTE FUNCTION syntax for triggers more
2019-02-05 Andrew DunstanKeep perl style checker happy
2019-02-05 Andrew DunstanFix searchpath for modern Perl for genbki.pl
2019-01-31 Peter EisentrautAdd more columns to pg_stat_ssl
2019-01-31 Tom LaneAllow RECORD and RECORD[] to be specified in function...
2019-01-29 Tom LaneRefactor planner's header files.
2019-01-24 Alvaro HerreraFix droppability of constraints upon partition detach
2019-01-23 Michael PaquierRemove argument isprimary from index_build()
next