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
Age
Commit message (
Expand
)
Author
2014-02-13
Fix length checking for Unicode identifiers containing escapes (U&"...").
Tom Lane
2014-02-12
In XLogReadBufferExtended, don't assume P_NEW yields consecutive pages.
Tom Lane
2014-02-10
Use memmove() instead of memcpy() for copying overlapping regions.
Heikki Linnakangas
2014-02-03
Fix *-qualification of named parameters in SQL-language functions.
Tom Lane
2014-02-01
Fix some wide-character bugs in the text-search parser.
Tom Lane
2014-02-01
Fix some more bugs in signal handlers and process shutdown logic.
Tom Lane
2014-02-01
Clear MyProc and MyProcSignalState before they become invalid.
Robert Haas
2014-01-30
Fix unsafe references to errno within error messaging logic.
Tom Lane
2014-01-22
Allow type_func_name_keywords in even more places
Stephen Frost
2014-01-21
Tweak parse location assignment for CURRENT_DATE and related constructs.
Tom Lane
2014-01-18
Allow SET TABLESPACE to database default
Stephen Frost
2014-01-14
Fix multiple bugs in index page locking during hot-standby WAL replay.
Tom Lane
2014-01-11
Fix possible crashes due to using elog/ereport too early in startup.
Tom Lane
2014-01-11
Fix compute_scalar_stats() for case that all values exceed WIDTH_THRESHOLD.
Tom Lane
2014-01-09
Fix "cannot accept a set" error when only some arms of a CASE return a set.
Tom Lane
2014-01-08
Fix pause_at_recovery_target + recovery_target_inclusive combination.
Heikki Linnakangas
2014-01-08
Fix bug in determining when recovery has reached consistency.
Heikki Linnakangas
2014-01-07
Move permissions check from do_pg_start_backup to pg_start_backup
Magnus Hagander
2014-01-07
Avoid including tablespaces inside PGDATA twice in base backups
Magnus Hagander
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-14
Fix inherited UPDATE/DELETE with UNION ALL subqueries.
Tom Lane
2013-12-13
Add HOLD/RESUME_INTERRUPTS in HandleCatchupInterrupt/HandleNotifyInterrupt.
Tom Lane
2013-12-12
Fix ancient docs/comments thinko: XID comparison is mod 2^32, not 2^31.
Tom Lane
2013-12-10
Fix possible crash with nested SubLinks.
Tom Lane
2013-12-05
Clear retry flags properly in replacement OpenSSL sock_write function.
Tom Lane
2013-12-03
Fix full-page writes of internal GIN pages.
Heikki Linnakangas
2013-12-03
Fix crash in assign_collations_walker for EXISTS with empty SELECT list.
Tom Lane
2013-12-02
Fix incomplete backpatch of pg_multixact truncation changes to <= 9.2
Alvaro Herrera
2013-12-02
Translation updates
Peter Eisentraut
2013-11-30
Truncate pg_multixact/'s contents during crash recovery
Alvaro Herrera
2013-11-29
Be sure to release proc->backendLock after SetupLockInTable() failure.
Tom Lane
2013-11-28
Fix latent(?) race condition in LockReleaseAll.
Tom Lane
2013-11-27
Fix stale-pointer problem in fast-path locking logic.
Tom Lane
2013-11-27
Don't update relfrozenxid if any pages were skipped.
Heikki Linnakangas
2013-11-24
Fix array slicing of int2vector and oidvector values.
Tom Lane
2013-11-23
Avoid potential buffer overflow crash
Peter Eisentraut
2013-11-22
Flatten join alias Vars before pulling up targetlist items from a subquery.
Tom Lane
2013-11-22
Fix Hot-Standby initialization of clog and subtrans.
Heikki Linnakangas
2013-11-18
Count locked pages that don't need vacuuming as scanned.
Heikki Linnakangas
2013-11-15
Fix incorrect loop counts in tidbitmap.c.
Tom Lane
2013-11-15
Compute correct em_nullable_relids in get_eclass_for_sort_expr().
Tom Lane
2013-11-11
Fix failure with whole-row reference to a subquery.
Tom Lane
2013-11-08
Fix race condition in GIN posting tree page deletion.
Heikki Linnakangas
2013-11-08
Make contain_volatile_functions/contain_mutable_functions look into SubLinks.
Tom Lane
2013-11-08
Fix subtly-wrong volatility checking in BeginCopyFrom().
Tom Lane
2013-11-07
Be more robust when strerror() doesn't give a useful result.
Tom Lane
2013-11-07
Prevent display of dropped columns in row constraint violation messages.
Tom Lane
2013-11-07
Fix generation of MergeAppend plans for optimized min/max on expressions.
Tom Lane
2013-11-06
Support default arguments and named-argument notation for window functions.
Tom Lane
[next]