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
Age
Commit message (
Expand
)
Author
2014-12-22
Move rbtree.c from src/backend/utils/misc to src/backend/lib.
Heikki Linnakangas
2014-12-22
Use a pairing heap for the priority queue in kNN-GiST searches.
Heikki Linnakangas
2014-12-19
pg_event_trigger_dropped_objects: add behavior flags
Alvaro Herrera
2014-12-19
Define Assert() et al to ((void)0) to avoid pedantic warnings.
Andres Freund
2014-12-18
Improve hash_create's API for selecting simple-binary-key hash functions.
Tom Lane
2014-12-18
Add memory barriers for PgBackendStatus.st_changecount protocol.
Fujii Masao
2014-12-16
Fix off-by-one loop count in MapArrayTypeName, and get rid of static array.
Tom Lane
2014-12-16
Misc comment typo fixes.
Heikki Linnakangas
2014-12-16
Fix incorrect comment about XLogRecordBlockHeader.data_length field.
Heikki Linnakangas
2014-12-15
Add point <-> polygon distance operator.
Heikki Linnakangas
2014-12-13
Add CINE option for CREATE TABLE AS and CREATE MATERIALIZED VIEW
Andrew Dunstan
2014-12-13
Remove duplicate #define
Heikki Linnakangas
2014-12-12
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
Put the logic to decide which synchronous standby is active into a function.
Heikki Linnakangas
2014-12-08
REINDEX SCHEMA
Simon Riggs
2014-12-08
Windows: use GetSystemTimePreciseAsFileTime if available
Simon Riggs
2014-12-07
Event Trigger for table_rewrite
Simon Riggs
2014-12-04
Move PG_AUTOCONF_FILENAME definition
Peter Eisentraut
2014-12-03
Keep track of transaction commit timestamps
Alvaro Herrera
2014-12-03
Fix typos
Alvaro Herrera
2014-12-02
Don't skip SQL backends in logical decoding for visibility computation.
Andres Freund
2014-12-02
Minor cleanup of function declarations for BRIN.
Tom Lane
2014-12-01
Fix hstore_to_json_loose's detection of valid JSON number values.
Andrew Dunstan
2014-12-01
Add a #define for the inet overlaps operator.
Tom Lane
2014-11-28
Fix BRIN operator family definitions
Alvaro Herrera
2014-11-28
Add bms_get_singleton_member(), and use it where appropriate.
Tom Lane
2014-11-28
Add bms_next_member(), and use it where appropriate.
Tom Lane
2014-11-27
Rename pg_rowsecurity -> pg_policy and other fixes
Stephen Frost
2014-11-26
Remove dead function prototype
Heikki Linnakangas
2014-11-25
action_at_recovery_target recovery config option
Simon Riggs
2014-11-25
Support arrays as input to array_agg() and ARRAY(SELECT ...).
Tom Lane
2014-11-25
Make Port->ssl_in_use available, even when built with !USE_SSL
Heikki Linnakangas
2014-11-24
Add infrastructure to save and restore GUC values.
Robert Haas
2014-11-24
Distinguish XLOG_FPI records generated for hint-bit updates.
Heikki Linnakangas
2014-11-23
Detect PG_PRINTF_ATTRIBUTE automatically.
Noah Misch
2014-11-21
Rearrange CustomScan API.
Tom Lane
2014-11-21
Simplify API for initially hooking custom-path providers into the planner.
Tom Lane
2014-11-21
Remove dead code supporting mark/restore in SeqScan, TidScan, ValuesScan.
Tom Lane
2014-11-20
Initial code review for CustomScan patch.
Tom Lane
2014-11-20
Remove no-longer-needed phony typedefs in genbki.h.
Tom Lane
2014-11-20
Revamp the WAL record format.
Heikki Linnakangas
2014-11-18
Reduce btree scan overhead for < and > strategies
Simon Riggs
2014-11-18
Remove obsolete debugging option, RTDEBUG.
Heikki Linnakangas
2014-11-17
Fix relpersistence setting in reindex_index
Alvaro Herrera
2014-11-15
Get rid of SET LOGGED indexes persistence kludge
Alvaro Herrera
2014-11-15
Remove unused InhPaths
Alvaro Herrera
2014-11-14
Clean up includes from RLS patch
Stephen Frost
2014-11-13
Fix race condition between hot standby and restoring a full-page image.
Heikki Linnakangas
2014-11-13
Move the guts of our Levenshtein implementation into core.
Robert Haas
[next]