summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2015-05-09Add new OID alias type regnamespaceAndrew Dunstan
2015-05-09Add new OID alias type regroleAndrew Dunstan
2015-05-08Bump catversion for pg_file_settingsStephen Frost
2015-05-08Add pg_file_settings view and functionStephen Frost
2015-05-08At promotion, archive last segment from old timeline with .partial suffix.Heikki Linnakangas
2015-05-08Add macros to check if a filename is a WAL segment or other such file.Heikki Linnakangas
2015-05-08Minor ON CONFLICT related comments and doc fixes.Andres Freund
2015-05-08Teach autovacuum about multixact member wraparound.Robert Haas
2015-05-08Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.Andres Freund
2015-05-07Represent columns requiring insert and update privileges indentently.Andres Freund
2015-05-07Improve BRIN infra, minmax opclass and regression testAlvaro Herrera
2015-05-06Avoid using a C++ keyword as a structure member name.Robert Haas
2015-05-05Add geometry/range functions to support BRIN inclusionAlvaro Herrera
2015-05-04Improve procost estimates for some text search functions.Tom Lane
2015-05-04Recursively fsync() the data directory after a crash.Robert Haas
2015-05-01Allow FDWs and custom scan providers to replace joins with scans.Robert Haas
2015-05-01Copy editing of the replication origins patch.Andres Freund
2015-05-01Fix unaligned memory access in xlog parsing due to replication origin patch.Andres Freund
2015-04-30Create an infrastructure for parallel computation in PostgreSQL.Robert Haas
2015-04-29Correct replication origin's use of UINT16_MAX to PG_UINT16_MAX.Andres Freund
2015-04-29Introduce replication progress tracking infrastructure.Andres Freund
2015-04-27Improve qual pushdown for RLS and SB viewsStephen Frost
2015-04-26Fix various typos and grammar errors in comments.Andres Freund
2015-04-26Add transforms featurePeter Eisentraut
2015-04-25Perform RLS WITH CHECK before constraints, etcStephen Frost
2015-04-24Move functions related to index maintenance to separate source file.Heikki Linnakangas
2015-04-22RLS fixes, new hooks, and new test moduleStephen Frost
2015-04-22Rename pg_replication_slot's new active_in to active_pid.Andres Freund
2015-04-21Add 'active_in' column to pg_replication_slots.Andres Freund
2015-04-18pg_upgrade: binary_upgrade_create_empty_extension() is strictBruce Momjian
2015-04-14Integrate pg_upgrade_support module into backendPeter Eisentraut
2015-04-14Oops, fix misspelled #endifHeikki Linnakangas
2015-04-14Use Intel SSE 4.2 CRC instructions where available.Heikki Linnakangas
2015-04-14Reorganize our CRC source files again.Heikki Linnakangas
2015-04-13Don't archive bogus recycled or preallocated files after timeline switch.Heikki Linnakangas
2015-04-12Add system view pg_stat_sslMagnus Hagander
2015-04-10Optimize locking a tuple already locked by another subxactAlvaro Herrera
2015-04-06pg_event_trigger_dropped_objects: add is_temp columnAlvaro Herrera
2015-04-03Add log_min_autovacuum_duration per-table optionAlvaro Herrera
2015-04-03Add palloc_extended for frontend and backend.Fujii Masao
2015-04-02Use abbreviated keys for faster sorting of numeric datums.Robert Haas
2015-04-02Define integer limits independently from the system definitions.Andres Freund
2015-04-02Revert "psql: fix \connect with URIs and conninfo strings"Robert Haas
2015-04-01psql: fix \connect with URIs and conninfo stringsAlvaro Herrera
2015-04-01Move inet/cidr GiST opclass functions to correct place in header file.Heikki Linnakangas
2015-03-30Run pg_upgrade and pg_resetxlog with restricted token on WindowsAndrew Dunstan
2015-03-30Change array_offset to return subscripts, not offsetsAlvaro Herrera
2015-03-30Add index-only scan support to range type GiST opclass.Heikki Linnakangas
2015-03-28Add index-only scan support to inet GiST opclass.Heikki Linnakangas
2015-03-26Fix GiST index-only scans for opclasses with different storage type.Heikki Linnakangas