index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
catalog
Commit message (
Expand
)
Author
Age
*
pg_event_trigger_dropped_objects: add behavior flags
Alvaro Herrera
2014-12-19
*
Add point <-> polygon distance operator.
Heikki Linnakangas
2014-12-15
*
Add several generator functions for jsonb that exist for json.
Andrew Dunstan
2014-12-12
*
Add json_strip_nulls and jsonb_strip_nulls functions.
Andrew Dunstan
2014-12-12
*
Event Trigger for table_rewrite
Simon Riggs
2014-12-08
*
Keep track of transaction commit timestamps
Alvaro Herrera
2014-12-03
*
Minor cleanup of function declarations for BRIN.
Tom Lane
2014-12-02
*
Add a #define for the inet overlaps operator.
Tom Lane
2014-11-30
*
Fix BRIN operator family definitions
Alvaro Herrera
2014-11-28
*
Rename pg_rowsecurity -> pg_policy and other fixes
Stephen Frost
2014-11-27
*
Support arrays as input to array_agg() and ARRAY(SELECT ...).
Tom Lane
2014-11-25
*
Distinguish XLOG_FPI records generated for hint-bit updates.
Heikki Linnakangas
2014-11-24
*
Remove no-longer-needed phony typedefs in genbki.h.
Tom Lane
2014-11-20
*
Revamp the WAL record format.
Heikki Linnakangas
2014-11-20
*
Get rid of SET LOGGED indexes persistence kludge
Alvaro Herrera
2014-11-15
*
Add generate_series(numeric, numeric).
Fujii Masao
2014-11-11
*
BRIN: Block Range Indexes
Alvaro Herrera
2014-11-07
*
Move the backup-block logic from XLogInsert to a new file, xloginsert.c.
Heikki Linnakangas
2014-11-06
*
Implement IF NOT EXIST for CREATE INDEX.
Fujii Masao
2014-11-06
*
Switch to CRC-32C in WAL and other places.
Heikki Linnakangas
2014-11-04
*
Correct volatility markings of a few json functions.
Andrew Dunstan
2014-10-20
*
Implement SKIP LOCKED for row-level locks
Alvaro Herrera
2014-10-07
*
Revert 95d737ff to add 'ignore_nulls'
Stephen Frost
2014-09-29
*
Change JSONB's on-disk format for improved performance.
Tom Lane
2014-09-29
*
Code review for row security.
Stephen Frost
2014-09-24
*
Fix typos in descriptions of json_object functions.
Andrew Dunstan
2014-09-24
*
Row-Level Security Policies (RLS)
Stephen Frost
2014-09-19
*
Add rmgr callback to name xlog record types for display purposes.
Andres Freund
2014-09-19
*
Fix the return type of GIN triConsistent support functions to "char".
Heikki Linnakangas
2014-09-16
*
Add 'ignore_nulls' option to row_to_json
Stephen Frost
2014-09-11
*
Implement mxid_age() to compute multi-xid age
Bruce Momjian
2014-09-10
*
Add width_bucket(anyelement, anyarray).
Tom Lane
2014-09-09
*
Fix s/pluggins/plugins/ typo in two comments.
Andres Freund
2014-09-01
*
Again update C comments for pg_attribute.attislocal
Bruce Momjian
2014-08-30
*
Update C comment for pg_attribute.attislocal
Bruce Momjian
2014-08-29
*
Add min and max aggregates for inet/cidr data types.
Tom Lane
2014-08-28
*
rename macro isTempOrToastNamespace to isTempOrTempToastNamespace
Bruce Momjian
2014-08-25
*
Fix bogus commutator/negator links for JSONB containment operators.
Tom Lane
2014-08-16
*
Add sortsupport routines for text.
Robert Haas
2014-08-14
*
pg_upgrade: prevent oid conflicts with new-cluster TOAST tables
Bruce Momjian
2014-08-07
*
json_build_object and json_build_array are stable, not immutable.
Andrew Dunstan
2014-07-15
*
Rename logical decoding's pg_llog directory to pg_logical.
Andres Freund
2014-07-02
*
Remove use_json_as_text options from json_to_record/json_populate_record.
Tom Lane
2014-06-29
*
Get rid of bogus separate pg_proc entries for json_extract_path operators.
Tom Lane
2014-06-26
*
Add Asserts to verify that catalog cache keys are unique and not null.
Tom Lane
2014-06-20
*
Implement UPDATE tab SET (col1,col2,...) = (SELECT ...), ...
Tom Lane
2014-06-18
*
Change the signature of rm_desc so that it's passed a XLogRecord.
Heikki Linnakangas
2014-06-14
*
Rename lo_create(oid, bytea) to lo_from_bytea().
Tom Lane
2014-06-12
*
Add defenses against running with a wrong selection of LOBLKSIZE.
Tom Lane
2014-06-05
*
Consistently spell a replication slot's name as slot_name.
Andres Freund
2014-06-05
[next]