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-01-29
Forgot to bump catalog version for json_array_elements_text.
Andrew Dunstan
2014-01-29
Include planning time in EXPLAIN ANALYZE output.
Robert Haas
2014-01-29
Add json_array_elements_text function.
Andrew Dunstan
2014-01-29
Further optimize GIN multi-key searches.
Heikki Linnakangas
2014-01-29
Further optimize multi-key GIN searches.
Heikki Linnakangas
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-28
Remove orphaned prototype
Bruce Momjian
2014-01-28
Log a detail message for auth failures due to missing or expired password.
Tom Lane
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
Fix typos in comments for ALTER SYSTEM.
Fujii Masao
2014-01-26
Enable building with Visual Studion 2013.
Andrew Dunstan
2014-01-25
Add recovery_target='immediate' option.
Heikki Linnakangas
2014-01-24
ALTER TABLESPACE ... MOVE ... OWNED BY
Stephen Frost
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
Compress GIN posting lists, for smaller index size.
Heikki Linnakangas
2014-01-21
Add a cardinality function for arrays.
Robert Haas
2014-01-20
Expose a routine to print triggers during EXPLAIN ANALYZE
Alvaro Herrera
2014-01-20
Speed up COPY into tables with DEFAULT nextval()
Simon Riggs
2014-01-19
Remove support for native krb5 authentication
Magnus Hagander
2014-01-19
Add CREATE TABLESPACE ... WITH ... Options
Stephen Frost
2014-01-19
Fix VACUUM's reporting of dead-tuple counts to the stats collector.
Tom Lane
2014-01-18
Add ALTER TABLESPACE ... MOVE command
Stephen Frost
2014-01-18
Make various variables const (read-only).
Tom Lane
2014-01-18
Export a few more symbols required for test_shm_mq module.
Andrew Dunstan
2014-01-17
Export set_latch_on_sigusr1 symbol for Windows.
Andrew Dunstan
2014-01-17
Prevent double macro definition of WIN32.
Andrew Dunstan
2014-01-17
Define WIN32 when _WIN32 is set
Magnus Hagander
2014-01-15
Logging running transactions every 15 seconds.
Robert Haas
2014-01-14
Fix multiple bugs in index page locking during hot-standby WAL replay.
Tom Lane
2014-01-14
Fix typo in comment.
Robert Haas
2014-01-14
Single-reader, single-writer, lightweight shared message queue.
Robert Haas
2014-01-14
Simple table of contents for a shared memory segment.
Robert Haas
2014-01-13
Make bitmap heap scans show exact/lossy block info in EXPLAIN ANALYZE.
Robert Haas
2014-01-12
Disallow LATERAL references to the target table of an UPDATE/DELETE.
Tom Lane
2014-01-11
Remove DESCR entries for json operator functions.
Andrew Dunstan
2014-01-10
Move username lookup functions from /port to /common
Bruce Momjian
2014-01-09
We don't need to include pg_sema.h in s_lock.h anymore.
Tom Lane
2014-01-08
Reduce the number of semaphores used under --disable-spinlocks.
Robert Haas
2014-01-07
Update copyright for 2014
Bruce Momjian
2014-01-05
Cache catalog lookup data across groups in ordered-set aggregates.
Tom Lane
2014-01-03
Fix calculation of maximum statistics-message size.
Tom Lane
2014-01-02
Handle wraparound during truncation in multixact/members
Alvaro Herrera
2014-01-02
Aggressively freeze tables when CLUSTER or VACUUM FULL rewrites them.
Robert Haas
2014-01-02
Rename walLogHints to wal_log_hints for easier grepping.
Robert Haas
2013-12-30
Remove dead code now that orindxpath.c is history.
Tom Lane
2013-12-30
Extract restriction OR clauses whether or not they are indexable.
Tom Lane
[next]