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
/
backend
Age
Commit message (
Expand
)
Author
2005-08-14
Change standard_compliant_strings to standard_conforming_strings.
Peter Eisentraut
2005-08-13
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-12
Reverse out Assert addition.
Bruce Momjian
2005-08-12
Pass the type OID as the typioparam for all non-array types, rather than
Tom Lane
2005-08-12
Improve documention on loading large data sets into plperl.
Bruce Momjian
2005-08-12
This patch fixes the event type used to log output from the
Bruce Momjian
2005-08-12
[ backpatched to 8.0.X.]
Bruce Momjian
2005-08-12
> Gavin Sherry <swm@linuxworld.com.au> writes:
Bruce Momjian
2005-08-12
Fix up canonicalize_path to do the right thing in all cases (I think ...
Tom Lane
2005-08-12
Reverse out changes to canonicalize_path(), per suggestion from Tom.
Bruce Momjian
2005-08-12
Modify canonicalize_path() so if we would return a trailing "..", throw
Bruce Momjian
2005-08-12
Code & docs review for server instrumentation patch. File timestamps
Tom Lane
2005-08-12
Change a couple of "can't happen" error messages to be a shade more
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-11
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-10
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-09
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-08
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-07
Fix count_usable_fds() to stop trying to open files once it reaches
Tom Lane
2005-08-06
COPY performance improvements. Avoid calling CopyGetData for each input
Tom Lane
2005-08-04
ALTER TABLE OWNER must change the ownership of the table's rowtype too.
Tom Lane
2005-08-02
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-01
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-07-31
Add per-user and per-database connection limit options.
Tom Lane
2005-07-30
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-29
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
[next]