summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
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
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