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
2010-06-03
On clean shutdown during recovery, don't warn about possible corruption.
Robert Haas
2010-06-02
Fix obsolete comments that I neglected to update in a previous patch.
Heikki Linnakangas
2010-06-01
Show schema name for REINDEX.
Bruce Momjian
2010-05-31
Send all outstanding WAL before exiting when smart shutdown is requested.
Heikki Linnakangas
2010-05-30
Fix misuse of Lossy Counting (LC) algorithm in compute_tsvector_stats().
Tom Lane
2010-05-30
Change the notation for calling functions with named parameters from
Tom Lane
2010-05-29
Add C comment that we will have to remove an exclusion constraint check
Bruce Momjian
2010-05-28
Fix oversight in the previous patch that made LIKE throw error for \ at the
Tom Lane
2010-05-28
Rewrite LIKE's %-followed-by-_ optimization so it really works (this time
Tom Lane
2010-05-28
Rejigger mergejoin logic so that a tuple with a null in the first merge column
Tom Lane
2010-05-27
Change ps_status.c to explicitly track the current logical length of ps_buffer.
Tom Lane
2010-05-27
Make CREATE INDEX run expression preprocessing on a proposed index expression
Tom Lane
2010-05-27
Avoid starting walreceiver in states where it shouldn't be running.
Robert Haas
2010-05-27
Adjust comment to reflect that we now have Hot Standby. Pointed out by
Heikki Linnakangas
2010-05-26
Thinko in previous commit: ensure that MAX_SEND_SIZE is always greater
Heikki Linnakangas
2010-05-26
In walsender, don't sleep if there's outstanding WAL waiting to be sent,
Heikki Linnakangas
2010-05-26
Fix bogus error message for SSL-cert authentication, due to lack of
Tom Lane
2010-05-26
HS Defer buffer pin deadlock check until deadlock_timeout has expired.
Simon Riggs
2010-05-26
The message style police pay a visit to hba.c.
Tom Lane
2010-05-26
Minor editorialization for be-secure.c: fix comments and some formatting
Tom Lane
2010-05-26
Tell openssl to include the names of the root certs the server trusts in
Tom Lane
2010-05-26
More fixes for shutdown during recovery.
Robert Haas
2010-05-25
Fix oversight in construction of sort/unique plans for UniquePaths.
Tom Lane
2010-05-23
Fix oversight in join removal patch: we have to delete the removed relation
Tom Lane
2010-05-15
Rename PM_RECOVERY_CONSISTENT and PMSIGNAL_RECOVERY_CONSISTENT.
Robert Haas
2010-05-15
Fix bug in processing of checkpoint time for max_standby_delay. Latest
Simon Riggs
2010-05-14
We now accept read-only connections in state PM_RECOVERY_CONSISTENT.
Robert Haas
2010-05-14
Remove CRs.
Itagaki Takahiro
2010-05-14
Add many new Asserts in code and fix simple bug that slipped through
Simon Riggs
2010-05-13
Translation update
Peter Eisentraut
2010-05-13
Fix vpath installation from distribution tarball (bug #5447)
Peter Eisentraut
2010-05-13
Ensure that top level aborts call XLogSetAsyncCommit(). Not doing
Simon Riggs
2010-05-13
Cleanup initialization of Hot Standby. Clarify working with reanalysis
Simon Riggs
2010-05-12
Update comment about why postmaster doesn't get an icon.
Bruce Momjian
2010-05-12
Remove Makefile PGFILEDESC tag that the postmaster is an executable.
Bruce Momjian
2010-05-12
Give most recovery conflict errors a retryable error code. From recent
Simon Riggs
2010-05-12
Add PGFILEDESC description to Makefiles for all /contrib executables.
Bruce Momjian
2010-05-11
Cause the archiver process to adopt new postgresql.conf settings (particularly
Tom Lane
2010-05-11
Fix incorrect patch that removed permission checks on inheritance child
Tom Lane
2010-05-11
Set per-function GUC settings during validating the function.
Itagaki Takahiro
2010-05-10
When adding a "target IS NOT NULL" indexqual to the plan for an index-optimized
Tom Lane
2010-05-09
Fix missing static declaration for XLogRead().
Tom Lane
2010-05-09
Adjust comments about avoiding use of printf's %.*s.
Tom Lane
2010-05-08
Work around a subtle portability problem in use of printf %s format.
Tom Lane
2010-05-03
Need to hold ControlFileLock while updating control file. Update
Heikki Linnakangas
2010-05-02
Improve printing of XLOG_HEAP_NEWPAGE records to include the forknum.
Tom Lane
2010-05-02
Fix replay of XLOG_HEAP_NEWPAGE WAL records to pay attention to the forknum
Tom Lane
2010-05-02
Clean up some awkward, inaccurate, and inefficient processing around
Tom Lane
2010-05-01
Add code to InternalIpcMemoryCreate() to handle the case where shmget()
Tom Lane
2010-04-30
Fix handling of b-tree reuse WAL records when hot standby is disabled,
Heikki Linnakangas
[next]