]> granicus.if.org Git - postgresql/history - src/include/utils
Fix initialization of fake LSN for unlogged relations
[postgresql] / src / include / utils /
2019-10-25 Tom LaneImprove management of statement timeouts.
2019-10-21 Alexander KorotkovRefactor jsonpath's compareDatetime()
2019-10-16 Michael PaquierRefresh some incorrect links in pg_crc.c/h
2019-10-08 Peter EisentrautRemove some code for old unsupported versions of MSVC
2019-10-05 Tomas VondraChange MemoryContextMemAllocated to return Size
2019-10-01 Tomas VondraAdd transparent block-level memory accounting
2019-09-25 Alexander KorotkovImplement jsonpath .datetime() method
2019-09-25 Alexander KorotkovAllow datetime values in JsonbValue
2019-09-25 Alexander KorotkovError suppression support for upcoming jsonpath .dateti...
2019-09-25 Alexander KorotkovImplement parse_datetime() function
2019-09-25 Alvaro HerreraSupport reloptions of enum type
2019-09-22 Tom LaneFix failure to zero-pad the result of bitshiftright().
2019-09-20 Alvaro HerreraSplit out code into new getKeyJsonValueFromContainer()
2019-09-17 Tom LaneFix bogus handling of XQuery regex option flags.
2019-09-16 Alexander KorotkovSupport for FF1-FF6 datetime format patterns
2019-09-11 Tom LaneRearrange postmaster's startup sequence for better...
2019-08-28 Thomas MunroAvoid catalog lookups in RelationAllowsEarlyPruning().
2019-08-19 Andres FreundAdd fmgr.h include to selfuncs.h.
2019-08-18 Tom LaneAvoid conflicts with library versions of inet_net_ntop...
2019-08-18 Tom LaneFix incidental warnings from cpluspluscheck.
2019-08-16 Andres FreundRemove fmgr.h includes from headers that don't really...
2019-08-16 Andres FreundDon't include utils/array.h from acl.h.
2019-08-13 Michael PaquierFix inconsistencies and typos in the tree, take 10
2019-08-05 Michael PaquierFix inconsistencies and typos in the tree, take 9
2019-08-04 Tomas VondraRevert "Add log_statement_sample_rate parameter"
2019-07-31 Andres FreundRemove superfluous newlines in function prototypes.
2019-07-30 Heikki LinnakangasAllow table AM's to use rd_amcache, too.
2019-07-24 Heikki LinnakangasUse full 64-bit XID for checking if a deleted GiST...
2019-07-22 Michael PaquierFix inconsistencies and typos in the tree
2019-07-07 Michael PaquierRemove more unreferenced function declarations
2019-07-05 Tom LaneRemove unreferenced function declarations.
2019-07-01 Michael PaquierFix many typos and inconsistencies
2019-07-01 Noah MischDon't read fields of a misaligned ExpandedObjectHeader...
2019-06-30 Peter EisentrautDon't call data type input functions in GUC check hooks
2019-06-30 Peter EisentrautRemove explicit error handling for obsolete date/time...
2019-06-19 Alexander KorotkovSupport 'q' flag in jsonpath 'like_regex' predicate
2019-06-17 Michael PaquierFix more typos and inconsistencies in the tree
2019-06-15 Tomas VondraRework the pg_statistic_ext catalog
2019-06-13 Alvaro HerreraFix double-word typos
2019-05-26 Amit KapilaFix typos.
2019-05-22 Tom LanePhase 2 pgindent run for v12.
2019-05-22 Tom LaneInitial pgindent run for v12.
2019-05-19 Andres FreundFix and improve SnapshotType comments.
2019-05-03 Tom LaneRemove RelationSetIndexList().
2019-04-13 Tom LanePrevent memory leaks associated with relcache rd_partch...
2019-04-08 Fujii MasaoAdd vacuum_truncate reloption.
2019-04-06 Michael PaquierAdd support TCP user timeout in libpq and the backend...
2019-04-04 Robert HaasAllow VACUUM to be run with index cleanup disabled.
2019-04-03 Tomas VondraAdd SETTINGS option to EXPLAIN, to print modified settings.
2019-04-03 Alvaro HerreraLog all statements from a sample of transactions
2019-04-03 Alvaro HerreraSupport foreign keys that reference partitioned tables
2019-04-01 Alexander KorotkovGIN support for @@ and @? jsonpath operators
2019-03-30 Peter EisentrautGenerated columns
2019-03-29 Andres Freundtableam: relation creation, VACUUM FULL/CLUSTER, SET...
2019-03-24 Andres Freundtableam: Add tuple_{insert, delete, update, lock} and...
2019-03-22 Peter EisentrautRevert "Add gitignore entries for jsonpath_gram.h"
2019-03-22 Peter EisentrautAdd gitignore entries for jsonpath_gram.h
2019-03-22 Peter EisentrautCollations with nondeterministic comparison
2019-03-20 Alexander KorotkovGet rid of jsonpath_gram.h and jsonpath_scanner.h
2019-03-19 Alexander KorotkovRename typedef in jsonpath_gram.y from "string" to...
2019-03-18 Peter EisentrautFix optimization of foreign-key on update actions
2019-03-16 Alexander KorotkovNumeric error suppression in jsonpath
2019-03-16 Alexander KorotkovPartial implementation of SQL/JSON path language
2019-03-11 Alvaro HerreraMove hash_any prototype from access/hash.h to utils...
2019-03-10 Tom LaneConvert [autovacuum_]vacuum_cost_delay into floating...
2019-03-09 Noah MischAvoid some table rewrites for ALTER TABLE .. SET DATA...
2019-03-06 Andres Freundtableam: introduce table AM infrastructure.
2019-02-21 Tom LaneMove estimate_hashagg_tablesize to selfuncs.c, and...
2019-02-21 Robert HaasMove code for managing PartitionDescs into a new file...
2019-02-15 Tom LaneRefactor index cost estimation functions in view of...
2019-02-14 Tom LaneMove pattern selectivity code from selfuncs.c to like_s...
2019-02-11 Alvaro HerreraFix misleading PG_RE_THROW commentary
2019-02-09 Tom LaneBuild out the planner support function infrastructure.
2019-02-09 Tom LaneCreate the infrastructure for planner support functions.
2019-02-09 Tom LaneRefactor the representation of indexable clauses in...
2019-01-29 Tom LaneRename nodes/relation.h to nodes/pathnodes.h.
2019-01-25 Peter EisentrautAllow generalized expression syntax for partition bounds
2019-01-22 Andres FreundRename RelationData.rd_amroutine to rd_indam.
2019-01-22 Andres FreundMove remaining code from tqual.[ch] to heapam.h / heapa...
2019-01-22 Andres FreundMove generic snapshot related code from tqual.h to...
2019-01-22 Andres FreundChange snapshot type to be determined by enum rather...
2019-01-21 Andres FreundRemove superfluous tqual.h includes.
2019-01-15 Tom LaneFinish reverting "recheck_on_update" patch.
2019-01-10 Tom LaneFix C++ compile failures in headers.
2019-01-09 Tom LaneReduce the size of the fmgr_builtin_oid_index[] array.
2019-01-04 Alvaro HerreraDon't create relfilenode for relations without storage
2019-01-02 Bruce MomjianUpdate copyright for 2019
2019-01-01 Michael PaquierRemove configure switch --disable-strong-random
2018-12-19 Tom LaneMake type "name" collation-aware.
2018-12-14 Tom LaneMake pg_statistic and related code account more honestl...
2018-12-13 Andres FreundCreate a separate oid range for oids assigned by genbki.pl.
2018-12-13 Tom LaneDrop no-op CoerceToDomain nodes from expressions at...
2018-11-29 Alvaro HerreraAdd log_statement_sample_rate parameter
2018-11-25 Peter EisentrautIntegrate recovery.conf into postgresql.conf
2018-11-21 Andres FreundRemove WITH OIDS support, change oid catalog column...
2018-11-15 Peter EisentrautA small tweak to some comments for PartitionKeyData
2018-11-10 Tom LaneFix missing role dependencies for some schema and type...
2018-10-23 Peter EisentrautRemove get_attidentity()
2018-10-23 Peter EisentrautRemove get_atttypmod()
2018-10-16 Andres FreundReorder FmgrBuiltin members, saving 25% in size.
next