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
2014-02-09
Mark some more variables as static or include the appropriate header
Peter Eisentraut
2014-02-07
In RelationClearRelation, postpone cache reload if !IsTransactionState().
Tom Lane
2014-02-06
Alphabeticize list in OBJS definition in utils/adt Makefile.
Andrew Dunstan
2014-02-06
Assert(IsTransactionState()) in RelationIdGetRelation().
Tom Lane
2014-02-06
Fix whitespace
Peter Eisentraut
2014-02-04
Fix comparison of an array of characters with zero to compare with '\0' instead.
Fujii Masao
2014-02-03
In json code, clean up temp memory contexts after processing.
Andrew Dunstan
2014-02-03
Make pg_basebackup skip temporary statistics files.
Fujii Masao
2014-02-01
arrays: tighten checks for multi-dimensional input
Bruce Momjian
2014-02-01
Introduce replication slots.
Robert Haas
2014-01-30
Add checks for interval overflow/underflow
Bruce Momjian
2014-01-29
Silence compiler warnings about possibly unset variables.
Andrew Dunstan
2014-01-29
Add json_array_elements_text function.
Andrew Dunstan
2014-01-29
Allow using huge TLB pages on Linux (MAP_HUGETLB)
Heikki Linnakangas
2014-01-28
New json functions.
Andrew Dunstan
2014-01-28
Add pg_stat_archiver statistics view.
Fujii Masao
2014-01-27
Relax the requirement that all lwlocks be stored in a single array.
Robert Haas
2014-01-27
Code review for auto-tuned effective_cache_size.
Tom Lane
2014-01-27
Change the suffix of auto conf temporary file from "temp" to "tmp".
Fujii Masao
2014-01-27
Fix typos in comments for ALTER SYSTEM.
Fujii Masao
2014-01-26
Enable building with Visual Studion 2013.
Andrew Dunstan
2014-01-23
Allow use of "z" flag in our printf calls, and use it where appropriate.
Tom Lane
2014-01-23
Make DROP IF EXISTS more consistently not fail
Alvaro Herrera
2014-01-22
Reindent json.c and jsonfuncs.c.
Andrew Dunstan
2014-01-21
Add a cardinality function for arrays.
Robert Haas
2014-01-21
Fix inadvertent semantics change in last patch to plug memory leaks.
Robert Haas
2014-01-21
Plug more memory leaks when reloading config file.
Robert Haas
2014-01-20
Fix to_timestamp/to_date's handling of consecutive spaces in format string.
Tom Lane
2014-01-19
Adjust the SSL connection notification message
Magnus Hagander
2014-01-18
Make various variables const (read-only).
Tom Lane
2014-01-17
Show SSL encryption information when logging connections
Magnus Hagander
2014-01-13
Code improvements for ALTER SYSTEM .. SET.
Robert Haas
2014-01-11
Fix possible crashes due to using elog/ereport too early in startup.
Tom Lane
2014-01-09
Remove unnecessary local variables to work around an icc optimization bug.
Tom Lane
2014-01-08
Avoid extra AggCheckCallContext() checks in ordered-set aggregates.
Tom Lane
2014-01-07
Update copyright for 2014
Bruce Momjian
2014-01-07
Silence compiler warning on MSVC.
Heikki Linnakangas
2014-01-07
Add more use of psprintf()
Peter Eisentraut
2014-01-05
Cache catalog lookup data across groups in ordered-set aggregates.
Tom Lane
2014-01-04
Fix header comment for bitncmp().
Tom Lane
2014-01-02
Rename walLogHints to wal_log_hints for easier grepping.
Robert Haas
2013-12-29
Update grammar
Peter Eisentraut
2013-12-27
Properly detect invalid JSON numbers when generating JSON.
Andrew Dunstan
2013-12-27
Fix misplaced right paren bugs in pgstatfuncs.c.
Kevin Grittner
2013-12-24
Fix inadequately-tested code path in tuplesort_skiptuples().
Tom Lane
2013-12-24
Fix ANALYZE failure on a column that's a domain over a range.
Tom Lane
2013-12-23
Support ordered-set (WITHIN GROUP) aggregates.
Tom Lane
2013-12-22
Change the way we mark tuples as frozen.
Robert Haas
2013-12-20
Rename wal_log_hintbits to wal_log_hints, per discussion on pgsql-hackers.
Fujii Masao
2013-12-18
Allow on-detach callbacks for dynamic shared memory segments.
Robert Haas
[next]