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-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
2010-04-29
Adjust error checks in pg_start_backup and pg_stop_backup to make it possible
Tom Lane
2010-04-29
Rename the parameter recovery_connections to hot_standby, to reduce possible
Tom Lane
2010-04-28
Modify information_schema._pg_keysequal() to avoid search path risk when
Tom Lane
2010-04-28
Modify ShmemInitStruct and ShmemInitHash to throw errors internally,
Tom Lane
2010-04-28
Introduce wal_level GUC to explicitly control if information needed for
Heikki Linnakangas
2010-04-28
Modify the built-in text search parser to handle URLs more nearly according
Tom Lane
2010-04-28
Fix stupid typo in refnameRangeTblEntry() --- mea maxima culpa.
Tom Lane
2010-04-28
Replace the KnownAssignedXids hash table with a sorted-array data structure,
Tom Lane
2010-04-27
If a base backup is cancelled by server shutdown or crash, throw an error
Heikki Linnakangas
2010-04-26
Add missing newlines in WPARSER_TRACE output.
Tom Lane
2010-04-26
Reorder pg_stat_activity columns to be more consistent, using layout
Bruce Momjian
2010-04-26
Add comments about why we set LC_CTYPE in WIN32 for time when we don't
Bruce Momjian
2010-04-26
When we're restricting who can connect, don't allow new walsenders.
Robert Haas
2010-04-24
Add C comments for recent to_char('L') fix for Win32.
Bruce Momjian
2010-04-24
Patch revoked because of objections.
Simon Riggs
2010-04-23
Fix various instances of "the the".
Robert Haas
2010-04-23
Add missing optimizer hooks for function cost and number of rows.
Simon Riggs
2010-04-23
Previous patch revoked following objections.
Simon Riggs
2010-04-23
Make CheckRequiredParameterValues() depend upon correct combination
Simon Riggs
2010-04-22
Fix message punctuation
Peter Eisentraut
2010-04-22
Optimise btree delete processing when no active backends.
Simon Riggs
2010-04-22
Further reductions in Hot Standby conflict processing. These
Simon Riggs
2010-04-22
Fix encoding issue when lc_monetary or lc_numeric are different encoding
Itagaki Takahiro
[next]