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-04-04
Add an Assertion that you don't palloc within a critical section.
Heikki Linnakangas
2014-04-04
Fix non-equivalence of VARIADIC and non-VARIADIC function call formats.
Tom Lane
2014-04-03
Code review for commit d26888bc4d1e539a82f21382b0000fe5bbf889d9.
Tom Lane
2014-04-02
De-anonymize the union in JsonbValue.
Tom Lane
2014-04-02
Fix bugs in manipulation of PgBackendStatus.st_clienthostname.
Tom Lane
2014-03-31
Rename GinLogicValue to GinTernaryValue.
Heikki Linnakangas
2014-03-27
Silence compiler warnings in new jsonb code.
Heikki Linnakangas
2014-03-26
Fix uninitialized variables in json's populate_record_worker().
Andrew Dunstan
2014-03-26
Cleanup around json_to_record/json_to_recordset
Andrew Dunstan
2014-03-26
Fix 'recheck' flag in tsquery's GIN tri-consistent function.
Heikki Linnakangas
2014-03-26
Tidy up the populate/to_record{set} code for json a bit.
Andrew Dunstan
2014-03-24
Remove wchar.c Asserts that were stricter than the main code
Bruce Momjian
2014-03-24
Fix ts_rank_cd() to ignore stripped lexemes
Bruce Momjian
2014-03-23
Introduce jsonb, a structured format for storing json.
Andrew Dunstan
2014-03-21
Fix build with LWLOCK_STATS or dtrace.
Heikki Linnakangas
2014-03-21
Replace the XLogInsert slots with regular LWLocks.
Heikki Linnakangas
2014-03-20
Again fix initialization of auto-tuned effective_cache_size.
Tom Lane
2014-03-17
Fix typos in comments.
Fujii Masao
2014-03-17
Make punctuation consistent
Peter Eisentraut
2014-03-16
Cleanups from the remove-native-krb5 patch
Magnus Hagander
2014-03-14
Prevent interrupts while reporting non-ERROR elog messages.
Tom Lane
2014-03-13
C comments: remove odd blank lines after #ifdef WIN32 lines
Bruce Momjian
2014-03-13
C comments: remove odd blank lines after #ifdef WIN32 lines
Bruce Momjian
2014-03-12
Items on GIN data pages are no longer always 6 bytes; update gincostestimate.
Heikki Linnakangas
2014-03-12
Show PIDs of lock holders and waiters in log_lock_waits log message.
Fujii Masao
2014-03-12
Fix incorrect assertion about historical snapshots.
Robert Haas
2014-03-12
Allow opclasses to provide tri-valued GIN consistent functions.
Heikki Linnakangas
2014-03-10
Allow logical decoding via the walsender interface.
Robert Haas
2014-03-07
Avoid memcpy() with same source and destination address.
Heikki Linnakangas
2014-03-07
Avoid getting more than AccessShareLock when deparsing a query.
Tom Lane
2014-03-06
isdigit() needs an unsigned char argument.
Heikki Linnakangas
2014-03-05
Fix portability issues in recently added make_timestamp/make_interval code.
Tom Lane
2014-03-04
Constructors for interval, timestamp, timestamptz
Alvaro Herrera
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
Another round of Coverity fixes
Stephen Frost
2014-03-01
Allow regex operations to be terminated early by query cancel requests.
Tom Lane
2014-02-26
Fix crash in json_to_record().
Jeff Davis
2014-02-25
Use SnapshotDirty rather than an active snapshot to probe index endpoints.
Tom Lane
2014-02-25
Show xid and xmin in pg_stat_activity and pg_stat_replication.
Robert Haas
2014-02-25
Update and clarify ssl_ciphers default
Peter Eisentraut
2014-02-24
Increase work_mem and maintenance_work_mem defaults by 4x
Bruce Momjian
2014-02-24
Allow single-point polygons to be converted to circles
Bruce Momjian
2014-02-24
docs: document behavior of CHAR() comparisons with chars < space
Bruce Momjian
2014-02-23
Prefer pg_any_to_server/pg_server_to_any over pg_do_encoding_conversion.
Tom Lane
2014-02-23
Plug some more holes in encoding conversion.
Tom Lane
2014-02-21
Do ScalarArrayOp estimation correctly when array is a stable expression.
Tom Lane
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
[next]