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
/
test
Age
Commit message (
Expand
)
Author
2011-09-07
Fix corner case bug in numeric to_char().
Tom Lane
2011-08-21
Fix trigger WHEN conditions when both BEFORE and AFTER triggers exist.
Tom Lane
2011-08-09
Fix nested PlaceHolderVar expressions that appear only in targetlists.
Tom Lane
2011-06-29
Restore correct btree preprocessing of "indexedcol IS NULL" conditions.
Tom Lane
2011-06-20
Fix thinko in previous patch for optimizing EXISTS-within-EXISTS.
Tom Lane
2011-06-14
Fix assorted issues with build and install paths containing spaces.
Tom Lane
2011-04-09
Backport changes to allow building with MinGW 64 bit compiler.
Andrew Dunstan
2011-03-28
Prevent a rowtype from being included in itself.
Tom Lane
2011-03-17
Use correct PATH separator for Cygwin in pg_regress.c.
Andrew Dunstan
2011-01-21
Make ALTER TABLE revalidate uniqueness and exclusion constraints.
Robert Haas
2010-12-01
Prevent inlining a SQL function with multiple OUT parameters.
Tom Lane
2010-11-03
Reduce recursion depth in recently-added regression test.
Tom Lane
2010-10-28
Fix plpgsql's handling of "simple" expression evaluation.
Tom Lane
2010-10-19
Fix incorrect generation of whole-row variables in planner.
Tom Lane
2010-09-28
Fix PlaceHolderVar mechanism's interaction with outer joins.
Tom Lane
2010-09-25
Fix another join removal bug: the check on PlaceHolderVars was wrong.
Tom Lane
2010-09-23
Re-allow input of Julian dates prior to 0001-01-01 AD.
Tom Lane
2010-09-22
Convert cvsignore to gitignore, and add .gitignore for build targets.
Magnus Hagander
2010-09-14
Fix join-removal logic for pseudoconstant and outerjoin-delayed quals.
Tom Lane
2010-08-26
Improve wording for privilege description on certain failure messages; the
Alvaro Herrera
2010-08-09
Fix incorrect logic in plpgsql for cleanup after evaluation of non-simple
Tom Lane
2010-08-05
Remove the single-argument form of string_agg(). It added nothing much in
Tom Lane
2010-07-28
Fix potential failure when hashing the output of a subplan that produces
Tom Lane
2010-07-23
Add more checks against altering typed tables
Peter Eisentraut
2010-07-18
Allow ORDER BY/GROUP BY/etc items to match targetlist items regardless of
Tom Lane
2010-07-08
Fix variant float8 expected files to have exactly the expected spacing.
Tom Lane
2010-07-08
Fix "cannot handle unplanned sub-select" error that can occur when a
Tom Lane
2010-07-06
pgindent run for 9.0, second run
Bruce Momjian
2010-07-05
Split the LDFLAGS make variable into two parts: LDFLAGS is now used for
Tom Lane
2010-06-25
Fix thinko in tok_is_keyword(): it was looking at the wrong union variant
Tom Lane
2010-06-21
Fix mishandling of whole-row Vars referencing a view or sub-select.
Tom Lane
2010-06-12
Add missing --use-existing --help mention from regression binary.
Bruce Momjian
2010-05-30
Change the notation for calling functions with named parameters from
Tom Lane
2010-05-28
Rewrite LIKE's %-followed-by-_ optimization so it really works (this time
Tom Lane
2010-05-23
Fix oversight in join removal patch: we have to delete the removed relation
Tom Lane
2010-05-02
Update standbycheck test output with new ERROR message changes. No changes
Simon Riggs
2010-04-28
Modify the built-in text search parser to handle URLs more nearly according
Tom Lane
2010-04-26
Reorder pg_stat_activity columns to be more consistent, using layout
Bruce Momjian
2010-04-19
Add an 'enable_material' GUC.
Robert Haas
2010-04-07
Fix to_char YYY, YY, Y format codes so that FM zero-suppression really works,
Tom Lane
2010-03-28
Rework join-removal logic as per recent discussion. In particular this
Tom Lane
2010-03-22
Fix regression test breakage from recent change in default name of exclusion-...
Tom Lane
2010-03-22
Fix an oversight in join-removal optimization: we have to check not only for
Tom Lane
2010-03-14
Update oidjoins regression test for 9.0.
Tom Lane
2010-02-27
Insert a hack into get_float8_nan (both core and ecpg copies) to deal with
Tom Lane
2010-02-26
pgindent run for 9.0
Bruce Momjian
2010-02-24
Make pg_regress use CREATE OR REPLACE LANGUAGE, so that --load-language
Tom Lane
2010-02-20
Clean up handling of XactReadOnly and RecoveryInProgress checks.
Tom Lane
2010-02-18
Fix ExecEvalArrayRef to pass down the old value of the array element or slice
Tom Lane
2010-02-17
Stamp HEAD as 9.0devel, and update various places that were referring to 8.5
Tom Lane
[next]