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 a comment describing the requirement that pointers into shared memory
Neil Conway
2005-10-13
*
Do all accesses to shared buffer headers through volatile-qualified
Tom Lane
2005-10-12
*
Add infrastructure for making spins_per_delay variable depending on
Tom Lane
2005-10-11
*
Don't use a non-locked pre-test of the spinlock on x86_64 machines.
Tom Lane
2005-10-11
*
Fix the problem of GRANTs creating "dangling" privileges not directly
Tom Lane
2005-10-10
*
Fix (hopefully for the last time) problems with datetime values displaying
Tom Lane
2005-10-09
*
Add spaces around operator.
Bruce Momjian
2005-10-07
*
Allocate a few extra LWLocks for possible use by add-on modules.
Tom Lane
2005-10-07
*
Remove an unused typedef.
Alvaro Herrera
2005-10-07
*
Minor API cleanup for async notifications: we can only register the
Neil Conway
2005-10-06
*
When a function not returning RECORD has a single OUT parameter, use
Tom Lane
2005-10-06
*
Revise pgstats stuff to fix the problems with not counting accesses
Tom Lane
2005-10-06
*
Add a trace_sort option to help with measuring resource usage of external
Tom Lane
2005-10-03
*
Separate out the VacRUsage stuff as an independent module, in preparation
Tom Lane
2005-10-03
*
Expand pg_control information so that we can verify that the database
Tom Lane
2005-10-03
*
Change nextval and other sequence functions to specify their sequence
Tom Lane
2005-10-02
*
_SPI_execute_plan failed to return result tuple table to caller in
Tom Lane
2005-10-01
*
Repair planning bug introduced in 7.4: outer-join ON clauses that referenced
Tom Lane
2005-09-28
*
Fix problems with PGXS builds against an installation tree that was
Tom Lane
2005-09-27
*
The original patch to avoid building a hash join's hashtable when the
Tom Lane
2005-09-25
*
Suppress signed-vs-unsigned-char warnings.
Tom Lane
2005-09-24
*
This patch cleans up the access to members of ItemIdData.
Bruce Momjian
2005-09-22
*
Print proper cause of statement cancel, user interaction or timeout.
Bruce Momjian
2005-09-19
*
Rename pg_complete_relation_size() to pg_total_relation_size(), for the
Neil Conway
2005-09-16
*
Tweak TCP-keepalive code so that an invalid setting doesn't cause us
Tom Lane
2005-09-12
*
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-09
*
Create the pg_pltemplate system catalog to hold template information
Tom Lane
2005-09-08
*
Clean up a couple of ad-hoc computations of the maximum number of tuples
Tom Lane
2005-09-02
*
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-29
*
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-28
*
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-27
*
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-26
*
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-25
*
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
[next]