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
2009-04-25
Fix the handling of sub-SELECTs appearing in the arguments of an outer-level
Tom Lane
2009-04-04
Rewrite interval_hash() so that the hashcodes are equal for values that
Tom Lane
2008-05-25
Adjust timestamp regression tests to prevent two low-probability failure
Tom Lane
2008-04-24
Fix ALTER TABLE ADD COLUMN ... PRIMARY KEY so that the new column is correctly
Tom Lane
2007-08-15
Repair problems occurring when multiple RI updates have to be done to the same
Tom Lane
2007-07-31
Fix a bug in the original implementation of redundant-join-clause removal:
Tom Lane
2007-07-17
Fix incorrect optimization of foreign-key checks. When an UPDATE on the
Tom Lane
2007-05-01
Fix a thinko in my patch of a couple months ago for bug #3116: it did the
Tom Lane
2007-04-20
Support explicit placement of the temporary-table schema within search_path.
Tom Lane
2006-10-09
Fix back-branch pg_regress scripts to try the "canonical" expected file if we
Tom Lane
2006-06-19
Back-port shell script syntax fix needed for some BSD machines.
Tom Lane
2006-06-18
Increase timeout in statement_timeout test from 1 second to 2 seconds.
Tom Lane
2005-12-05
Add regression test to see if the min/max values of int8 convert correctly.
Tom Lane
2005-11-01
Provide a --no-locale option for pg_regress and a corresponding NOLOCALE=1
Andrew Dunstan
2005-09-08
Update regression tests for new USA timezone data. Mea culpa for not
Tom Lane
2005-07-22
Fix compare_fuzzy_path_costs() to behave a bit more sanely. The original
Tom Lane
2005-07-17
Make pg_regress accept a command-line option for the temporary installation's
Tom Lane
2005-07-15
Fix overenthusiastic optimization of 'x IN (SELECT DISTINCT ...)' and related
Tom Lane
2005-05-26
Adjust datetime parsing to be more robust. We now pass the length of the
Neil Conway
2005-05-13
Fix bug in COPY CSV mode: handle consecutive embedded newlines in COPY
Neil Conway
2005-04-11
Fix interaction between materializing holdable cursors and firing
Tom Lane
2005-03-26
Add Windows-specific variant comparison file.
Tom Lane
2005-03-26
Add another ORDER BY to rules test to eliminate platform-specific
Tom Lane
2005-03-25
Have libpgport link before libpq so that PG client applications are more
Bruce Momjian
2005-03-24
Tweak planner to use a minimum size estimate of 10 pages for a
Tom Lane
2005-02-02
Adjust constant-folding of CASE expressions so that the simple comparison
Tom Lane
2005-02-01
Adjust estimate_num_groups() to not clamp per-relation group count
Tom Lane
2005-01-28
When dealing with multiple grouping columns coming from the same table,
Tom Lane
2005-01-22
This patch updates the regression tests to allow "make installcheck" to
Neil Conway
2005-01-17
This trivial patch adds a regression test for CASE expressions that use
Neil Conway
2005-01-15
pg_regress now needs to know that Windows hasn't got unix sockets,
Tom Lane
2005-01-12
Ensure that the test postmaster started by 'make check' listens to as
Tom Lane
2004-12-31
Tag appropriate files for rc3
PostgreSQL Daemon
2004-12-23
Use float8-small-is-zero for netbsd on m68k, per Rémi Zara.
Tom Lane
2004-12-21
exec_eval_simple_expr() needs to do CommandCounterIncrement() not just
Tom Lane
2004-12-19
plpgsql's exec_eval_simple_expr() now has to take responsibility for
Tom Lane
2004-12-12
Add regression tests for the fix committed by Tom for casting between
Neil Conway
2004-12-12
Fix problems with certain shells (e.g., FreeBSD, Cygwin) clearing the
Peter Eisentraut
2004-12-03
As long as we're forcing an ORDER BY in these four join queries, we had
Tom Lane
2004-12-02
Make some adjustments to reduce platform dependencies in plan selection.
Tom Lane
2004-12-01
Change planner to use the current true disk file size as its estimate of
Tom Lane
2004-11-17
Force LANG=en on Windows, since system may fail to default to English.
Tom Lane
2004-11-17
Add installcheck-parallel regression test target. Magnus Hagander
Tom Lane
2004-11-17
Add variant regression file to support BSDen that underflow to plus zero instead
Tom Lane
2004-11-16
Rethink plpgsql's way of handling SPI execution during an exception block.
Tom Lane
2004-11-05
Create 'default_tablespace' GUC variable that supplies a TABLESPACE
Tom Lane
2004-10-31
Use psql -q option instead of 2>/dev/null during first invocation
Tom Lane
2004-10-28
Fix to_number for the case of a trailing S.
Tom Lane
2004-10-27
When displaying a Var that is a reference to a column of an unnamed join,
Tom Lane
2004-10-24
Adjust message to not be misleading on Windows.
Tom Lane
[next]