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
2011-01-17
Fix miscalculation of itemsafter in array_set_slice().
Tom Lane
2011-01-04
Work around header misdefines in modern Windows SDK when _WIN32_WINNT is less...
Andrew Dunstan
2010-12-29
Ooops, no DATE_IS_NOBEGIN/DATE_IS_NOEND in 8.3 or 8.2 ...
Tom Lane
2010-12-29
Avoid unexpected conversion overflow in planner for distant date values.
Tom Lane
2010-12-19
Fix up handling of simple-form CASE with constant test expression.
Tom Lane
2010-12-19
Fix erroneous parsing of tsquery input "... & !(subexpression) | ..."
Tom Lane
2010-12-16
Fix up getopt() reset management so it works on recent mingw.
Tom Lane
2010-12-13
Translation updates for release 8.3.13
Peter Eisentraut
2010-12-09
Force default wal_sync_method to be fdatasync on Linux.
Tom Lane
2010-12-07
Add a stack overflow check to copyObject().
Tom Lane
2010-12-01
Prevent inlining a SQL function with multiple OUT parameters.
Tom Lane
2010-11-20
Fix leakage of cost_limit when multiple autovacuum workers are active.
Tom Lane
2010-11-16
The GiST scan algorithm uses LSNs to detect concurrent pages splits, but
Heikki Linnakangas
2010-11-13
Add missing outfuncs.c support for struct InhRelation.
Tom Lane
2010-11-12
Fix old oversight in const-simplification of COALESCE() expressions.
Tom Lane
2010-11-11
Fix bug introduced by the recent patch to check that the checkpoint redo
Heikki Linnakangas
2010-11-10
Fix line_construct_pm() for the case of "infinite" (DBL_MAX) slope.
Tom Lane
2010-11-09
Repair memory leakage while ANALYZE-ing complex index expressions.
Tom Lane
2010-11-09
In rewriteheap.c (used by VACUUM FULL and CLUSTER), calculate the tuple
Heikki Linnakangas
2010-11-09
Fix error handling in temp-file deletion with log_temp_files active.
Tom Lane
2010-11-07
Add support for detecting register-stack overrun on IA64.
Tom Lane
2010-11-02
Ensure an index that uses a whole-row Var still depends on its table.
Tom Lane
2010-10-27
Fix long-standing segfault when accept() or one of the calls made right
Heikki Linnakangas
2010-10-26
Before removing backup_label and irrevocably changing pg_control file, check
Heikki Linnakangas
2010-10-11
Fix assorted bugs in GIN's WAL replay logic.
Tom Lane
2010-10-03
Behave correctly if INSERT ... VALUES is decorated with additional clauses.
Tom Lane
2010-09-30
Translation updates for 8.3.12
Peter Eisentraut
2010-09-29
Treat exit code 128 (ERROR_WAIT_NO_CHILDREN) as non-fatal on Win32,
Magnus Hagander
2010-09-28
Fix incorrect usage of non-strict OR joinclauses in appendrel indexscans.
Tom Lane
2010-09-25
Further fixes to the pg_get_expr() security fix in back branches.
Tom Lane
2010-09-23
Prevent show_session_authorization from crashing when session_authorization
Tom Lane
2010-09-23
Avoid sharing subpath list structure when flattening nested AppendRels.
Tom Lane
2010-09-22
Some more gitignore cleanups: cover contrib and PL regression test outputs.
Tom Lane
2010-09-22
Convert cvsignore to gitignore, and add .gitignore for build targets.
Magnus Hagander
2010-09-02
Fix up flushing of composite-type typcache entries to be driven directly by
Tom Lane
2010-08-29
Reduce PANIC to ERROR in some occasionally-reported btree failure cases.
Tom Lane
2010-08-26
Fix ExecMakeTableFunctionResult to verify that all rows returned by a SRF
Tom Lane
2010-08-18
Add missing handling of PlannedStmt.transientPlan in copyfuncs/outfuncs.
Tom Lane
2010-08-16
Arrange to fsync the contents of lockfiles (both postmaster.pid and the
Tom Lane
2010-08-13
Fix Assert failure in PushOverrideSearchPath when trying to restore a search
Tom Lane
2010-08-03
Fix core dump in QTNodeCompare when tsquery_cmp() is applied to two empty
Tom Lane
2010-07-30
Improved version of patch to protect pg_get_expr() against misuse:
Tom Lane
2010-07-29
Fix another longstanding problem in copy_relation_data: it was blithely
Tom Lane
2010-07-29
Fix possible page corruption by ALTER TABLE .. SET TABLESPACE.
Robert Haas
2010-07-28
Fix potential failure when hashing the output of a subplan that produces
Tom Lane
2010-07-23
Avoid deep recursion when assigning XIDs to multiple levels of subxacts.
Robert Haas
2010-07-13
Oops, in the previous fix to prevent a cursor that's being used in a FOR
Heikki Linnakangas
2010-07-09
Avoid an Assert failure in deconstruct_array() by making get_attstatsslot()
Tom Lane
2010-07-08
Fix "cannot handle unplanned sub-select" error that can occur when a
Tom Lane
2010-07-05
The previous fix in CVS HEAD and 8.4 for handling the case where a cursor
Heikki Linnakangas
[next]