]> granicus.if.org Git - postgresql/history - src/include
Update copyright for 2019
[postgresql] / src / include /
2019-01-02 Bruce MomjianUpdate copyright for 2019
2019-01-01 Michael PaquierRemove configure switch --disable-strong-random
2018-12-31 Tom LaneUpdate leakproofness markings on some btree comparison...
2018-12-31 Alvaro HerreraRemove some useless code
2018-12-30 Tom LaneAdd a hash opclass for type "tid".
2018-12-30 Tom LaneSupport parameterized TidPaths.
2018-12-28 Michael PaquierImprove description of DEFAULT_XLOG_SEG_SIZE in pg_config.h
2018-12-27 Peter EisentrautRemove obsolete IndexIs* macros
2018-12-27 Alexander KorotkovRemove entry tree root conflict checking from GIN predi...
2018-12-22 Peter EisentrautAdd some const decorations
2018-12-20 Alexander KorotkovCheck for conflicting queries during replay of gistvacu...
2018-12-20 Tom LaneBase information_schema.sql_identifier domain on name...
2018-12-20 Tom LaneAvoid producing over-length specific_name outputs in...
2018-12-20 Tom LaneMake bitmapset.c use 64-bit bitmap words on 64-bit...
2018-12-19 Tom LaneAdd text-vs-name cross-type operators, and unify name_o...
2018-12-19 Tom LaneMake type "name" collation-aware.
2018-12-18 Tom LaneMake collation-aware system catalog columns use "C...
2018-12-18 Michael PaquierInclude partitioned indexes to system view pg_indexes
2018-12-17 Tom LaneDrop support for getting signal descriptions from sys_s...
2018-12-17 Alvaro HerreraFix tablespace handling for partitioned tables
2018-12-17 Tom LaneModernize our code for looking up descriptive strings...
2018-12-16 Tom LaneImprove detection of child-process SIGPIPE failures.
2018-12-14 Tom LaneMake pg_statistic and related code account more honestl...
2018-12-13 Michael PaquierIntroduce new extended routines for FDW and foreign...
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-12-13 Alexander KorotkovPrevent GIN deleted pages from being reclaimed too...
2018-12-12 Tom LaneRepair bogus EPQ plans generated for postgres_fdw forei...
2018-12-09 Michael PaquierAdd timestamp of last received message from standby...
2018-12-06 Stephen FrostCleanup comments in xlog compression
2018-11-29 Alvaro HerreraAdd log_statement_sample_rate parameter
2018-11-26 Tom LaneAdd CSV table output mode in psql.
2018-11-25 Peter EisentrautIntegrate recovery.conf into postgresql.conf
2018-11-23 Thomas MunroAdd WL_EXIT_ON_PM_DEATH pseudo-event.
2018-11-21 Alvaro Herrerainstr_time.h: add INSTR_TIME_SET_CURRENT_LAZY
2018-11-21 Andres FreundRemove WITH OIDS support, change oid catalog column...
2018-11-20 Michael PaquierImprove description of buffer used to store records...
2018-11-20 Peter EisentrautAdd settings to control SSL/TLS protocol version
2018-11-19 Robert HaasReduce unnecessary list construction in RelationBuildPa...
2018-11-19 Thomas MunroPANIC on fsync() failure.
2018-11-17 Tom LaneAvoid defining SIGTTIN/SIGTTOU on Windows.
2018-11-17 Andres FreundMake TupleTableSlots extensible, finish split of existi...
2018-11-16 Andres FreundInline hot path of slot_getsomeattrs().
2018-11-16 Alvaro HerreraRedesign initialization of partition routing structures
2018-11-16 Andres FreundAdd dummy field to currently empty struct TupleTableSlo...
2018-11-16 Andres FreundDon't generate tuple deforming functions for virtual...
2018-11-16 Andres FreundCompute information about EEOP_*_FETCHSOME at expressio...
2018-11-16 Andres FreundIntroduce notion of different types of slots (without...
2018-11-15 Andres FreundRejigger materializing and fetching a HeapTuple from...
2018-11-15 Peter EisentrautA small tweak to some comments for PartitionKeyData
2018-11-15 Peter EisentrautCorrect code comments for PartitionedRelPruneInfo struct
2018-11-15 Andres FreundMake reformat-dat-files, reformat-dat-files VPATH safe.
2018-11-15 Thomas MunroUse 64 bit type for BufFileSize().
2018-11-14 Tom LaneAdd a timezone-specific variant of date_trunc().
2018-11-14 Peter EisentrautLower lock level for renaming indexes
2018-11-14 Michael PaquierRefactor code creating PartitionBoundInfo
2018-11-10 Tom LaneFix missing role dependencies for some schema and type...
2018-11-10 Andres FreundDon't require return slots for nodes without projection.
2018-11-09 Michael PaquierFix incorrect routine name in xlog_heapam.h
2018-11-08 Alvaro HerreraRevise attribute handling code on partition creation
2018-11-07 Tom LaneFix inadequate autoconfiscation of copyfile() usage.
2018-11-07 Andres FreundMove EEOP_*_SYSVAR evaluation out of line.
2018-11-07 Peter Eisentrautpg_upgrade: Allow use of file cloning
2018-11-07 Tom LanePostpone calculating total_table_pages until after...
2018-11-06 Thomas MunroUse pg_pread() and pg_pwrite() for data files and WAL.
2018-11-06 Thomas MunroProvide pg_pread() and pg_pwrite() for random I/O.
2018-11-06 Tom LaneRename rbtree.c functions to use "rbt" prefix not ...
2018-11-06 Michael PaquierReorganize format options of psql in alphabetical order
2018-11-06 Michael PaquierSwitch pg_promote to be parallel-safe
2018-11-06 Thomas MunroRemove dsm_resize() and dsm_remap().
2018-11-05 Tom LaneRemove unreferenced pg_opfamily entry.
2018-11-02 Magnus HaganderFix spelling errors and typos in comments
2018-11-01 Peter EisentrautRemove obsolete pg_constraint.consrc column
2018-11-01 Peter EisentrautRemove obsolete pg_attrdef.adsrc column
2018-10-30 Tom LaneFix interaction of CASE and ArrayCoerceExpr.
2018-10-30 Michael PaquierAdd pg_partition_tree to display information about...
2018-10-25 Michael PaquierAdd pg_promote function
2018-10-25 Peter EisentrautImprove unconstify() documentation
2018-10-24 Michael PaquierList wait events in alphabetical order
2018-10-23 Peter EisentrautRemove get_attidentity()
2018-10-23 Peter EisentrautRemove get_atttypmod()
2018-10-23 Peter EisentrautSprinkle some const decorations
2018-10-22 Michael PaquierClarify descriptions of relhassubclass and relispartiti...
2018-10-19 Thomas MunroRefactor pid, random seed and start time initialization.
2018-10-17 Tom LaneImprove some comments related to executor result relations.
2018-10-16 Andres FreundReorder FmgrBuiltin members, saving 25% in size.
2018-10-16 Andres FreundAdd macro to cast away const without allowing changes...
2018-10-16 Andres FreundCorrect constness of system attributes in heap.c &...
2018-10-16 Andres FreundCorrect constness of a few variables.
2018-10-16 Andres FreundMove TupleTableSlots boolean member into one flag variable.
2018-10-15 Andres FreundMove generic slot support functions from heaptuple...
2018-10-12 Tom LaneSimplify use of AllocSetContextCreate() wrapper macro.
2018-10-12 Alvaro HerreraCorrect attach/detach logic for FKs in partitions
2018-10-11 Andres FreundRemove deprecated abstime, reltime, tinterval datatypes.
2018-10-10 Andres FreundFix logical decoding error when system table w/ toast...
2018-10-09 Peter EisentrautTurn transaction_isolation into GUC enum
2018-10-09 Tom LaneSelect appropriate PG_PRINTF_ATTRIBUTE for recent NetBSD.
2018-10-09 Michael PaquierAdd pg_ls_archive_statusdir function
2018-10-08 Thomas MunroRelax transactional restrictions on ALTER TYPE ......
2018-10-08 Tom LaneFix omissions in snprintf.c's coverage of standard...
next