]> granicus.if.org Git - postgresql/history - src/backend/utils
Fix initialization of fake LSN for unlogged relations
[postgresql] / src / backend / utils /
2019-10-25 Tom LaneImprove management of statement timeouts.
2019-10-21 Alexander KorotkovRefactor jsonpath's compareDatetime()
2019-10-21 Alexander KorotkovRefactor timestamp2timestamptz_opt_error()
2019-10-19 Peter EisentrautFix most -Wundef warnings
2019-10-17 Thomas MunroWhen restoring GUCs in parallel workers, show an error...
2019-10-16 Michael PaquierRefresh some incorrect links in pg_crc.c/h
2019-10-16 Thomas MunroUse libc version as a collation version on glibc systems.
2019-10-15 Andres FreundFix CLUSTER on expression indexes.
2019-10-13 Peter EisentrautUpdate unicode.org URLs
2019-10-09 Peter EisentrautRevert "Use libc version as a collation version on...
2019-10-09 Peter EisentrautUse libc version as a collation version on glibc systems.
2019-10-08 Peter EisentrautRemove some code for old unsupported versions of MSVC
2019-10-08 Michael PaquierUpdate some outdated links about XLC and UNIX specification
2019-10-05 Tomas VondraChange MemoryContextMemAllocated to return Size
2019-10-04 Robert HaasRename some toasting functions based on whether they...
2019-10-04 Tom LaneFix bitshiftright()'s zero-padding some more.
2019-10-04 Tomas VondraUse Size instead of int64 to track allocated memory
2019-10-03 Tom LaneAvoid unnecessary out-of-memory errors during encoding...
2019-10-03 Tom LaneAllow repalloc() to give back space when a large chunk...
2019-10-02 Michael PaquierRevert hooks for session start and end, take two
2019-10-01 Tomas VondraMark two variables in in aset.c with PG_USED_FOR_ASSERT...
2019-10-01 Michael PaquierAdd hooks for session start and session end, take two
2019-10-01 Tomas VondraAdd transparent block-level memory accounting
2019-09-27 Andres FreundFix implicit-fallthrough compiler warning introduced...
2019-09-25 Alexander KorotkovCorrectly cast types to Datum and back in compareDatetime()
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 Alexander KorotkovImplement standard datetime parsing mode
2019-09-23 Peter EisentrautMessage style fixes
2019-09-22 Tom LaneFix failure to zero-pad the result of bitshiftright().
2019-09-21 Tom LaneStraighten out leakproofness markings on text compariso...
2019-09-21 Tom LaneFix up handling of nondeterministic collations with...
2019-09-20 Alvaro HerreraSplit out code into new getKeyJsonValueFromContainer()
2019-09-20 Alvaro HerreraOptimize get_jsonb_path_all avoiding an iterator
2019-09-20 Alvaro HerreraRefactor code into new JsonbValueAsText, and use it...
2019-09-20 Tom LaneFix some minor spec-compliance issues in jsonpath lexer.
2019-09-17 Tom LaneFix bogus handling of XQuery regex option flags.
2019-09-16 Alexander KorotkovSupport for SSSSS datetime format pattern
2019-09-16 Alexander KorotkovSupport for FF1-FF6 datetime format patterns
2019-09-13 Tom LaneMake tuplesort_set_bound() assertions more comprehensib...
2019-09-12 Alvaro HerreraMerge two assertions to make comment clearer
2019-09-09 Alexander KorotkovFix handling of non-key columns get_index_column_opclass()
2019-09-07 Tom LaneFix issues around strictness of SIMILAR TO.
2019-09-05 Tom LaneUse data directory inode number, not port, to select...
2019-09-05 Robert HaasSplit tuptoaster.c into three separate files.
2019-09-03 Michael PaquierFix memory leak with lower, upper and initcap with...
2019-08-28 Thomas MunroAvoid catalog lookups in RelationAllowsEarlyPruning().
2019-08-27 Tom LaneReject empty names and recursion in config-file include...
2019-08-22 Peter EisentrautMake SQL/JSON error code names match SQL standard
2019-08-19 Tom LaneRestore json{b}_populate_record{set}'s ability to take...
2019-08-19 Michael PaquierFix inconsistencies and typos in the tree, take 11
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 FreundAdd default_table_access_method to postgresql.conf...
2019-08-16 Andres FreundDon't include utils/array.h from acl.h.
2019-08-15 Tom LaneFix plpgsql to re-look-up composite type names at need.
2019-08-14 Tom LaneFix ALTER SYSTEM to cope with duplicate entries in...
2019-08-13 Michael PaquierFix inconsistencies and typos in the tree, take 10
2019-08-12 Tom LaneFix planner's test for case-foldable characters in...
2019-08-12 Tom LaneRationalize use of list_concat + list_copy combinations.
2019-08-12 Alexander KorotkovFix string comparison in jsonpath
2019-08-11 Alexander KorotkovAdjust string comparison in jsonpath
2019-08-10 Peter GeogheganRename tuplesort.c's SortTuple.tupindex field.
2019-08-08 Peter GeogheganUpdate obsolete tuplesort READTUP() comment.
2019-08-07 Alvaro HerreraRemove unnecessary #include <limits.h>
2019-08-07 Michael PaquierFix some incorrect parsing of time with time zone strings
2019-08-05 Noah MischRequire the schema qualification in pg_temp.type_name...
2019-08-05 Michael PaquierAdd safeguards in LSN, numeric and float calculation...
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-08-01 Peter GeogheganAdd sort support routine for the inet data type.
2019-08-01 Tom LaneAdd an isolation test to exercise parallel-worker deadl...
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-29 Michael PaquierFix inconsistencies and typos in the tree
2019-07-26 Tom LaneTweak our special-case logic for the IANA "Factory...
2019-07-26 Tom LaneFix loss of fractional digits for large values in cash_...
2019-07-24 Heikki LinnakangasUse full 64-bit XID for checking if a deleted GiST...
2019-07-22 David RowleyUse appendBinaryStringInfo in more places where the...
2019-07-22 Michael PaquierFix inconsistencies and typos in the tree
2019-07-19 Jeff DavisFix error in commit e6feef57.
2019-07-18 Jeff DavisFix daterange canonicalization for +/- infinity.
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-14 Peter EisentrautAdd gen_random_uuid function
2019-07-14 Alexander KorotkovAdd missing commutators for distance operators
2019-07-12 Tom LaneFix get_actual_variable_range() to cope with broken...
2019-07-08 Bruce MomjianAdjust ssl_ciphers to be specific to OpenSSL
2019-07-08 Michael PaquierFix inconsistencies in the code
2019-07-07 Peter EisentrautUse consistent style for checking return from system...
2019-07-05 Tom LaneRemove dead encoding-conversion functions.
2019-07-05 Thomas MunroImprove comment in postgresql.conf.sample.
2019-07-05 Michael PaquierAdd min() and max() aggregates for pg_lsn
2019-07-04 David RowleyUse appendStringInfoString and appendPQExpBufferStr...
2019-07-01 Tom Lanepgindent run prior to branching v12.
2019-07-01 Michael PaquierFix many typos and inconsistencies
next