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
REL_19_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-10-01
Tag 7.4.30
REL7_4_30
REL7_4_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 7.4.30
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
Another missing .gitignore entry ...
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-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-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-06-30
stringToNode() and deparse_expression_pretty() crash on invalid input,
Heikki Linnakangas
2010-05-17
> Follow up a visit from the style police.
Andrew Dunstan
2010-05-14
tag 7.4.29
REL7_4_29
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-08
Work around a subtle portability problem in use of printf %s format.
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 7.4.28
REL7_4_28
Marc G. Fournier
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-01
Change regexp engine's ccondissect/crevdissect routines to perform DFA
Tom Lane
2010-01-25
Apply Tcl_Init() to the "hold" interpreter created by pltcl.
Tom Lane
2010-01-07
Make bit/varbit substring() treat any negative length as meaning "all the rest
Tom Lane
2009-12-10
tag 7.4.27
REL7_4_27
Marc G. Fournier
2009-12-09
Prevent indirect security attacks via changing session-local state within
Tom Lane
2009-12-09
Reject certificates with embedded NULLs in the commonName field. This stops
Magnus Hagander
2009-12-08
Translation updates
Peter Eisentraut
2009-12-02
Ignore attempts to set "application_name" in the connection startup packet.
Tom Lane
2009-11-10
Fix longstanding problems in VACUUM caused by untimely interruptions
Alvaro Herrera
2009-10-30
Make the overflow guards in ExecChooseHashTableSize be more protective.
Tom Lane
2009-10-16
Rewrite pam_passwd_conv_proc to be more robust: avoid assuming that the
Tom Lane
2009-10-08
Fix off-by-one bug in bitncmp(): When comparing a number of bits divisible by
Heikki Linnakangas
2009-09-26
Fix RelationCacheInitializePhase2 (Phase3, in HEAD) to cope with the
Tom Lane
2009-09-08
Remove outside-the-scanner references to "yyleng".
Tom Lane
2009-09-04
Tag 7.4.26
REL7_4_26
Marc G. Fournier
2009-09-03
Disallow RESET ROLE and RESET SESSION AUTHORIZATION inside security-definer
Tom Lane
2009-09-03
Translation updates
Peter Eisentraut
[next]