index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
Commit message (
Expand
)
Author
Age
*
Add ALTER TABLE ENABLE/DISABLE TRIGGER commands. Change pg_dump to
Tom Lane
2005-08-23
*
enable_constraint_exclusion => constraint_exclusion
Bruce Momjian
2005-08-22
*
Convert the arithmetic for shared memory size calculation from 'int'
Tom Lane
2005-08-20
*
Make GetMultiXactIdMembers() a public function.
Tatsuo Ishii
2005-08-20
*
Add BackendXidGetPid().
Tatsuo Ishii
2005-08-20
*
Repair problems with VACUUM destroying t_ctid chains too soon, and with
Tom Lane
2005-08-20
*
Fix up LIMIT/OFFSET planning so that we cope with non-constant LIMIT
Tom Lane
2005-08-18
*
Avoid an Assert failure if OuterUserId hasn't been set yet during
Tom Lane
2005-08-17
*
Rename pg_stat_file columns to be more consistent. Split apart change
Bruce Momjian
2005-08-15
*
Allow the pgstat views to show toast tables as well as regular tables
Tom Lane
2005-08-15
*
Tweak catalog cache management algorithms to reduce cost of
Tom Lane
2005-08-13
*
Make pg_stat_file() use OUT parameters so that the user doesn't have to
Tom Lane
2005-08-13
*
Fix up canonicalize_path to do the right thing in all cases (I think ...
Tom Lane
2005-08-12
*
Code & docs review for server instrumentation patch. File timestamps
Tom Lane
2005-08-12
*
Remove BufferBlockPointers array in favor of a base + (bufnum) * BLCKSZ
Tom Lane
2005-08-12
*
Add files to do read I/O on the cluster directory:
Bruce Momjian
2005-08-12
*
Solve the problem of OID collisions by probing for duplicate OIDs
Tom Lane
2005-08-12
*
Autovacuum loose end mop-up. Provide autovacuum-specific vacuum cost
Tom Lane
2005-08-11
*
Cause ShutdownPostgres to do a normal transaction abort during backend
Tom Lane
2005-08-08
*
Actually, this macro had worse problems than a bogus name ...
Tom Lane
2005-08-05
*
Fix misspelled macro name. Doesn't appear to be used anywhere yet,
Tom Lane
2005-08-05
*
ALTER TABLE OWNER must change the ownership of the table's rowtype too.
Tom Lane
2005-08-04
*
Clean up CREATE DATABASE processing to make it more robust and get rid
Tom Lane
2005-08-02
*
Code and docs review for pg_column_size() patch.
Tom Lane
2005-08-02
*
Add NOWAIT option to SELECT FOR UPDATE/SHARE.
Tom Lane
2005-08-01
*
Add ALTER object SET SCHEMA capability for a limited but useful set of
Tom Lane
2005-08-01
*
Add per-user and per-database connection limit options.
Tom Lane
2005-07-31
*
Add GUC variables to control keep-alive times for idle, interval, and
Bruce Momjian
2005-07-30
*
Clean up a number of autovacuum loose ends. Make the stats collector
Tom Lane
2005-07-29
*
Update catversion for dbsize changes.
Bruce Momjian
2005-07-29
*
Move dbsize functions into the backend. New functions:
Bruce Momjian
2005-07-29
*
Fix a bunch of bad interactions between partial indexes and the new
Tom Lane
2005-07-28
*
Fix a few macro definitions to ensure that unary minus is enclosed in
Neil Conway
2005-07-27
*
Remove MMCacheLock -- it is no longer used. Per ITAGAKI Takahiro.
Neil Conway
2005-07-27
*
Add a role property 'rolinherit' which, when false, denotes that the role
Tom Lane
2005-07-26
*
Add pg_has_role() family of privilege inquiry functions modeled after the
Tom Lane
2005-07-26
*
Add SET ROLE. This is a partial commit of Stephen Frost's recent patch;
Tom Lane
2005-07-25
*
Simple constraint exclusion. For now, only child tables of inheritance
Tom Lane
2005-07-23
*
Andrew pointed out that the current fix didn't handle dates that were
Bruce Momjian
2005-07-23
*
Update date/time comments.
Bruce Momjian
2005-07-22
*
Code spacing improvement, particularly *tm spacing.
Bruce Momjian
2005-07-22
*
More comment update of time macros.
Bruce Momjian
2005-07-21
*
Update DAYS_PER_MONTH comment.
Bruce Momjian
2005-07-21
*
Add comment about void* use in MemSet.
Bruce Momjian
2005-07-21
*
Add comment marking non-exact time conversion macros.
Bruce Momjian
2005-07-21
*
Add time/date macros for code clarity:
Bruce Momjian
2005-07-21
*
Update catalog version for INTERVAL day addition.
Bruce Momjian
2005-07-20
*
Add 'day' field to INTERVAL so 1 day interval can be distinguished from
Bruce Momjian
2005-07-20
*
MemSet() must not cast its pointer argument to int32* until after it has
Tom Lane
2005-07-18
*
Adjust permissions checking for ALTER OWNER commands: instead of
Tom Lane
2005-07-14
[next]