index
:
postgres-xl.git
XL9_5_STABLE
XL_10_STABLE
master
xl_dbt3_expt
xl_doc_update
xl_test
Official repo for Postgres-XL. Stable branch is XL9_5_STABLE. Current development is PG10 compatible. Controlled by Postgres-X2 Core Team.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2010-05-18
Fix regression tests to match error message change
Andrew Dunstan
2010-05-17
Follow up a visit from the style police.
Andrew Dunstan
2010-05-15
Ensure that pg_restore -l will output DATABASE entries whether or not -C
Tom Lane
2010-05-15
Rename PM_RECOVERY_CONSISTENT and PMSIGNAL_RECOVERY_CONSISTENT.
Robert Haas
2010-05-15
Spell __NetBSD__ the same way everywhere. Per Giles Lean.
Tom Lane
2010-05-15
Use __bsdi__ consistently.
Bruce Momjian
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
Fix up lame idea of not using autoconf to determine if platform has scandir().
Tom Lane
2010-05-13
Fix MSVC builds for recent plperl changes. Go back to version 8.2, which is
Andrew Dunstan
2010-05-13
Prevent PL/Tcl from loading the "unknown" module from pltcl_modules unless
Tom Lane
2010-05-13
Abandon the use of Perl's Safe.pm to enforce restrictions in plperl, as it is
Andrew Dunstan
2010-05-13
Translation update
Peter Eisentraut
2010-05-13
Properly support multi-line entires (such as OBJS=) when building
Magnus Hagander
2010-05-13
Avoid error from mkdir if no languages are to be installed
Peter Eisentraut
2010-05-13
Add missing library and include support for pg_upgrade to MSVC build system.
Andrew Dunstan
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
Update time zone data files to tzdata release 2010j: DST law changes in
Tom Lane
2010-05-11
Add PKST to the default set of timezone abbreviations.
Tom Lane
2010-05-11
Change typedef for rb_appendator to avoid conflict with C++ reserved words.
Robert Haas
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
Suppress signed-vs-unsigned-char warning.
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-07
ECPG connect routine only checked for NULL to find empty parameters, but user...
Michael Meskes
2010-05-06
On Linux, use --enable-new-dtags when specifying -rpath to linker.
Tom Lane
2010-05-06
Code page for EUC-KR is surely 51949.
Itagaki Takahiro
2010-05-05
Fix psql to not go into infinite recursion when expanding a variable that
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
Update standbycheck test output with new ERROR message changes. No changes
Simon Riggs
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-05-01
Fix leakage of proc-related storage in plpython's inline handler.
Tom Lane
2010-04-30
Fix multiple memory leaks in PLy_spi_execute_fetch_result: it would leak
Tom Lane
2010-04-30
Fix a couple of places where the result of fgets() wasn't checked.
Tom Lane
2010-04-30
Fix handling of b-tree reuse WAL records when hot standby is disabled,
Heikki Linnakangas
[next]