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
Age
Commit message (
Expand
)
Author
2010-12-14
Tag 8.1.23.
Marc G. Fournier
2010-12-13
Translation updates for release 8.1.23
Peter Eisentraut
2010-12-13
Update time zone data files to tzdata release 2010o: DST law changes in
Tom Lane
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-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-07
Add support for detecting register-stack overrun on IA64.
Tom Lane
2010-11-03
Reduce recursion depth in recently-added regression test.
Tom Lane
2010-11-02
Ensure an index that uses a whole-row Var still depends on its table.
Tom Lane
2010-10-28
Fix plpgsql's handling of "simple" expression evaluation.
Tom Lane
2010-10-26
Before removing backup_label and irrevocably changing pg_control file, check
Heikki Linnakangas
2010-10-01
Tag 8.1.22
REL8_1_22
Marc G. Fournier
2010-09-30
Use a separate interpreter for each calling SQL userid in plperl and pltcl.
Tom Lane
2010-09-30
Translation updates for 8.1.22
Peter Eisentraut
2010-09-25
Further fixes to the pg_get_expr() security fix in back branches.
Tom Lane
2010-09-24
Still more .gitignore cleanup.
Tom Lane
2010-09-23
Prevent show_session_authorization from crashing when session_authorization
Tom Lane
2010-09-23
More fixes for libpq's .gitignore file.
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-08-26
Update time zone data files to tzdata release 2010l: DST law changes in
Tom Lane
2010-08-26
Fix ExecMakeTableFunctionResult to verify that all rows returned by a SRF
Tom Lane
2010-08-25
Catch null pointer returns from PyCObject_AsVoidPtr and PyCObject_FromVoidPtr
Peter Eisentraut
2010-08-16
Arrange to fsync the contents of lockfiles (both postmaster.pid and the
Tom Lane
2010-08-16
Fix psql's copy of utf2ucs() to match the backend's copy exactly;
Tom Lane
2010-08-09
Fix incorrect logic in plpgsql for cleanup after evaluation of non-simple
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
2010-07-01
Allow ALTER TABLE .. SET TABLESPACE to be interrupted.
Robert Haas
2010-06-30
stringToNode() and deparse_expression_pretty() crash on invalid input,
Heikki Linnakangas
2010-05-27
Change ps_status.c to explicitly track the current logical length of ps_buffer.
Tom Lane
2010-05-17
> Follow up a visit from the style police.
Andrew Dunstan
2010-05-14
tag 8.1.21
REL8_1_21
Marc G. Fournier
2010-05-13
Prevent PL/Tcl from loading the "unknown" module from pltcl_modules unless
Tom Lane
2010-05-13
Abandon the use of Perl's Safe.pm to enforce restrictions in plperl, as it is
Andrew Dunstan
2010-05-13
Translation update
Peter Eisentraut
2010-05-11
Update time zone data files to tzdata release 2010j: DST law changes in
Tom Lane
[next]