summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
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
2015-03-26Tweak __attribute__-wrapping macros for better pgindent results.Tom Lane
2015-03-26Add support for index-only scans in GiST.Heikki Linnakangas
2015-03-26Minor cleanup of GiST code, for readability.Heikki Linnakangas
2015-03-26Make SyncRepWakeQueue to a static functionTatsuo Ishii
2015-03-25Centralize definition of integer limits.Andres Freund
2015-03-25Return ObjectAddress in many ALTER TABLE sub-routinesAlvaro Herrera
2015-03-25Reduce pinning and buffer content locking for btree scans.Kevin Grittner
2015-03-25Add OID output argument to DefineTSConfigurationAlvaro Herrera
2015-03-22Allow foreign tables to participate in inheritance.Tom Lane
2015-03-22Add TOAST table to pg_shseclabel for long label useBruce Momjian
2015-03-22Use mmap MAP_NOSYNC option to limit shared memory writesBruce Momjian
2015-03-20Use 128-bit math to accelerate some aggregation functions.Andres Freund
2015-03-20Add, optional, support for 128bit integers.Andres Freund
2015-03-19Add flags argument to dsm_create.Robert Haas
2015-03-18array_offset() and array_offsets()Alvaro Herrera
2015-03-18Rationalize vacuuming options and parametersAlvaro Herrera
2015-03-16Support opfamily members in get_object_addressAlvaro Herrera
2015-03-15Improve representation of PlanRowMark.Tom Lane
2015-03-15Move LockClauseStrength, LockWaitPolicy into new file nodes/lockoptions.h.Tom Lane
2015-03-15Merge the various forms of transaction commit & abort records.Andres Freund
2015-03-14Build src/port/dirmod.c only on Windows.Tom Lane
2015-03-12Support flattening of empty-FROM subqueries and one-row VALUES tables.Tom Lane
2015-03-12Improve planner's cost estimation in the presence of semijoins.Tom Lane
2015-03-11Support default ACLs in get_object_addressAlvaro Herrera
2015-03-11Support user mappings in get_object_addressAlvaro Herrera
2015-03-11Make operator precedence follow the SQL standard more closely.Tom Lane
2015-03-11Suggest to the user the column they may have meant to reference.Robert Haas