index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
Commit message (
Expand
)
Author
Age
*
Autovacuum loose end mop-up. Provide autovacuum-specific vacuum cost
Tom Lane
2005-08-11
*
Mention MD5 function index for indexing long values.
Bruce Momjian
2005-08-11
*
Make new hints follow style guide.
Tom Lane
2005-08-10
*
Add hints to cases where indexes fail because of values that are too long.
Bruce Momjian
2005-08-10
*
Make backends that are reading the pgstats file verify each backend PID
Tom Lane
2005-08-09
*
Update postgresql.conf to show default ordering for wal_sync_method.
Bruce Momjian
2005-08-09
*
Fix crash when reading 'timezone = unknown' from postgresql.conf during
Tom Lane
2005-08-08
*
Avoid useless loop overhead in AtEOXact routines when the backend is
Tom Lane
2005-08-08
*
Modify AtEOXact_CatCache and AtEOXact_RelationCache to assume that the
Tom Lane
2005-08-08
*
Cause ShutdownPostgres to do a normal transaction abort during backend
Tom Lane
2005-08-08
*
Fix count_usable_fds() to stop trying to open files once it reaches
Tom Lane
2005-08-07
*
COPY performance improvements. Avoid calling CopyGetData for each input
Tom Lane
2005-08-06
*
ALTER TABLE OWNER must change the ownership of the table's rowtype too.
Tom Lane
2005-08-04
*
Tweak BgBufferSync() so that a persistent write error on a dirty buffer
Tom Lane
2005-08-02
*
Prevent planner from including temp tables of other backends when expanding
Tom Lane
2005-08-02
*
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
*
Use ReadDir() not readdir() so as to have some modicum of error checking.
Tom Lane
2005-08-02
*
Un-Windows-ify newlines.
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
*
Use the standard spelling of the protocol argument to get/setsockopt.
Tom Lane
2005-07-30
*
Fix justify_days() for integer datestamp, clean up code.
Bruce Momjian
2005-07-30
*
Add GUC variables to control keep-alive times for idle, interval, and
Bruce Momjian
2005-07-30
*
Fix compile for no O_SYNC, but introduced with O_DIRECT.
Bruce Momjian
2005-07-30
*
SUNOS4_CC -> SUNOS_CC.
Bruce Momjian
2005-07-30
*
Fix an oversight I introduced on 2003-12-28: find_nots/push_nots should
Tom Lane
2005-07-29
*
Clean up a number of autovacuum loose ends. Make the stats collector
Tom Lane
2005-07-29
*
Move dbsize functions into the backend. New functions:
Bruce Momjian
2005-07-29
*
Fix typo.
Bruce Momjian
2005-07-29
*
Update O_DIRECT comment.
Bruce Momjian
2005-07-29
*
Use O_DIRECT if available when using O_SYNC for wal_sync_method.
Bruce Momjian
2005-07-29
*
Thank you for applying patch --- regexp_replace.
Bruce Momjian
2005-07-29
*
Make use of new list primitives list_append_unique and list_concat_unique
Tom Lane
2005-07-28
*
Fix a bunch of bad interactions between partial indexes and the new
Tom Lane
2005-07-28
*
Code cleanup.
Bruce Momjian
2005-07-28
*
Mark a static array "const" to move a few bytes from the "data" segment
Neil Conway
2005-07-28
*
Put libpgport into OBJS instead of LIBS, so that it gets included
Tom Lane
2005-07-28
*
Fix a few macro definitions to ensure that unary minus is enclosed in
Neil Conway
2005-07-27
*
Minor correction: cause ALTER ROLE role ROLE rolenames to behave
Tom Lane
2005-07-26
*
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
*
Awhile back we replaced all uses of strcasecmp and strncasecmp with
Tom Lane
2005-07-25
*
Fix rounding problem in interval_div by using rint(), and improve
Bruce Momjian
2005-07-24
*
Fix logic error in tbm_intersect: the intersection of a normal page and
Tom Lane
2005-07-24
*
Fix some failures to initialize table entries induced by recent autovacuum
Tom Lane
2005-07-24
*
Simple constraint exclusion. For now, only child tables of inheritance
Tom Lane
2005-07-23
*
Remove unintended code addition.
Bruce Momjian
2005-07-23
[next]