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
*
Mop-up for nulls-in-arrays patch: fix some places that access array
Tom Lane
2005-11-18
*
Make SQL arrays support null elements. This commit fixes the core array
Tom Lane
2005-11-17
*
DropRelFileNodeBuffers failed to fix the state of the lookup hash table
Tom Lane
2005-11-17
*
Restore the former RestrictInfo field valid_everywhere (but invert the flag
Tom Lane
2005-11-14
*
Prevent ExecInsert() and ExecUpdate() from scribbling on the result tuple
Tom Lane
2005-11-14
*
R-tree is dead ... long live GiST.
Tom Lane
2005-11-07
*
Add simple sanity checks on newly-read pages to GiST, too.
Tom Lane
2005-11-06
*
Add defenses to btree and hash index AMs to do simple sanity checks
Tom Lane
2005-11-06
*
Clean up representation of SLRU page state. This is the cleaner fix
Tom Lane
2005-11-05
*
Brand HEAD branch as 8.2devel.
Tom Lane
2005-11-05
*
Repair an error introduced by log_line_prefix patch: it is not acceptable
Tom Lane
2005-11-05
*
Disregard superuserness when checking to see if a role GRANT would
Tom Lane
2005-11-04
*
Rename the members of CommandDest enum so they don't collide with other uses of
Alvaro Herrera
2005-11-03
*
Adjust parser so that POSTQUEL-style implicit RTEs are stored with
Tom Lane
2005-10-26
*
Fix Windows setitimer() emulation to not depend on delivering an APC
Tom Lane
2005-10-25
*
Temporarily disable Qingqing's Windows signal processing patch, so that
Tom Lane
2005-10-22
*
Improve performance of CHECK_FOR_INTERRUPTS() macro on Windows by not doing
Tom Lane
2005-10-21
*
Add an implicit cast from varchar to regclass, so that existing code
Tom Lane
2005-10-21
*
Improve trace_sort code to also show the total memory or disk space used.
Tom Lane
2005-10-18
*
Code review for regexp_replace patch. Improve documentation and comments,
Tom Lane
2005-10-18
*
Clean up libpq's pollution of application namespace by renaming the
Tom Lane
2005-10-17
*
Standard pgindent run for 8.1.
Bruce Momjian
2005-10-15
*
Fix syslog bug: if any messages are emitted to write_syslog before
Tom Lane
2005-10-14
*
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
[next]