index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
*
pg_restore failed to restore blobs if -X disable-triggers is specified.
Tom Lane
2003-03-09
*
tuplestore_donestoring() isn't needed anymore, but provide a no-op
Tom Lane
2003-03-09
*
Revise tuplestore and nodeMaterial so that we don't have to read the
Tom Lane
2003-03-09
*
Applied patch from Paul Sorenson to correctly handle schema names in updateab...
Barry Lind
2003-03-08
*
Cleanup and reorganization.
Barry Lind
2003-03-07
*
Tweak dependency code to suppress NOTICEs generated by new method for
Tom Lane
2003-03-06
*
Add missing --globals-only (long form of -g).
Tom Lane
2003-03-06
*
Use poll(2) in preference to select(2), if available. This solves
Tom Lane
2003-03-06
*
Add code to dump contents of free space map into $PGDATA/global/pg_fsm.cache
Tom Lane
2003-03-06
*
Turns out new IN implementation has got some problems in an UPDATE or
Tom Lane
2003-03-05
*
Repair bug reported by Laurent Perez: bad plan generated when UPDATE or
Tom Lane
2003-03-05
*
Reimplement free-space-map management as per recent discussions.
Tom Lane
2003-03-04
*
Prevent clustering on incomplete indexes: partial indexes are verboten,
Tom Lane
2003-03-03
*
Correct/edit comments for geometric operators. No change except to
Tom Lane
2003-03-03
*
Be smart about outer-join qualifications that mention only one side of
Tom Lane
2003-03-02
*
Repair memory leak introduced by recent change to make SPI return a
Tom Lane
2003-03-02
*
Change EXTRACT(EPOCH FROM timestamp) so that a timestamp without time zone
Tom Lane
2003-02-27
*
up build number to 202 for a new development build
Barry Lind
2003-02-27
*
A little cleanup. Removing an unnecessary method.
Barry Lind
2003-02-27
*
Added support for SSL in the jdbc driver
Barry Lind
2003-02-27
*
The quote function should return a string suitable for dropping into a
D'Arcy J.M. Cain
2003-02-26
*
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-25
*
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-24
*
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-23
*
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-22
*
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-21
*
Fix timestamptz_in so that parsing of 'now'::timestamptz gives right
Tom Lane
2003-02-20
*
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-19
*
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-18
[next]