]> granicus.if.org Git - postgresql/history - src/include
Fix initialization of fake LSN for unlogged relations
[postgresql] / src / include /
2019-10-26 Noah MischFix copy-paste defect in comment.
2019-10-26 Noah MischUpdate comment about __sync_lock_test_and_set() bug.
2019-10-25 Peter EisentrautRemove obsolete information schema tables
2019-10-25 Tom LaneImprove management of statement timeouts.
2019-10-21 Alexander KorotkovRefactor jsonpath's compareDatetime()
2019-10-19 Peter EisentrautFix most -Wundef warnings
2019-10-19 Noah MischFor all ppc compilers, implement compare_exchange and...
2019-10-19 Noah MischFor PowerPC instruction "addi", use constraint "b".
2019-10-19 Michael PaquierRemove last traces of heap_open/close in the tree
2019-10-17 Alvaro HerreraFix parallel restore of FKs to partitioned tables
2019-10-16 Michael PaquierRefresh some incorrect links in pg_crc.c/h
2019-10-13 Tom LaneIn the postmaster, rely on the signal infrastructure...
2019-10-12 Peter EisentrautFix use of term "verifier"
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-08 Michael PaquierClarify some comments about ntstatus.h in win32_port.h
2019-10-07 Peter EisentrautSimplify PGAC_STRUCT_TIMEZONE Autoconf macro
2019-10-05 Tomas VondraChange MemoryContextMemAllocated to return Size
2019-10-04 Andres FreundFix crash caused by EPQ happening with a before update...
2019-10-04 Robert HaasRename some toasting functions based on whether they...
2019-10-04 Tomas VondraUse Size instead of int64 to track allocated memory
2019-10-04 Robert HaasRemove AtSubStart_Notify.
2019-10-03 Andrew GierthSelectively include window frames in expression walks...
2019-10-02 Michael PaquierRevert hooks for session start and end, take two
2019-10-01 Tomas VondraBlind attempt to fix pglz_maximum_compressed_size
2019-10-01 Tomas VondraOptimize partial TOAST decompression
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-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-25 Alvaro HerreraSplit out recovery confing-writing code from pg_basebackup
2019-09-25 Michael PaquierAllow definition of lock mode for custom reloptions
2019-09-24 Alvaro HerreraRework WAL-reading supporting structs
2019-09-24 Fujii MasaoSpeedup truncations of relation forks.
2019-09-23 Andres FreundFix ExprState's tag to be of type NodeTag rather than...
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-19 Alexander KorotkovImprove handling of NULLs in KNN-GiST and KNN-SP-GiST
2019-09-18 Fujii MasaoRemove unused smgrdounlinkfork() function.
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-15 Noah MischRevert "For all ppc compilers, implement pg_atomic_fetc...
2019-09-14 Noah MischFor all ppc compilers, implement pg_atomic_fetch_add_...
2019-09-14 Noah MischReplace xlc __fetch_and_add() with inline asm.
2019-09-13 Alvaro HerreraFix under-parenthesized macro definitions
2019-09-13 Alvaro HerreraFix progress reporting of CLUSTER / VACUUM FULL
2019-09-12 Peter GeogheganFix nbtree page split rmgr desc routine.
2019-09-12 Peter GeogheganReorder two nbtree.h function prototypes.
2019-09-11 Tom LaneRearrange postmaster's startup sequence for better...
2019-09-10 Tomas VondraAllow setting statistics target for extended statistics
2019-09-09 Andres FreundReorder EPQ work, to fix rowmark related bugs and impro...
2019-09-08 Alexander KorotkovFix handling of NULL distances in KNN-GiST
2019-09-07 Tom LaneFix issues around strictness of SIMILAR TO.
2019-09-06 Robert HaasCreate an API for inserting and deleting rows in TOAST...
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-05 Peter EisentrautUse explicit_bzero
2019-09-03 Alvaro HerreraMake XLogReaderInvalReadState static
2019-09-03 Alvaro HerreraRemove 'msg' parameter from convert_tuples_by_name
2019-09-02 Michael PaquierAdd overflow-safe math inline functions for unsigned...
2019-08-28 Thomas MunroAvoid catalog lookups in RelationAllowsEarlyPruning().
2019-08-26 Tom LaneMake comment in fmgr.h match the one in fmgr.c.
2019-08-21 Peter GeogheganUpdate comments on nbtree stack struct.
2019-08-21 Peter EisentrautRemove configure detection of crypt()
2019-08-21 Alvaro HerreraFix typo
2019-08-19 Andres FreundAdd fmgr.h include to selfuncs.h.
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-17 Peter EisentrautImprove Assert output
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-16 Andres FreundRemove redundant prototypes for SQL callable functions.
2019-08-14 Peter GeogheganRemove block number field from nbtree stack.
2019-08-13 Michael PaquierFix inconsistencies and typos in the tree, take 10
2019-08-12 Tom LaneRemove EState.es_range_table_array.
2019-08-12 Tom LaneRationalize use of list_concat + list_copy combinations.
2019-08-09 Tom LaneCosmetic improvements in setup of planner's per-RTE...
2019-08-09 Michael PaquierRefactor logic to remove trailing CR/LF characters...
2019-08-05 Peter GeogheganShow specific OID suggestion in unused_oids output.
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 Tomas VondraRevert "Add log_statement_sample_rate parameter"
2019-08-04 Alvaro HerreraImprove pruning of a default partition
2019-08-02 Andres FreundFix representation of hash keys in Hash/HashJoin nodes.
2019-08-01 Jeff DavisAllow simplehash to use already-calculated hash values.
2019-08-01 Tom LaneAllow functions-in-FROM to be pulled up if they reduce...
2019-08-01 Peter GeogheganBump catversion.
2019-08-01 Peter GeogheganAdd sort support routine for the inet data type.
2019-08-01 Tom LaneMark advisory-lock functions as parallel restricted...
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-30 Michael PaquierFix memory leak coming from simple lists built in reindexdb
2019-07-29 Michael PaquierFix inconsistencies and typos in the tree
2019-07-29 Michael PaquierFix handling of expressions and predicates in REINDEX...
next