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
2008-02-14
Sync our regex code with upstream changes since last time we did this, which
Tom Lane
2008-02-14
- EXECUTE can return NOT FOUND so it should be checked here too.
Michael Meskes
2008-02-14
Sorry, accidently committed a patch I'm working on. Reverting it.
Michael Meskes
2008-02-14
*** empty log message ***
Michael Meskes
2008-02-13
Update minor version bumping policy.
Alvaro Herrera
2008-02-13
As sub-bullet decoration.
Bruce Momjian
2008-02-13
Update wording for minor library bumping.
Bruce Momjian
2008-02-13
Bump minor library version numbers for 8.4.
Bruce Momjian
2008-02-13
No longer necessary:
Bruce Momjian
2008-02-13
Stamp HEAD as 8.4devel.
Tom Lane
2008-02-12
Fix SPI_cursor_open() and SPI_is_cursor_plan() to push the SPI stack before
Tom Lane
2008-02-11
Update timezone mapping for Windows with new timezones added
Magnus Hagander
2008-02-11
Repair VACUUM FULL bug introduced by HOT patch: the original way of
Tom Lane
2008-02-10
Fix PageGetExactFreeSpace() so that it actually behaves sensibly
Tom Lane
2008-02-08
Since GSSAPI and SSPI authentication don't work in protocol version 2,
Tom Lane
2008-02-07
Avoid misbehavior in foreign key checks when casting to a datatype for which
Tom Lane
2008-02-07
Some variants of ALTER OWNER tried to make the "object" field of the
Tom Lane
2008-02-07
Add missing copyfuncs/equalfuncs support for AlterTSDictionaryStmt and
Tom Lane
2008-02-07
Fix msvc install for cases where msgfmt (from gettext) is in a directory
Magnus Hagander
2008-02-07
Fix silly mistake in expand_indexqual_rowcompare --- in converting a forboth()
Tom Lane
2008-02-07
Fix CREATE TABLE ... LIKE ... INCLUDING INDEXES to not cause unwanted
Tom Lane
2008-02-07
Fix msvc install script to properly install NLS files when built with
Magnus Hagander
2008-02-07
- Fixed segfault in ecpg when using an array element.
Michael Meskes
2008-02-06
Fix very broken clean.bat for msvc install. The way we used subroutines
Magnus Hagander
2008-02-05
Handle libraries in directories with spaces in them.
Magnus Hagander
2008-02-02
Fix WaitOnLock() to ensure that the process's "waiting" flag is reset after
Tom Lane
2008-02-01
Stamp 8.3 in CVS. _No_ update of configure/configure.in.
Bruce Momjian
2008-01-31
Fix pg_GSS_error to use conn->errorMessage more sanely, ie, actually
Tom Lane
2008-01-31
Translation updates
Peter Eisentraut
2008-01-31
Remove 3 hex digit limit on symbol number in recent fix.
Andrew Dunstan
2008-01-31
Add pid to the pgident event name on win32.
Magnus Hagander
2008-01-31
Fix test that wrongly excluded some dumpbin symbols.
Andrew Dunstan
2008-01-30
Add checks to TRUNCATE, CLUSTER, and REINDEX to prevent performing these
Tom Lane
2008-01-30
Add a GUC variable "synchronize_seqscans" to allow clients to disable the new
Tom Lane
2008-01-30
Translation updates
Peter Eisentraut
2008-01-30
Don't putenv() a string that is allocated in a context that will go away
Tom Lane
2008-01-29
Fix up closePGconn() so that PQreset() will work on GSSAPI/SSPI connections;
Tom Lane
2008-01-29
Arrange to ignore SIGPIPE during SSL_read() and SSL_shutdown(), as these
Tom Lane
2008-01-27
Minor editorial improvements in documentation of session_replication_role;
Tom Lane
2008-01-26
Change StatementCancelHandler() to check the DoingCommandRead flag to decide
Tom Lane
2008-01-25
Fix two different copy-and-paste-os in CSV log rotation logic; one that led to
Tom Lane
2008-01-25
Release any detoasted copies of arrays that are made temporarily in
Tom Lane
2008-01-24
Change /contrib to contrib for consistency.
Peter Eisentraut
2008-01-23
Prevent integer overflow within the integer-datetimes version of
Tom Lane
2008-01-23
Improve lock level choices in pg_shdepend.c. Noticed by Tom Lane.
Alvaro Herrera
2008-01-23
Document the fix for perl 5.10 with this comment:
Andrew Dunstan
2008-01-22
Work around for perl 5.10 bug - fix due to perl hacker Simon Cozens.
Andrew Dunstan
2008-01-21
Provide a clearer error message if the pg_control version number looks
Peter Eisentraut
2008-01-21
Fix RS_isRegis() to agree exactly with RS_compile()'s idea of what's a valid
Tom Lane
2008-01-20
Fix psql \h output for case of no parameters (ie, list all the known commands)
Tom Lane
[next]