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
2009-12-12
Export ExplainBeginOutput() and ExplainEndOutput() for auto_explain.
Robert Haas
2009-12-11
Ensure that the result tuple of an EvalPlanQual cycle gets materialized
Tom Lane
2009-12-11
Add large object access control.
Itagaki Takahiro
2009-12-11
Add YAML to list of EXPLAIN formats. Greg Sabino Mullane, reviewed by Takahir...
Andrew Dunstan
2009-12-10
PL/Python array support
Peter Eisentraut
2009-12-10
Add init[db] option to pg_ctl
Peter Eisentraut
2009-12-09
Prevent indirect security attacks via changing session-local state within
Tom Lane
2009-12-09
Add notes about updating disk and shared memory size information in the
Magnus Hagander
2009-12-09
Reject certificates with embedded NULLs in the commonName field. This stops
Magnus Hagander
2009-12-09
Update time zone data files to tzdata release 2009s: DST law changes in
Tom Lane
2009-12-07
Add exclusion constraints, which generalize the concept of uniqueness to
Tom Lane
2009-12-06
Don't use a duplicate OID for aclexplode().
Tom Lane
2009-12-05
Speed up information schema privilege views
Peter Eisentraut
2009-12-03
Fix bug in temporary file management with subtransactions. A cursor opened
Heikki Linnakangas
2009-12-02
thread-safety
Bruce Momjian
2009-12-02
Mark application_name as GUC_REPORT so that the value will be reported back
Tom Lane
2009-12-02
Instead of sending application_name as a SET command after the connection
Tom Lane
2009-12-01
psql -f -
Bruce Momjian
2009-12-01
Teach the regular expression functions to do case-insensitive matching and
Tom Lane
2009-12-01
Revert due to Tom's concerns:
Bruce Momjian
2009-12-01
ProcessUtility_hook:
Bruce Momjian
2009-11-30
Avoid core dump on empty thesaurus dictionary.
Tom Lane
2009-11-29
Fix session-lifespan memory leak when a plperl function is redefined:
Tom Lane
2009-11-29
Error when a specified connection service is not found, instead of ignoring it
Peter Eisentraut
2009-11-29
Add some opr_sanity checks that the lengths of the various argument-info
Tom Lane
2009-11-29
Remove prefix "ERROR:" from some messages, to make everything consistent
Peter Eisentraut
2009-11-29
Make pg_stat_activity.application_name visible to all users, rather than
Tom Lane
2009-11-29
Add support for anonymous code blocks (DO blocks) to PL/Perl.
Tom Lane
2009-11-28
Add support for an application_name parameter, which is displayed in
Tom Lane
2009-11-28
test_fsync:
Bruce Momjian
2009-11-28
Eliminate a lot of list-management overhead within join_search_one_level
Tom Lane
2009-11-27
Remove */ characters from declare cursor statements before putting them into a
Michael Meskes
2009-11-27
If no result is given NOTFOUND should be returned. Check for empty result
Michael Meskes
2009-11-27
Added script to check if all rule re-definition in ecpg.addons are indeed used
Michael Meskes
2009-11-26
Added missing files.
Michael Meskes
2009-11-26
Forgot to add dynamic cursors to Changelog.
Michael Meskes
2009-11-26
Synced addon rules after some renamings.
Michael Meskes
2009-11-26
Added dynamic cursor names to ecpg. Almost the whole patch was done by
Michael Meskes
2009-11-25
Simplify psql's new linestyle behavior to default to linestyle=ascii all
Tom Lane
2009-11-24
Made function better readable.
Michael Meskes
2009-11-23
Use diff's -w switch only on Windows, to avoid problems with inconsistent
Tom Lane
2009-11-23
Add missing library to standalone libpq build on Win32.
Magnus Hagander
2009-11-23
Fix an old bug in multixact and two-phase commit. Prepared transactions can
Heikki Linnakangas
2009-11-22
Adjust expected-results spacing per buildfarm results.
Tom Lane
2009-11-22
Remove -w (--ignore-all-space) option from pg_regress's diff calls.
Tom Lane
2009-11-22
Remove superfluous curly brace, fixing compilation with OPTIMIZER_DEBUG.
Heikki Linnakangas
2009-11-22
Ooops, forgot to check the libxml cases for psql output wrapping change.
Tom Lane
2009-11-22
Improve psql's tabular display of wrapped-around data by inserting markers
Tom Lane
2009-11-21
Ignore UTF-8-encoded Unicode byte-order mark at the beginning of a file if
Peter Eisentraut
2009-11-21
Refactor ecpg grammar so that it uses the core grammar's unreserved_keyword
Tom Lane
[next]