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
2001-05-07
> Occasionally and without warning I get this from my daily vacuum
Bruce Momjian
2001-05-07
Rewrite of planner statistics-gathering code. ANALYZE is now available as
Tom Lane
2001-05-06
Fix collateral damage from previous (rev 1.49) patch.
Peter Eisentraut
2001-05-06
Allow 'psql -f -' to read from standard input.
Peter Eisentraut
2001-05-06
Make prompt customization work with changeable Unix socket location.
Peter Eisentraut
2001-05-04
Makefile should have automatic dependency for parser.o too, if it's
Tom Lane
2001-05-04
Seems like we should not hold off cancel/die interrupts while we are
Tom Lane
2001-05-03
Consolidate several near-identical uses of mktime() into a single
Tom Lane
2001-05-03
BTW it does not add encodign it just patches existing one (KOI8) to
Bruce Momjian
2001-05-03
Permission checking wasn't quite right for insert/update/delete rules,
Tom Lane
2001-05-03
apply a little patch:
Bruce Momjian
2001-05-03
Ensure that btree sort ordering functions and boolean comparison operators
Tom Lane
2001-05-03
Permissions were not checked correctly when one view invokes another.
Tom Lane
2001-05-03
Improve list.
Bruce Momjian
2001-05-03
Updates for 7.1.1. Not done yet.
Bruce Momjian
2001-05-03
Correct pg_description entry for type macaddr.
Tom Lane
2001-05-03
Fixes to make ecpg work on Cygwin, from Jason Tishler <Jason.Tishler@dothill....
Tom Lane
2001-05-02
Previous commit mistakenly converted all newlines to DOS style (CR/LF).
Tom Lane
2001-05-02
Add note explaining why inserts take longer as tables grow. Also suggest
D'Arcy J.M. Cain
2001-05-02
Change "|zzlzzzz" argument specification to "|zzizzzz" so that the code works
D'Arcy J.M. Cain
2001-05-01
Synced gram.y and preproc.y.
Tom Lane
2001-05-01
Allow a string argument to the EXTRACT() function.
Thomas G. Lockhart
2001-05-01
1) fix bugs reported by Andrea Aime.
Hiroshi Inoue
2001-04-30
exec_move_row() should be more forgiving of tuples with a different
Tom Lane
2001-04-30
Suppress pull-up of subqueries that are in the nullable side of an outer
Tom Lane
2001-04-29
Add missing Unicode support for Cyrillic encodings.
Tatsuo Ishii
2001-04-26
Remove bogus Assert from AbsoluteTimeIsBefore(). (If you don't think
Tom Lane
2001-04-25
Tweak nestloop costing to weight restart cost of inner path more heavily.
Tom Lane
2001-04-25
- Fixed CONSTRAINT TRIGGER dump to record tgconstrelid properly
Philip Warner
2001-04-24
Undo pgindent brain damage, so that node type numbers can once again be
Tom Lane
2001-04-23
Behave sanely when database name is omitted from command line.
Tom Lane
2001-04-23
Send 'cd' output to /dev/null.
Peter Eisentraut
2001-04-23
compatible_oper needs to do ReleaseSysCache in one path to avoid
Tom Lane
2001-04-23
1) Decrease the size of needlessly large buffers. For example, it
Hiroshi Inoue
2001-04-23
A patch to fix the following bugs.
Hiroshi Inoue
2001-04-22
Don't bomb out on indexes on system attributes other than 'oid'.
Tom Lane
2001-04-21
Remove useless setuid() call, instead add a check that real and effective
Tom Lane
2001-04-21
Make sure that the postmaster options (from postmaster.opts[.default] or
Peter Eisentraut
2001-04-19
Add extern int optreset declaration, per bug report from <info@decc.nl>.
Peter Eisentraut
2001-04-19
Fix "off by VARHDRSZ" bug in (Cyrillic) recode support.
Peter Eisentraut
2001-04-19
Kluge solution for Alex Pilosov's report of problems with whole-tuple
Tom Lane
2001-04-19
Add a crash gurard to pg_encoding_mblen in case of an invalid encoding
Tatsuo Ishii
2001-04-18
Further tweaking of error messages for cases involving attributes &
Tom Lane
2001-04-18
Repair misbehavior of \! with immediately following argument that contains
Peter Eisentraut
2001-04-18
Make the world safe for passing whole rows of views to functions. This
Tom Lane
2001-04-18
Make rule lister do the right thing with Vars representing whole tuples.
Tom Lane
2001-04-17
The renewal of README thanks to Dave Page.
Hiroshi Inoue
2001-04-17
Add some defenses to guard against case where a rule refers to a table
Tom Lane
2001-04-16
Avoid reversing user-given order of WHERE clauses while attaching clauses
Tom Lane
2001-04-16
Correction for mathematical properties in Unicode converison maps.
Tatsuo Ishii
[next]