summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2017-01-17Correct include file pathPeter Eisentraut
2017-01-17Generate fmgr prototypes automaticallyPeter Eisentraut
2017-01-17Register missing money operators in system catalogsPeter Eisentraut
2017-01-17Rename C symbols for backend lo_ functionsPeter Eisentraut
2017-01-17Remove unnecessary includePeter Eisentraut
2017-01-16Fix check_srf_call_placement() to handle VALUES cases correctly.Tom Lane
2017-01-15Fix matching of boolean index columns to sort ordering.Tom Lane
2017-01-14Change representation of statement lists, and add statement location info.Tom Lane
2017-01-13Fix a bug in how we generate partition constraints.Robert Haas
2017-01-12Fix field order in struct catcache.Tom Lane
2017-01-09Fix ALTER TABLE / SET TYPE for irregular inheritanceAlvaro Herrera
2017-01-07Get rid of ParseState.p_value_substitute; use a columnref hook instead.Tom Lane
2017-01-07Improve documentation of struct ParseState.Tom Lane
2017-01-05Fix possible crash reading pg_stat_activity.Robert Haas
2017-01-04Remove unnecessary arguments from partitioning functions.Robert Haas
2017-01-04Fix reporting of constraint violations for table partitioning.Robert Haas
2017-01-04Prefer int-wide pg_atomic_flag over char-wide when using gcc intrinsics.Tom Lane
2017-01-04Move partition_tuple_slot out of EState.Robert Haas
2017-01-04Re-allow SSL passphrase prompt at server start, but not thereafter.Tom Lane
2017-01-04Update obsolete comments in lwlock.h.Robert Haas
2017-01-03Update copyright via script for 2017Bruce Momjian
2017-01-03Allow SSL configuration to be updated at SIGHUP.Tom Lane
2017-01-02Use clock_gettime(), if available, in instr_time measurements.Tom Lane
2016-12-29Remove manual breaks in NodeTag assignments to fix duplicate tag numbers.Tom Lane
2016-12-29Expand ad-hoc unit abbreviations in function descriptionsPeter Eisentraut
2016-12-29Make more use of RoleSpec structPeter Eisentraut
2016-12-23Replace enum InhOption with simple boolean.Tom Lane
2016-12-23Remove sql_inheritance GUC.Robert Haas
2016-12-23Remove _hash_chgbufaccess().Robert Haas
2016-12-22Fix tuple routing in cases where tuple descriptors don't match.Robert Haas
2016-12-22Fix handling of expanded objects in CoerceToDomain and CASE execution.Tom Lane
2016-12-22Skip checkpoints, archiving on idle systems.Andres Freund
2016-12-22Simplify tape block format.Heikki Linnakangas
2016-12-21Fix strange behavior (and possible crashes) in full text phrase search.Tom Lane
2016-12-21Refactor partition tuple routing code to reduce duplication.Robert Haas
2016-12-21Fix corner-case bug in WaitEventSetWaitBlock on Windows.Robert Haas
2016-12-21Reorder pg_sequence columns to avoid alignment issuePeter Eisentraut
2016-12-20Add pg_sequence system catalogPeter Eisentraut
2016-12-20Invalid parent's relcache after CREATE TABLE .. PARTITION OF.Robert Haas
2016-12-19Provide a DSA area for all parallel queries.Robert Haas
2016-12-19Fix locking problem in _hash_squeezebucket() / _hash_freeovflpage().Robert Haas
2016-12-19Remove unused file.Robert Haas
2016-12-19Support quorum-based synchronous replication.Fujii Masao
2016-12-16Improve documentation around TS_execute().Tom Lane
2016-12-16Simplify LWLock tranche machinery by removing array_base/array_stride.Robert Haas
2016-12-16Unbreak Finalize HashAggregate over Partial HashAggregate.Robert Haas
2016-12-16Remove _hash_wrtbuf() in favor of calling MarkBufferDirty().Robert Haas
2016-12-13Clean up code, comments, and formatting for table partitioning.Robert Haas
2016-12-12Remove should_free arguments to tuplesort routines.Robert Haas
2016-12-12Catversion bump for temporary replication slots.Tom Lane