index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
utils
Age
Commit message (
Expand
)
Author
2014-11-25
Support arrays as input to array_agg() and ARRAY(SELECT ...).
Tom Lane
2014-11-24
Add infrastructure to save and restore GUC values.
Robert Haas
2014-11-20
Revamp the WAL record format.
Heikki Linnakangas
2014-11-17
Fix relpersistence setting in reindex_index
Alvaro Herrera
2014-11-14
Clean up includes from RLS patch
Stephen Frost
2014-11-13
Move the guts of our Levenshtein implementation into core.
Robert Haas
2014-11-12
Explicitly support the case that a plancache's raw_parse_tree is NULL.
Tom Lane
2014-11-11
Add generate_series(numeric, numeric).
Fujii Masao
2014-11-11
Add GUC and storage parameter to set the maximum size of GIN pending list.
Fujii Masao
2014-11-10
C comment: mention 1500-02-29 as an invalid date
Bruce Momjian
2014-11-07
Use the sortsupport infrastructure in more cases.
Robert Haas
2014-11-07
BRIN: Block Range Indexes
Alvaro Herrera
2014-11-06
Move the backup-block logic from XLogInsert to a new file, xloginsert.c.
Heikki Linnakangas
2014-11-06
C comment: mention why the Gregorian calendar is used pre-1582
Bruce Momjian
2014-11-04
Switch to CRC-32C in WAL and other places.
Heikki Linnakangas
2014-11-04
Remove support for 64-bit CRC.
Heikki Linnakangas
2014-10-31
Support frontend-backend protocol communication using a shm_mq.
Robert Haas
2014-10-29
Avoid setup work for invalidation messages at start-of-(sub)xact.
Robert Haas
2014-10-16
Support timezone abbreviations that sometimes change.
Tom Lane
2014-10-08
Split builtins.h to a new header ruleutils.h
Alvaro Herrera
2014-10-07
Implement SKIP LOCKED for row-level locks
Alvaro Herrera
2014-09-29
Revert 95d737ff to add 'ignore_nulls'
Stephen Frost
2014-09-29
Change JSONB's on-disk format for improved performance.
Tom Lane
2014-09-19
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-14
Invent PGC_SU_BACKEND and mark log_connections/log_disconnections that way.
Tom Lane
2014-09-12
Add 'ignore_nulls' option to row_to_json
Stephen Frost
2014-09-10
Implement mxid_age() to compute multi-xid age
Bruce Momjian
2014-09-09
Add width_bucket(anyelement, anyarray).
Tom Lane
2014-09-04
Update comment to reflect commit 1d41739e5a04b0e93304d24d864b6bfa3efc45f2.
Robert Haas
2014-08-29
Add min and max aggregates for inet/cidr data types.
Tom Lane
2014-08-15
Remove remnants of a JENTRY_ISFIRST flag bit.
Heikki Linnakangas
2014-08-14
Add sortsupport routines for text.
Robert Haas
2014-08-06
Don't require sort support functions to provide a comparator.
Robert Haas
2014-07-14
Move view reloptions into their own varlena struct
Alvaro Herrera
2014-07-01
Avoid copying index tuples when building an index.
Robert Haas
2014-06-30
Fix and enhance the assertion of no palloc's in a critical section.
Heikki Linnakangas
2014-06-29
Add cluster_name GUC which is included in process titles if set.
Andres Freund
2014-06-19
Don't allow data_directory to be set in postgresql.auto.conf by ALTER SYSTEM.
Fujii Masao
2014-06-14
Change the signature of rm_desc so that it's passed a XLogRecord.
Heikki Linnakangas
2014-06-05
Add btree and hash opclasses for pg_lsn.
Tom Lane
2014-05-22
Fix typo in comment.
Fujii Masao
2014-05-14
Code review for recent changes in relcache.c.
Tom Lane
2014-05-11
Rename jsonb_hash_ops to jsonb_path_ops.
Tom Lane
2014-05-09
More jsonb cleanup.
Heikki Linnakangas
2014-05-09
Improve key representation for GIN jsonb_ops, and fix existence-search bug.
Tom Lane
2014-05-09
Avoid some pnstrdup()s when constructing jsonb
Heikki Linnakangas
2014-05-09
Revert "Auto-tune effective_cache size to be 4x shared buffers"
Tom Lane
2014-05-07
Clean up jsonb code.
Heikki Linnakangas
2014-05-06
pgindent run for 9.4
Bruce Momjian
[next]