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
Age
Commit message (
Expand
)
Author
2007-08-21
Tsearch2 functionality migrates to core. The bulk of this work is by
Tom Lane
2007-08-20
Add configure option --with-system-tzdata to use operating system time zone
Peter Eisentraut
2007-08-19
Provide for logfiles in machine readable CSV format. In consequence, rename
Andrew Dunstan
2007-08-15
Arrange to cache a ResultRelInfo in the executor's EState for relations that
Tom Lane
2007-08-15
Repair problems occurring when multiple RI updates have to be done to the same
Tom Lane
2007-08-14
Fix oversight in async-commit patch: there were some places in heapam.c
Tom Lane
2007-08-14
It seems we simply expected the same output for failure and success.
Michael Meskes
2007-08-14
It seems I always forget .in files.
Michael Meskes
2007-08-14
Hopefully fixed missing CHAR_BIT symbol
Michael Meskes
2007-08-14
Fixed compiler warning for enum handling
Michael Meskes
2007-08-14
As usual I forgot some files. :-)
Michael Meskes
2007-08-14
- Finished major rewrite to use new protocol version
Michael Meskes
2007-08-13
TEMPORARILY make synchronous_commit default to OFF, so that we can get more
Tom Lane
2007-08-13
Fix two bugs induced in VACUUM FULL by async-commit patch.
Tom Lane
2007-08-12
Remove an "optimization" I installed in 2001, to make repalloc() attempt to
Tom Lane
2007-08-12
Increase the initial size of StringInfo buffers to 1024 bytes (from 256);
Tom Lane
2007-08-11
Avoid memory leakage across successive calls of regexp_matches() or
Tom Lane
2007-08-11
Code review for regexp_matches/regexp_split patch. Refactor to avoid assuming
Tom Lane
2007-08-10
Fix uninitialized-memory bug in plpython proargnames patch. Per bug #3523
Tom Lane
2007-08-10
Fix unintended change of output format for createlang/droplang -l. Missed
Tom Lane
2007-08-09
Revise postmaster startup/shutdown logic to eliminate the problem that a
Tom Lane
2007-08-08
Fix a gradual memory leak in ExecReScanAgg(). Because the aggregation
Neil Conway
2007-08-08
Fix thinko in multi-autovac-workers code: validity checks made by
Tom Lane
2007-08-07
Adjust the output of MemoryContextStats() so that the stats for a
Neil Conway
2007-08-06
Fix pg_restore to guard against unexpected EOF while reading an archive file.
Tom Lane
2007-08-05
Apparently icc doesn't always define __ICC, and it's more correct to
Tom Lane
2007-08-04
Fix up bad layout of some comments (probably pg_indent's fault), and
Tom Lane
2007-08-04
Tweak for initdb: if more command-line arguments were specified than
Neil Conway
2007-08-04
Fix crash caused by log_timezone patch if we attempt to emit any elog messages
Tom Lane
2007-08-04
Fix a problem in my recent patch to initialize cancel_key for autovac workers
Tom Lane
2007-08-04
Switch over to using the src/timezone functions for formatting timestamps
Tom Lane
2007-08-03
Fix some sloppiness in the recent multiple-autovacuum-worker patch. It was
Tom Lane
2007-08-03
Update supported standalone VC++ version to 7.1+ only, and fix
Magnus Hagander
2007-08-02
Move session_start out of MyProcPort stucture and make it a global called MyS...
Andrew Dunstan
2007-08-02
Make sure syslogPipe runs in binary mode on Windows to avoid corrupting the p...
Andrew Dunstan
2007-08-02
Fix a memory leak in tuplestore_end(). Unlikely to be significant during
Neil Conway
2007-08-01
Support an optional asynchronous commit mode, in which we don't flush WAL
Tom Lane
2007-08-01
Fix strange quoting.
Bruce Momjian
2007-08-01
Fix script quoting problem.
Bruce Momjian
2007-07-31
Fix a bug in the original implementation of redundant-join-clause removal:
Tom Lane
2007-07-31
If we're gonna use ExecRelationIsTargetRelation here, might as well
Tom Lane
2007-07-31
Fix security definer functions with polymorphic arguments. This case has
Tom Lane
2007-07-27
Slight refactor for ExecOpenScanRelation(): we can use
Neil Conway
2007-07-26
Remove FileUnlink(), which wasn't being used anywhere and interacted poorly
Tom Lane
2007-07-25
Arrange to put TOAST tables belonging to temporary tables into special schemas
Tom Lane
2007-07-25
Suppress warning when compiling with -DPROFILE_PID_DIR: sys/stat.h is
Tom Lane
2007-07-25
Adjust horology test to avoid join-plan-dependent result ordering in
Tom Lane
2007-07-25
Synced parser
Michael Meskes
2007-07-25
Rename DLLIMPORT macro to PGDLLIMPORT to avoid conflict with
Magnus Hagander
2007-07-25
Fix standalone win32 makefile (MSVC6) for SSPI and GSSAPI.
Magnus Hagander
[next]