aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* Perform RLS WITH CHECK before constraints, etcStephen Frost2015-04-24
* Move functions related to index maintenance to separate source file.Heikki Linnakangas2015-04-24
* RLS fixes, new hooks, and new test moduleStephen Frost2015-04-22
* Rename pg_replication_slot's new active_in to active_pid.Andres Freund2015-04-22
* Add 'active_in' column to pg_replication_slots.Andres Freund2015-04-21
* pg_upgrade: binary_upgrade_create_empty_extension() is strictBruce Momjian2015-04-17
* Integrate pg_upgrade_support module into backendPeter Eisentraut2015-04-14
* Oops, fix misspelled #endifHeikki Linnakangas2015-04-14
* Use Intel SSE 4.2 CRC instructions where available.Heikki Linnakangas2015-04-14
* Reorganize our CRC source files again.Heikki Linnakangas2015-04-14
* Don't archive bogus recycled or preallocated files after timeline switch.Heikki Linnakangas2015-04-13
* Add system view pg_stat_sslMagnus Hagander2015-04-12
* Optimize locking a tuple already locked by another subxactAlvaro Herrera2015-04-10
* pg_event_trigger_dropped_objects: add is_temp columnAlvaro Herrera2015-04-06
* Add log_min_autovacuum_duration per-table optionAlvaro Herrera2015-04-03
* Add palloc_extended for frontend and backend.Fujii Masao2015-04-03
* Use abbreviated keys for faster sorting of numeric datums.Robert Haas2015-04-02
* Define integer limits independently from the system definitions.Andres Freund2015-04-02
* Revert "psql: fix \connect with URIs and conninfo strings"Robert Haas2015-04-02
* psql: fix \connect with URIs and conninfo stringsAlvaro Herrera2015-04-01
* Move inet/cidr GiST opclass functions to correct place in header file.Heikki Linnakangas2015-04-01
* Run pg_upgrade and pg_resetxlog with restricted token on WindowsAndrew Dunstan2015-03-30
* Change array_offset to return subscripts, not offsetsAlvaro Herrera2015-03-30
* Add index-only scan support to range type GiST opclass.Heikki Linnakangas2015-03-30
* Add index-only scan support to inet GiST opclass.Heikki Linnakangas2015-03-28
* Fix GiST index-only scans for opclasses with different storage type.Heikki Linnakangas2015-03-26
* Tweak __attribute__-wrapping macros for better pgindent results.Tom Lane2015-03-26
* Add support for index-only scans in GiST.Heikki Linnakangas2015-03-26
* Minor cleanup of GiST code, for readability.Heikki Linnakangas2015-03-26
* Make SyncRepWakeQueue to a static functionTatsuo Ishii2015-03-26
* Centralize definition of integer limits.Andres Freund2015-03-25
* Return ObjectAddress in many ALTER TABLE sub-routinesAlvaro Herrera2015-03-25
* Reduce pinning and buffer content locking for btree scans.Kevin Grittner2015-03-25
* Add OID output argument to DefineTSConfigurationAlvaro Herrera2015-03-25
* Allow foreign tables to participate in inheritance.Tom Lane2015-03-22
* Add TOAST table to pg_shseclabel for long label useBruce Momjian2015-03-21
* Use mmap MAP_NOSYNC option to limit shared memory writesBruce Momjian2015-03-21
* Use 128-bit math to accelerate some aggregation functions.Andres Freund2015-03-20
* Add, optional, support for 128bit integers.Andres Freund2015-03-20
* Add flags argument to dsm_create.Robert Haas2015-03-19
* array_offset() and array_offsets()Alvaro Herrera2015-03-18
* Rationalize vacuuming options and parametersAlvaro Herrera2015-03-18
* Support opfamily members in get_object_addressAlvaro Herrera2015-03-16
* Improve representation of PlanRowMark.Tom Lane2015-03-15
* Move LockClauseStrength, LockWaitPolicy into new file nodes/lockoptions.h.Tom Lane2015-03-15
* Merge the various forms of transaction commit & abort records.Andres Freund2015-03-15
* Build src/port/dirmod.c only on Windows.Tom Lane2015-03-14
* Support flattening of empty-FROM subqueries and one-row VALUES tables.Tom Lane2015-03-11
* Improve planner's cost estimation in the presence of semijoins.Tom Lane2015-03-11
* Support default ACLs in get_object_addressAlvaro Herrera2015-03-11