summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
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
2016-12-12Make the different Unix-y semaphore implementations ABI-compatible.Tom Lane
2016-12-12Add support for temporary replication slotsPeter Eisentraut
2016-12-12Refactor the code for verifying user's password.Heikki Linnakangas
2016-12-08Fix reporting of column typmods for multi-row VALUES constructs.Tom Lane
2016-12-08Clean up password authentication code a bit.Heikki Linnakangas
2016-12-07Implement table partitioning.Robert Haas
2016-12-06Bump catversion for restrictive RLS changesStephen Frost
2016-12-06Remove extraneous semicolon from uses of relptr_declare().Tom Lane
2016-12-05Add support for restrictive RLS policiesStephen Frost
2016-12-05Fix more DSA problems uncovered by the buildfarm.Robert Haas
2016-12-05Try to fix some DSA-related compiler warnings.Robert Haas
2016-12-05Replace PostmasterRandom() with a stronger source, second attempt.Heikki Linnakangas
2016-12-02Fix thinko in b3427dade14cc31eb48740bc9ea98b5954470b24.Robert Haas
2016-12-02Delete deleteWhatDependsOn() in favor of more performDeletion() flag bits.Tom Lane
2016-12-02Introduce dynamic shared memory areas.Robert Haas
2016-12-02Management of free memory pages.Robert Haas
2016-12-02Add a crude facility for dealing with relative pointers.Robert Haas
2016-12-02Add max_parallel_workers GUC.Robert Haas
2016-12-02Fix Windows build for 78c8c814390fAlvaro Herrera
2016-12-02Permit dump/reload of not-too-large >1GB tuplesAlvaro Herrera
2016-12-02Refactor libpqwalreceiverPeter Eisentraut
2016-12-02Use latch instead of select() in walreceiverPeter Eisentraut
2016-12-01User narrower representative tuples in the hash-agg hashtable.Andres Freund