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
/
backend
/
utils
Age
Commit message (
Expand
)
Author
2015-04-26
Fix various typos and grammar errors in comments.
Andres Freund
2015-04-26
Add transforms feature
Peter Eisentraut
2015-04-17
Fix typo in relcache's equalPolicy()
Stephen Frost
2015-04-14
Integrate pg_upgrade_support module into backend
Peter Eisentraut
2015-04-14
Reorganize our CRC source files again.
Heikki Linnakangas
2015-04-12
Add system view pg_stat_ssl
Magnus Hagander
2015-04-12
Remove duplicated words in comments.
Heikki Linnakangas
2015-04-10
Optimize locking a tuple already locked by another subxact
Alvaro Herrera
2015-04-08
Change SQLSTATE for event triggers "wrong context" message
Alvaro Herrera
2015-04-08
Make trace_sort control abbreviation debug output for the text opclass.
Robert Haas
2015-04-06
pg_event_trigger_dropped_objects: add is_temp column
Alvaro Herrera
2015-04-04
Fix numeric abbreviation for --disable-float8-byval.
Robert Haas
2015-04-03
Change the way we decide whether to give up on abbreviated text keys.
Robert Haas
2015-04-03
Add palloc_extended for frontend and backend.
Fujii Masao
2015-04-03
Fix rare startup failure induced by MVCC-catalog-scans patch.
Tom Lane
2015-04-02
Repair stupid mistake in preprocessor directive.
Robert Haas
2015-04-02
Use abbreviated keys for faster sorting of numeric datums.
Robert Haas
2015-04-02
Add missing calls to DatumGetUInt32.
Robert Haas
2015-04-02
Define integer limits independently from the system definitions.
Andres Freund
2015-04-01
Provide real selectivity estimators for inet/cidr operators.
Tom Lane
2015-03-31
Remove spurious semicolons.
Heikki Linnakangas
2015-03-30
Change array_offset to return subscripts, not offsets
Alvaro Herrera
2015-03-30
Be more careful about printing constants in ruleutils.c.
Tom Lane
2015-03-30
Add index-only scan support to range type GiST opclass.
Heikki Linnakangas
2015-03-29
Remove a couple other vestigial yylex() declarations.
Tom Lane
2015-03-28
Add index-only scan support to inet GiST opclass.
Heikki Linnakangas
2015-03-26
Tweak __attribute__-wrapping macros for better pgindent results.
Tom Lane
2015-03-25
Add an ASSERT statement in plpgsql.
Tom Lane
2015-03-25
Centralize definition of integer limits.
Andres Freund
2015-03-23
Apply table and domain CHECK constraints in name order.
Tom Lane
2015-03-23
to_char: revert cc0d90b73b2e6dd2f301d46818a7265742c41a14
Bruce Momjian
2015-03-22
Fix minor copy & pasto in the int128 accumulator patch.
Andres Freund
2015-03-22
to_char(float4/8): zero pad to specified length
Bruce Momjian
2015-03-20
Use 128-bit math to accelerate some aggregation functions.
Andres Freund
2015-03-19
GetUserId() changes to has_privs_of_role()
Stephen Frost
2015-03-18
array_offset() and array_offsets()
Alvaro Herrera
2015-03-15
Improve representation of PlanRowMark.
Tom Lane
2015-03-15
Increase max_wal_size's default from 128MB to 1GB.
Andres Freund
2015-03-11
Make operator precedence follow the SQL standard more closely.
Tom Lane
2015-03-11
Suggest to the user the column they may have meant to reference.
Robert Haas
2015-03-11
Add macros wrapping all usage of gcc's __attribute__.
Andres Freund
2015-03-11
Add GUC to enable compression of full page images stored in WAL.
Fujii Masao
2015-03-09
Allow CURRENT/SESSION_USER to be used in certain commands
Alvaro Herrera
2015-03-09
Fix handling of sortKeys field in Tuplesortstate.
Robert Haas
2015-03-05
Avoid unused-variable warning in non-assert builds.
Tom Lane
2015-03-04
Fix cost estimation for indexscans on expensive indexed expressions.
Tom Lane
2015-03-01
Use the typcache to cache constraints for domain types.
Tom Lane
2015-03-01
Add transform functions for AT TIME ZONE.
Noah Misch
2015-02-28
Improve mmgr README.
Tom Lane
2015-02-27
Suppress uninitialized-variable warning from less-bright compilers.
Tom Lane
[next]