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
Age
Commit message (
Expand
)
Author
2010-10-01
Tag 8.0.26
REL8_0_26
origin/REL8_0_STABLE
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.0.26
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-22
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-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.0.25
REL8_0_25
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
2010-05-08
Work around a subtle portability problem in use of printf %s format.
Tom Lane
2010-05-05
Fix psql to not go into infinite recursion when expanding a variable that
Tom Lane
2010-05-05
Fix backpatching error in recent patch for ALTER USER f RESET ALL behavior.
Tom Lane
2010-05-01
Add code to InternalIpcMemoryCreate() to handle the case where shmget()
Tom Lane
2010-04-30
Fix multiple memory leaks in PLy_spi_execute_fetch_result: it would leak
Tom Lane
2010-04-03
Sync perl's ppport.h on all branches back to 7.4 with recent update on HEAD, ...
Andrew Dunstan
2010-03-25
Prevent ALTER USER f RESET ALL from removing the settings that were put there
Alvaro Herrera
2010-03-20
Clear error_context_stack and debug_query_string at the beginning of proc_exit,
Tom Lane
2010-03-12
tag 8.0.24, not .23
REL8_0_24
Marc G. Fournier
2010-03-09
Use SvROK(sv) rather than directly checking SvTYPE(sv) == SVt_RV in plperl.
Tom Lane
2010-03-09
Update time zone data files to tzdata release 2010d: DST law changes in Fiji,
Alvaro Herrera
2010-03-08
Update time zone data files to tzdata release 2010c: DST law changes in
Tom Lane
2010-03-06
When reading pg_hba.conf and similar files, do not treat @file as an inclusion
Tom Lane
2010-03-03
Fix a couple of places that would loop forever if attempts to read a stdio file
Tom Lane
2010-02-25
Back-patch addition of ssl_renegotiation_limit into 7.4 through 8.1.
Tom Lane
2010-02-19
Fix STOP WAL LOCATION in backup history files no to return the next
Itagaki Takahiro
2010-02-18
Volatile-ize all five places where we expect a PG_TRY block to restore
Tom Lane
2010-02-12
Don't choke when exec_move_row assigns a synthesized null to a column
Tom Lane
[next]