index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
Age
Commit message (
Expand
)
Author
2014-03-13
Show PIDs of lock holders and waiters in log_lock_waits log message.
Fujii Masao
2014-03-12
Allow opclasses to provide tri-valued GIN consistent functions.
Heikki Linnakangas
2014-03-10
Allow dynamic shared memory segments to be kept until shutdown.
Robert Haas
2014-03-10
Allow logical decoding via the walsender interface.
Robert Haas
2014-03-10
Teach on_exit_reset() to discard pending cleanups for dsm.
Robert Haas
2014-03-08
C comments: improve description of relfilenode uniqueness
Bruce Momjian
2014-03-07
Remove unportable use of anonymous unions from reorderbuffer.h.
Tom Lane
2014-03-07
Fix dangling smgr_owner pointer when a fake relcache entry is freed.
Heikki Linnakangas
2014-03-06
Avoid getting more than AccessShareLock when deparsing a query.
Tom Lane
2014-03-05
C comment update: relfilenode is only unique with a tablespace
Bruce Momjian
2014-03-05
Add comment that ec_relids excludes "child" EquivalenceClass members.
Tom Lane
2014-03-04
Constructors for interval, timestamp, timestamptz
Alvaro Herrera
2014-03-04
Minor corrections to logical decoding patch.
Robert Haas
2014-03-03
Introduce logical decoding.
Robert Haas
2014-03-03
Rename huge_tlb_pages to huge_pages, and improve docs.
Heikki Linnakangas
2014-03-03
Bump catversion.
Robert Haas
2014-03-03
Corrections to replication slots code and documentation.
Robert Haas
2014-03-03
Define LSNOID in pg_type.h.
Robert Haas
2014-03-01
Allow regex operations to be terminated early by query cancel requests.
Tom Lane
2014-02-27
Allow BASE_BACKUP to be throttled
Alvaro Herrera
2014-02-25
Show xid and xmin in pg_stat_activity and pg_stat_replication.
Robert Haas
2014-02-24
Use pg_lsn data type in pg_stat_replication, too.
Robert Haas
2014-02-19
Switch various builtin functions to use pg_lsn instead of text.
Robert Haas
2014-02-19
Further code review for pg_lsn data type.
Robert Haas
2014-02-19
pg_lsn macro naming and type behavior revisions.
Robert Haas
2014-02-19
Add a pg_lsn data type, to represent an LSN.
Robert Haas
2014-02-17
Predict integer overflow to avoid buffer overruns.
Noah Misch
2014-02-17
Fix handling of wide datetime input/output.
Noah Misch
2014-02-17
Avoid repeated name lookups during table and index DDL.
Robert Haas
2014-02-17
Prevent privilege escalation in explicit calls to PL validators.
Noah Misch
2014-02-16
PGDLLIMPORT-ify MainLWLockArray, ProcDiePending, proc_exit_inprogress.
Tom Lane
2014-02-16
PGDLLIMPORT'ify DateStyle and IntervalStyle.
Tom Lane
2014-02-15
Centralize getopt-related declarations in a new header file pg_getopt.h.
Tom Lane
2014-02-13
Fix typo
Peter Eisentraut
2014-02-13
Separate multixact freezing parameters from xid's
Alvaro Herrera
2014-02-08
Mark some more variables as static or include the appropriate header
Peter Eisentraut
2014-02-07
Speed up "rare & frequent" type GIN queries.
Heikki Linnakangas
2014-02-03
Adjust pg_sleep_for/pg_sleep_until to use clock_timestamp.
Robert Haas
2014-02-03
Make pg_basebackup skip temporary statistics files.
Fujii Masao
2014-01-31
Introduce replication slots.
Robert Haas
2014-01-31
system catalogs: reorder pg_amproc entries into proper sections
Bruce Momjian
2014-01-30
Add convenience functions pg_sleep_for and pg_sleep_until.
Robert Haas
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-29
Add pg_stat_archiver statistics view.
Fujii Masao
[next]