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
2016-10-12
Remove unnecessary int2vector-specific hash function and equality operator.
Tom Lane
2016-10-12
Simplify the code for logical tape read buffers.
Heikki Linnakangas
2016-10-03
Show a sensible value in pg_settings.unit for GUC_UNIT_XSEGS variables.
Tom Lane
2016-10-03
Change the way pre-reading in external sort's merge phase works.
Heikki Linnakangas
2016-09-30
Fix breakage in previous change
Peter Eisentraut
2016-09-30
Separate enum from struct
Peter Eisentraut
2016-09-10
Improve unreachability recognition in elog() macro.
Tom Lane
2016-09-06
Add location field to DefElem
Peter Eisentraut
2016-08-27
Add macros to make AllocSetContextCreate() calls simpler and safer.
Tom Lane
2016-08-23
Create an SP-GiST opclass for inet/cidr.
Tom Lane
2016-08-23
Add txid_current_ifassigned().
Robert Haas
2016-08-23
Refactor some network.c code to create cidr_set_masklen_internal().
Tom Lane
2016-08-18
In plpgsql, don't try to convert int2vector or oidvector to expanded array.
Tom Lane
2016-08-17
Implement regexp_match(), a simplified alternative to regexp_matches().
Tom Lane
2016-08-17
Improve parsetree representation of special functions such as CURRENT_DATE.
Tom Lane
2016-08-14
Remove bogus dependencies on NUMERIC_MAX_PRECISION.
Tom Lane
2016-08-13
Add SQL-accessible functions for inspecting index AM properties.
Tom Lane
2016-08-07
Fix TOAST access failure in RETURNING queries.
Tom Lane
2016-08-05
Fix copy-and-pasteo in 81c766b3fd41c78c634d78ebae8d316808dfc630.
Tom Lane
2016-08-05
Change InitToastSnapshot to a macro.
Robert Haas
2016-08-03
Prevent "snapshot too old" from trying to return pruned TOAST tuples.
Robert Haas
2016-07-15
Avoid invalidating all foreign-join cached plans when user mappings change.
Tom Lane
2016-07-14
Fix GiST index build for NaN values in geometric types.
Tom Lane
2016-06-18
Restore foreign-key-aware estimation of join relation sizes.
Tom Lane
2016-06-10
Fix interaction between CREATE INDEX and "snapshot too old".
Kevin Grittner
2016-06-09
pgindent run for 9.6
Robert Haas
2016-06-09
Mop-up for parallel degree-ectomy.
Tom Lane
2016-06-09
Eliminate "parallel degree" terminology.
Robert Haas
2016-06-07
Revert "Use Foreign Key relationships to infer multi-column join selectivity".
Tom Lane
2016-06-03
Inline the easy cases in MakeExpandedObjectReadOnly().
Tom Lane
2016-05-27
Be more predictable about reporting "lock timeout" vs "statement timeout".
Tom Lane
2016-05-06
Fix hash index vs "snapshot too old" problemms
Kevin Grittner
2016-04-29
Add a few entries to the tail of time mapping, to see old values.
Kevin Grittner
2016-04-21
PGDLLIMPORT-ify old_snapshot_threshold.
Tom Lane
2016-04-14
Make init_spin_delay() C89 compliant and change stuck spinlock reporting.
Andres Freund
2016-04-08
Reserve the "pg_" namespace for roles
Stephen Frost
2016-04-08
Add the "snapshot too old" feature
Kevin Grittner
2016-04-08
Revert CREATE INDEX ... INCLUDING ...
Teodor Sigaev
2016-04-08
Add combine functions for various floating-point aggregates.
Robert Haas
2016-04-08
CREATE INDEX ... INCLUDING (column[, ...])
Teodor Sigaev
2016-04-08
Add a 'parallel_degree' reloption.
Robert Haas
2016-04-07
Load FK defs into relcache for use by planner
Simon Riggs
2016-04-06
Add jsonb_insert
Teodor Sigaev
2016-04-05
Add parallel query support functions for assorted aggregates.
Robert Haas
2016-04-04
Introduce a LOG_SERVER_ONLY ereport level, which is never sent to client.
Tom Lane
2016-03-30
Improve portability of I/O behavior for the geometric types.
Tom Lane
2016-03-30
Introduce SP-GiST operator class over box.
Teodor Sigaev
2016-03-29
Allow to_timestamp(float8) to convert float infinity to timestamp infinity.
Tom Lane
2016-03-24
Support CREATE ACCESS METHOD
Alvaro Herrera
2016-03-18
Introduce parse_ident()
Teodor Sigaev
[next]