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
Age
Commit message (
Expand
)
Author
2004-10-20
Allow functions returning void or cstring to appear in FROM clause,
Tom Lane
2004-10-20
When using GCC, change the default CFLAGS to:
Neil Conway
2004-10-19
Add a HINT about the likely reason for 'invalid multibyte character for local...
Tom Lane
2004-10-19
New translation
Peter Eisentraut
2004-10-19
Organize the help output a little better. Improve clarity of some messages.
Peter Eisentraut
2004-10-18
Add some code to ensure that we don't lose communication sync due to
Tom Lane
2004-10-18
New translation
Peter Eisentraut
2004-10-18
Might want to initialize the gettext library, if we're going to do all that
Peter Eisentraut
2004-10-18
Translation update
Peter Eisentraut
2004-10-18
Add PQprepare/PQsendPrepared functions to libpq to support preparing
Tom Lane
2004-10-18
Remove use of "miscadmin.h" in port C files and remove test for frontend
Bruce Momjian
2004-10-18
New translation
Peter Eisentraut
2004-10-18
Translation updates
Peter Eisentraut
2004-10-18
New translation
Peter Eisentraut
2004-10-18
Updated SQL key words table
Peter Eisentraut
2004-10-18
The attached patch fixes psql's win32 frontend-only build, by using
Bruce Momjian
2004-10-18
Force rebuild.
Bruce Momjian
2004-10-18
Improve indentation of sublists:
Bruce Momjian
2004-10-18
Synced parser
Michael Meskes
2004-10-18
Update Japanese FAQ.
Bruce Momjian
2004-10-18
Update wording:
Bruce Momjian
2004-10-18
Add:
Bruce Momjian
2004-10-18
Trivial fix: remove a pointless cast.
Neil Conway
2004-10-18
Tweak pg_dump to handle default tablespaces correctly --- same logic
Tom Lane
2004-10-17
Better document win32_open and its ability to allow concurrent
Bruce Momjian
2004-10-17
Fix some typos.
Bruce Momjian
2004-10-17
Make the standard stopword files be sought relative to share_dir, so
Tom Lane
2004-10-17
Allow background writing to be shut down by setting limit values to zero.
Tom Lane
2004-10-17
pg_get_indexdef() didn't do quite the right thing with identifying
Tom Lane
2004-10-17
New translation
Peter Eisentraut
2004-10-17
New translation
Peter Eisentraut
2004-10-17
Translation update
Peter Eisentraut
2004-10-17
Translation updates
Peter Eisentraut
2004-10-17
Adjust message
Peter Eisentraut
2004-10-17
Give a more user-friendly error message in situation where CREATE DATABASE
Tom Lane
2004-10-17
Make locale_messages_assign() really work on Windows; the prior hack
Tom Lane
2004-10-16
Remove dllist.c from libpq. It's overkill for what libpq needs; we can
Tom Lane
2004-10-16
Include dllist.c directly instead of assuming that libpq will provide it.
Tom Lane
2004-10-16
Give a more user-friendly error message in case where a table is created
Tom Lane
2004-10-16
Generate the various .def files for libpq DLLs from a single list of
Tom Lane
2004-10-16
Limit NBuffers and some related values to INT_MAX / BLCKSZ, to prevent
Tom Lane
2004-10-16
Give the ResourceOwner mechanism full responsibility for releasing buffer
Tom Lane
2004-10-16
Remove BufferLocks[] array in favor of a single pointer to the buffer
Tom Lane
2004-10-16
Fix Cygwin using of pg_ctl by not usig START.
Bruce Momjian
2004-10-16
Export only required symbols in libpq on Win32.
Bruce Momjian
2004-10-16
Allow pg_ctl to determine the server is up when getting a request for a
Bruce Momjian
2004-10-15
Repair possible failure to update hint bits back to disk, per
Tom Lane
2004-10-15
The previous build rules caused each binary to be re-linked on every
Bruce Momjian
2004-10-15
I have attached 5 patches (split up for ease of review) to plperl.c.
Bruce Momjian
2004-10-15
This patch clarifies the usage of references in PL/Perl :)
Bruce Momjian
[next]