aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* Fix ALTER TABLE / SET TYPE for irregular inheritanceAlvaro Herrera2017-01-09
* Get rid of ParseState.p_value_substitute; use a columnref hook instead.Tom Lane2017-01-07
* Improve documentation of struct ParseState.Tom Lane2017-01-07
* Fix possible crash reading pg_stat_activity.Robert Haas2017-01-05
* Remove unnecessary arguments from partitioning functions.Robert Haas2017-01-04
* Fix reporting of constraint violations for table partitioning.Robert Haas2017-01-04
* Prefer int-wide pg_atomic_flag over char-wide when using gcc intrinsics.Tom Lane2017-01-04
* Move partition_tuple_slot out of EState.Robert Haas2017-01-04
* Re-allow SSL passphrase prompt at server start, but not thereafter.Tom Lane2017-01-04
* Update obsolete comments in lwlock.h.Robert Haas2017-01-04
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Allow SSL configuration to be updated at SIGHUP.Tom Lane2017-01-02
* Use clock_gettime(), if available, in instr_time measurements.Tom Lane2017-01-02
* Remove manual breaks in NodeTag assignments to fix duplicate tag numbers.Tom Lane2016-12-29
* Expand ad-hoc unit abbreviations in function descriptionsPeter Eisentraut2016-12-29
* Make more use of RoleSpec structPeter Eisentraut2016-12-29
* Replace enum InhOption with simple boolean.Tom Lane2016-12-23
* Remove sql_inheritance GUC.Robert Haas2016-12-23
* Remove _hash_chgbufaccess().Robert Haas2016-12-23
* Fix tuple routing in cases where tuple descriptors don't match.Robert Haas2016-12-22
* Fix handling of expanded objects in CoerceToDomain and CASE execution.Tom Lane2016-12-22
* Skip checkpoints, archiving on idle systems.Andres Freund2016-12-22
* Simplify tape block format.Heikki Linnakangas2016-12-22
* Fix strange behavior (and possible crashes) in full text phrase search.Tom Lane2016-12-21
* Refactor partition tuple routing code to reduce duplication.Robert Haas2016-12-21
* Fix corner-case bug in WaitEventSetWaitBlock on Windows.Robert Haas2016-12-21
* Reorder pg_sequence columns to avoid alignment issuePeter Eisentraut2016-12-21
* Add pg_sequence system catalogPeter Eisentraut2016-12-20
* Invalid parent's relcache after CREATE TABLE .. PARTITION OF.Robert Haas2016-12-19
* Provide a DSA area for all parallel queries.Robert Haas2016-12-19
* Fix locking problem in _hash_squeezebucket() / _hash_freeovflpage().Robert Haas2016-12-19
* Remove unused file.Robert Haas2016-12-19
* Support quorum-based synchronous replication.Fujii Masao2016-12-19
* Improve documentation around TS_execute().Tom Lane2016-12-16
* Simplify LWLock tranche machinery by removing array_base/array_stride.Robert Haas2016-12-16
* Unbreak Finalize HashAggregate over Partial HashAggregate.Robert Haas2016-12-16
* Remove _hash_wrtbuf() in favor of calling MarkBufferDirty().Robert Haas2016-12-16
* Clean up code, comments, and formatting for table partitioning.Robert Haas2016-12-13
* Remove should_free arguments to tuplesort routines.Robert Haas2016-12-12
* Catversion bump for temporary replication slots.Tom Lane2016-12-12
* Make the different Unix-y semaphore implementations ABI-compatible.Tom Lane2016-12-12
* Add support for temporary replication slotsPeter Eisentraut2016-12-12
* Refactor the code for verifying user's password.Heikki Linnakangas2016-12-12
* Fix reporting of column typmods for multi-row VALUES constructs.Tom Lane2016-12-08
* Clean up password authentication code a bit.Heikki Linnakangas2016-12-08
* Implement table partitioning.Robert Haas2016-12-07
* Bump catversion for restrictive RLS changesStephen Frost2016-12-06
* Remove extraneous semicolon from uses of relptr_declare().Tom Lane2016-12-05
* Add support for restrictive RLS policiesStephen Frost2016-12-05
* Fix more DSA problems uncovered by the buildfarm.Robert Haas2016-12-05