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
2003-02-26
The quote function should return a string suitable for dropping into a
D'Arcy J.M. Cain
2003-02-25
Remove REWRITE_INVOKE_MAX in favor of making an accurate check for
Tom Lane
2003-02-25
Allow SET CONNECTION to be followed by connection object without leading "TO"...
Michael Meskes
2003-02-24
Avoid using a separate query to fetch the default expressions for
Tom Lane
2003-02-24
During VACUUM FULL, truncate off any deletable pages that are at the
Tom Lane
2003-02-23
Remove no-longer-used FixBTree GUC variable.
Tom Lane
2003-02-23
btree page recycling can be done as soon as page's next-xact label is
Tom Lane
2003-02-23
Adjust btbulkdelete logic so that only one WAL record is issued while
Tom Lane
2003-02-23
Improve coding of log_heap_clean() and heap_xlog_clean().
Tom Lane
2003-02-23
First cut at recycling space in btree indexes. Still some rough edges
Tom Lane
2003-02-23
If a shutdown request comes in while we're still starting up, don't
Tom Lane
2003-02-22
Simplify timezone-handling code per proposal to pghackers: get rid of
Tom Lane
2003-02-22
More infrastructure for btree compaction project. Tree-traversal code
Tom Lane
2003-02-21
Revert patch that broke \d commands, until it can be fixed.
Tom Lane
2003-02-21
Forgot to commit Makefile change.
Michael Meskes
2003-02-21
Make btree index structure adjustments and WAL logging changes needed to
Tom Lane
2003-02-20
Fix timestamptz_in so that parsing of 'now'::timestamptz gives right
Tom Lane
2003-02-19
Back out LOCKTAG changes by Rod Taylor, pending code review. Sorry.
Bruce Momjian
2003-02-19
Fix for GUC client_encoding variable not being handled
Tatsuo Ishii
2003-02-19
Added DATABASE command as alias to CONNECT TO.
Michael Meskes
2003-02-19
This patch makes the following changes to the documentation:
Bruce Momjian
2003-02-19
Here's the patch I promised over on HACKERS - it alters the
Bruce Momjian
2003-02-19
- Modifies LOCKTAG to include a 'classId'. Relation receive a classId of
Bruce Momjian
2003-02-19
Allow PQcmdTuples to return row counts for MOVE and FETCH.
Bruce Momjian
2003-02-19
Here's some changes I made last night to psql's common.c (as found in
Bruce Momjian
2003-02-19
At present it is impossible to kill createuser except with kill -9
Bruce Momjian
2003-02-19
The following patches eliminate the overflows in the j2date() and date2j()
Bruce Momjian
2003-02-18
Update README.
Bruce Momjian
2003-02-18
Async_NotifyHandler must save and restore ImmediateInterruptOK. Fixes
Tom Lane
2003-02-18
Rename 'holder' references to 'proclock' for PROCLOCK references, for
Bruce Momjian
2003-02-17
Added Informix "database" command.
Michael Meskes
2003-02-16
Back off previous patch to skip projection step in scan plan nodes,
Tom Lane
2003-02-16
COALESCE() and NULLIF() are now first-class expressions, not macros
Tom Lane
2003-02-15
Marginal tweaks to make sure that roundoff error won't cause us to make
Tom Lane
2003-02-15
Teach planner how to propagate pathkeys from sub-SELECTs in FROM up to
Tom Lane
2003-02-14
Propogate pg_ctl -D to the postmaster as a -D flag for identification by
Bruce Momjian
2003-02-14
Fix SPI result logic for case where there are multiple statements of the
Tom Lane
2003-02-14
Make pg_dump/restore safer for autocommit=off in postgresql.conf.
Bruce Momjian
2003-02-14
In Informix mode ecpg should still be able to parse preprocessor directives.
Michael Meskes
2003-02-14
Update FAQ's in head and 7.3.X.
Bruce Momjian
2003-02-14
- Synced parser and keyword file.
Michael Meskes
2003-02-14
Fix some of the breakage from the IPV6 patch.
Tom Lane
2003-02-14
Remove bogus manipulation of SIGPIPE; the backend already runs with
Tom Lane
2003-02-13
Repair incorrect indexing for atttypmod, per Brad McLean.
Tom Lane
2003-02-13
Result of lo_read() is int, not size_t. Per Oleg Drokin.
Tom Lane
2003-02-13
Parser was dropping foreign-key constraints on the floor if present in
Tom Lane
2003-02-13
Repair rule permissions-checking bug reported by Tim Burgess 10-Feb-02:
Tom Lane
2003-02-13
Arrange to give error when a SetOp member statement refers to a variable
Tom Lane
2003-02-13
Just intermediate results for backup reasons.
Michael Meskes
2003-02-13
transformExpr() was missing some cases it ought to allow; per report
Tom Lane
[next]