aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* 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
* Try to fix some DSA-related compiler warnings.Robert Haas2016-12-05
* Replace PostmasterRandom() with a stronger source, second attempt.Heikki Linnakangas2016-12-05
* Fix thinko in b3427dade14cc31eb48740bc9ea98b5954470b24.Robert Haas2016-12-02
* Delete deleteWhatDependsOn() in favor of more performDeletion() flag bits.Tom Lane2016-12-02
* Introduce dynamic shared memory areas.Robert Haas2016-12-02
* Management of free memory pages.Robert Haas2016-12-02
* Add a crude facility for dealing with relative pointers.Robert Haas2016-12-02
* Add max_parallel_workers GUC.Robert Haas2016-12-02
* Fix Windows build for 78c8c814390fAlvaro Herrera2016-12-02
* Permit dump/reload of not-too-large >1GB tuplesAlvaro Herrera2016-12-02
* Refactor libpqwalreceiverPeter Eisentraut2016-12-01
* Use latch instead of select() in walreceiverPeter Eisentraut2016-12-01
* User narrower representative tuples in the hash-agg hashtable.Andres Freund2016-11-30
* Perform one only projection to compute agg arguments.Andres Freund2016-11-30
* Improve hash index bucket split behavior.Robert Haas2016-11-30
* Add uuid to the set of types supported by contrib/btree_gist.Tom Lane2016-11-29
* Mark IsPostmasterEnvironment and IsBackgroundWorker as PGDLLIMPORT.Robert Haas2016-11-26
* Bring some clarity to the defaults for the xxx_flush_after parameters.Tom Lane2016-11-25
* Remove barrier.hRobert Haas2016-11-22
* Improve handling of "UPDATE ... SET (column_list) = row_constructor".Tom Lane2016-11-22
* Support condition variables.Robert Haas2016-11-22
* Add pg_sequences viewPeter Eisentraut2016-11-18
* Reserve zero as an invalid DSM handle.Robert Haas2016-11-15
* Account for catalog snapshot in PGXACT->xmin updates.Tom Lane2016-11-15
* Cleanup of rewriter and planner handling of Query.hasRowSecurity flag.Tom Lane2016-11-10
* Re-allow user_catalog_table option for materialized views.Tom Lane2016-11-10
* Simplify code by getting rid of SPI_push, SPI_pop, SPI_restore_connection.Tom Lane2016-11-08
* Replace uses of SPI_modifytuple that intend to allocate in current context.Tom Lane2016-11-08
* Band-aid fix for incorrect use of view options as StdRdOptions.Tom Lane2016-11-07
* Revert "Provide DLLEXPORT markers for C functions via PG_FUNCTION_INFO_V1 mac...Tom Lane2016-11-07
* Remove duplicate macro definition.Tom Lane2016-11-05
* pgwin32_is_junction's argument should be "const char *" not "char *".Tom Lane2016-11-05
* Provide DLLEXPORT markers for C functions via PG_FUNCTION_INFO_V1 macro.Tom Lane2016-11-04