summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
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
2016-12-01Perform one only projection to compute agg arguments.Andres Freund
2016-11-30Improve hash index bucket split behavior.Robert Haas
2016-11-29Add uuid to the set of types supported by contrib/btree_gist.Tom Lane
2016-11-26Mark IsPostmasterEnvironment and IsBackgroundWorker as PGDLLIMPORT.Robert Haas
2016-11-25Bring some clarity to the defaults for the xxx_flush_after parameters.Tom Lane
2016-11-23Remove barrier.hRobert Haas
2016-11-22Improve handling of "UPDATE ... SET (column_list) = row_constructor".Tom Lane
2016-11-22Support condition variables.Robert Haas
2016-11-18Add pg_sequences viewPeter Eisentraut
2016-11-15Reserve zero as an invalid DSM handle.Robert Haas
2016-11-15Account for catalog snapshot in PGXACT->xmin updates.Tom Lane
2016-11-10Cleanup of rewriter and planner handling of Query.hasRowSecurity flag.Tom Lane
2016-11-10Re-allow user_catalog_table option for materialized views.Tom Lane
2016-11-08Simplify code by getting rid of SPI_push, SPI_pop, SPI_restore_connection.Tom Lane
2016-11-08Replace uses of SPI_modifytuple that intend to allocate in current context.Tom Lane
2016-11-07Band-aid fix for incorrect use of view options as StdRdOptions.Tom Lane
2016-11-07Revert "Provide DLLEXPORT markers for C functions via PG_FUNCTION_INFO_V1 mac...Tom Lane
2016-11-05Remove duplicate macro definition.Tom Lane
2016-11-05pgwin32_is_junction's argument should be "const char *" not "char *".Tom Lane
2016-11-04Provide DLLEXPORT markers for C functions via PG_FUNCTION_INFO_V1 macro.Tom Lane
2016-11-04Implement syntax for transition tables in AFTER triggers.Kevin Grittner
2016-11-04Add API to check if an existing exclusive lock allows cleanup.Robert Haas
2016-10-31Remove declarations for pq_putmessage_hook and pq_flush_hook.Robert Haas
2016-10-27Avoid using a C++ keyword in header filePeter Eisentraut
2016-10-26Fix typos in comments.Heikki Linnakangas
2016-10-23Allow pg_basebackup to stream transaction log in tar modeMagnus Hagander
2016-10-20Rename "pg_xlog" directory to "pg_wal".Robert Haas
2016-10-18Fix a few typos in simplehash.h.Andres Freund
2016-10-18Fix typo in comment.Robert Haas
2016-10-18Revert "Replace PostmasterRandom() with a stronger way of generating randomne...Heikki Linnakangas
2016-10-17Replace PostmasterRandom() with a stronger way of generating randomness.Heikki Linnakangas
2016-10-15Use more efficient hashtable for execGrouping.c to speed up hash aggregation.Andres Freund
2016-10-14Add a macro templatized hashtable.Andres Freund
2016-10-14Add likely/unlikely() branch hint macros.Andres Freund
2016-10-12Revert addition of PGDLLEXPORT in PG_FUNCTION_INFO_V1 macro.Tom Lane
2016-10-12Remove unnecessary int2vector-specific hash function and equality operator.Tom Lane
2016-10-12Provide DLLEXPORT markers for C functions via PG_FUNCTION_INFO_V1 macro.Tom Lane
2016-10-12Fix copy-pasto in comment.Heikki Linnakangas
2016-10-12Simplify the code for logical tape read buffers.Heikki Linnakangas