summaryrefslogtreecommitdiff
path: root/src/backend/commands
AgeCommit message (Expand)Author
2015-02-17Fix EXPLAIN output for cases where parent table is excluded by constraints.Tom Lane
2015-02-03Introduce and use infrastructure for interrupt processing during client reads.Andres Freund
2015-02-02Be more careful to not lose sync in the FE/BE protocol.Heikki Linnakangas
2015-01-28Clean up range-table building in copy.cStephen Frost
2015-01-28Fix column-privilege leak in error-message pathsStephen Frost
2015-01-26Fix volatile-safety issue in asyncQueueReadAllNotifications().Tom Lane
2015-01-24Clean up some mess in row-security patches.Tom Lane
2015-01-22Fix whitespacePeter Eisentraut
2015-01-22adjust ACL owners for REASSIGN and ALTER OWNER TOBruce Momjian
2015-01-19Use abbreviated keys for faster sorting of text datums.Robert Haas
2015-01-16Show sort ordering options in EXPLAIN output.Tom Lane
2015-01-15Rearrange explain.c's API so callers need not embed sizeof(ExplainState).Tom Lane
2015-01-15Improve performance of EXPLAIN with large range tables.Tom Lane
2015-01-08Fix logging of pages skipped due to pins during vacuum.Andres Freund
2015-01-08Reject ANALYZE commands during VACUUM FULL or another ANALYZE.Noah Misch
2015-01-06Update copyright for 2015Bruce Momjian
2015-01-04Add error handling for failing fstat() calls in copy.c.Andres Freund
2014-12-30pg_event_trigger_dropped_objects: Add name/args output columnsAlvaro Herrera
2014-12-30Use TypeName to represent type names in certain commandsAlvaro Herrera
2014-12-23Revert "Use a bitmask to represent role attributes"Alvaro Herrera
2014-12-23Add SQL-callable pg_get_object_addressAlvaro Herrera
2014-12-23Use a bitmask to represent role attributesAlvaro Herrera
2014-12-23get_object_address: separate domain constraints from table constraintsAlvaro Herrera
2014-12-19pg_event_trigger_dropped_objects: add behavior flagsAlvaro Herrera
2014-12-18Use %u to print out BlockNumber variablesAlvaro Herrera
2014-12-18Have VACUUM log number of skipped pages due to pinsAlvaro Herrera
2014-12-18Improve hash_create's API for selecting simple-binary-key hash functions.Tom Lane
2014-12-18Remove odd blank line in comment.Fujii Masao
2014-12-17Allow CHECK constraints to be placed on foreign tables.Tom Lane
2014-12-13Add CINE option for CREATE TABLE AS and CREATE MATERIALIZED VIEWAndrew Dunstan
2014-12-11Further changes to REINDEX SCHEMASimon Riggs
2014-12-09Silence REINDEXSimon Riggs
2014-12-08REINDEX SCHEMASimon Riggs
2014-12-07Event Trigger for table_rewriteSimon Riggs
2014-12-03Keep track of transaction commit timestampsAlvaro Herrera
2014-11-27Rename pg_rowsecurity -> pg_policy and other fixesStephen Frost
2014-11-24Add infrastructure to save and restore GUC values.Robert Haas
2014-11-20Add missing case for CustomScan.Tom Lane
2014-11-20Revamp the WAL record format.Heikki Linnakangas
2014-11-17Fix relpersistence setting in reindex_indexAlvaro Herrera
2014-11-15Emit msg re skipping ANALYZE for absent inh treeSimon Riggs
2014-11-15Get rid of SET LOGGED indexes persistence kludgeAlvaro Herrera
2014-11-14Clean up includes from RLS patchStephen Frost
2014-11-14Move BufferGetBlockNumber() out of heap_page_is_all_visible()'s inner loop.Andres Freund
2014-11-12Use just one database connection in the "tablespace" test.Noah Misch
2014-11-10Fix potential NULL-pointer dereference.Robert Haas
2014-11-07Introduce custom path and scan providers.Robert Haas
2014-11-06Move the backup-block logic from XLogInsert to a new file, xloginsert.c.Heikki Linnakangas
2014-11-06Fix typo in comment.Fujii Masao
2014-11-06Implement IF NOT EXIST for CREATE INDEX.Fujii Masao