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
/
include
Age
Commit message (
Expand
)
Author
2005-09-28
Repair planning bug introduced in 7.4: outer-join ON clauses that referenced
Tom Lane
2005-09-27
Fix problems with PGXS builds against an installation tree that was
Tom Lane
2005-09-25
The original patch to avoid building a hash join's hashtable when the
Tom Lane
2005-09-24
Suppress signed-vs-unsigned-char warnings.
Tom Lane
2005-09-22
This patch cleans up the access to members of ItemIdData.
Bruce Momjian
2005-09-19
Print proper cause of statement cancel, user interaction or timeout.
Bruce Momjian
2005-09-16
Rename pg_complete_relation_size() to pg_total_relation_size(), for the
Neil Conway
2005-09-12
Tweak TCP-keepalive code so that an invalid setting doesn't cause us
Tom Lane
2005-09-09
Given its current definition that depends on time(NULL), timetz_zone
Tom Lane
2005-09-09
Fix the various forms of AT TIME ZONE to accept either timezones found
Tom Lane
2005-09-08
Create the pg_pltemplate system catalog to hold template information
Tom Lane
2005-09-02
Clean up a couple of ad-hoc computations of the maximum number of tuples
Tom Lane
2005-08-29
Fix platform-specific test for path prefix-ness: move it into path.c where
Tom Lane
2005-08-29
Sigh, looks like you need '.set mips2' before you can access MIPS
Tom Lane
2005-08-28
Tweak nodeBitmapAnd to stop evaluating sub-plan scans if it finds it's
Tom Lane
2005-08-28
Add a SYNC instruction to the S_UNLOCK sequence for MIPS.
Tom Lane
2005-08-27
Change the division of labor between grouping_planner and query_planner
Tom Lane
2005-08-27
Get the MIPS assembler syntax right. Also add a separate sync command;
Tom Lane
2005-08-26
Another try at the inlined MIPS spinlock code. Can't test this myself,
Tom Lane
2005-08-26
Adjust m68k spinlock code to avoid duplicate in-line and not-in-line
Tom Lane
2005-08-26
Some more mop-up for Windows IPv6 support. Andrew Dunstan
Tom Lane
2005-08-26
Arrange for indexes and toast tables to inherit their ownership from
Tom Lane
2005-08-25
Fix bogus freeaddrinfo() call in WIN32 code, extend gai_strerror to
Tom Lane
2005-08-25
Replace out-of-line tas() assembly code for MIPS with a properly
Tom Lane
2005-08-23
Add ALTER TABLE ENABLE/DISABLE TRIGGER commands. Change pg_dump to
Tom Lane
2005-08-22
enable_constraint_exclusion => constraint_exclusion
Bruce Momjian
2005-08-20
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-18
Fix up LIMIT/OFFSET planning so that we cope with non-constant LIMIT
Tom Lane
2005-08-17
Avoid an Assert failure if OuterUserId hasn't been set yet during
Tom Lane
2005-08-15
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-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
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-11
Autovacuum loose end mop-up. Provide autovacuum-specific vacuum cost
Tom Lane
2005-08-08
Cause ShutdownPostgres to do a normal transaction abort during backend
Tom Lane
2005-08-05
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-04
ALTER TABLE OWNER must change the ownership of the table's rowtype too.
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-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
[next]