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
/
backend
Age
Commit message (
Expand
)
Author
2010-03-11
Add missing reset of need_initialization in reloptions code.
Tom Lane
2010-03-11
Fix bug in KnownAssignedXidsMany(). I saw this when looking at the
Heikki Linnakangas
2010-03-11
Fix comment which was apparently copy-pasted from another function.
Heikki Linnakangas
2010-03-10
Fix incorrect comment about permissions checking being done in utility.c.
Robert Haas
2010-03-10
pg_start_backup() can use a share lock to lock ControlFileLock
Itagaki Takahiro
2010-03-08
Disallow gssapi authentication on local connections, since it
Magnus Hagander
2010-03-06
Fix warning messages in restrict_and_check_grant() to include the column name
Tom Lane
2010-03-06
When reading pg_hba.conf and similar files, do not treat @file as an inclusion
Tom Lane
2010-03-04
Fix IsBinaryCoercible to not confuse a cast using in/out functions
Heikki Linnakangas
2010-03-03
Document that "Q" is ignored by to_date and to_timestamp. Add C comment
Bruce Momjian
2010-03-03
Fix a couple of places that would loop forever if attempts to read a stdio file
Tom Lane
2010-03-03
Export xml.c's libxml-error-handling support so that contrib/xml2 can use it
Tom Lane
2010-03-01
It's clearly now pointless to do backwards compatible parsing of this,
Magnus Hagander
2010-02-27
Insert a hack into get_float8_nan (both core and ecpg copies) to deal with
Tom Lane
2010-02-27
Back out unintended change to pg_locale.c.
Bruce Momjian
2010-02-27
Document ATAPI FLUSH CACHE EXT.
Bruce Momjian
2010-02-27
Undo some more pgindent breakage. Per buildfarm.
Tom Lane
2010-02-26
pgindent run for 9.0
Bruce Momjian
2010-02-25
Allow predicate_refuted_by() to deduce that NOT A refutes A.
Tom Lane
2010-02-25
Add C comment that do_to_timestamp() lacks error checking.
Bruce Momjian
2010-02-25
Add configuration parameter ssl_renegotiation_limit to control
Magnus Hagander
2010-02-25
Fix streaming replication starting at the very first WAL segment.
Heikki Linnakangas
2010-02-25
Make pg_stop_backup's reporting a bit more verbose in hopes of making
Tom Lane
2010-02-23
Add an OR REPLACE option to CREATE LANGUAGE.
Tom Lane
2010-02-23
Revert recent change of to_char('HH12') handling for intervals; instead
Bruce Momjian
2010-02-23
Secondary patch to fix interval to_char() for "HH" where hours >= 12.
Bruce Momjian
2010-02-23
Supress convertion of zero hours to '12' for intervals when using
Bruce Momjian
2010-02-22
Adjust pg_fsync_writethrough so that it will set errno when failing
Tom Lane
2010-02-20
Clean up handling of XactReadOnly and RecoveryInProgress checks.
Tom Lane
2010-02-19
Reduce the rescan cost estimate for Materialize nodes to cpu_operator_cost per
Tom Lane
2010-02-19
Don't use O_DIRECT when writing WAL files if archiving or streaming is
Heikki Linnakangas
2010-02-19
Forbid setval() during recovery. This prevents the PANIC reported by
Heikki Linnakangas
2010-02-19
Fix STOP WAL LOCATION in backup history files no to return the next
Itagaki Takahiro
2010-02-19
Translation updates for 9.0alpha4
Peter Eisentraut
2010-02-18
Provide some rather hokey ways for EXPLAIN to print FieldStore and assignment
Tom Lane
2010-02-18
Fix ExecEvalArrayRef to pass down the old value of the array element or slice
Tom Lane
2010-02-18
Fix pq_getbyte_if_available() function. It was confused on what it
Heikki Linnakangas
2010-02-18
date_recv should accept infinities.
Itagaki Takahiro
2010-02-18
Force READY portals into FAILED state when a transaction or subtransaction
Tom Lane
2010-02-17
Take care to reprocess an uncommitted notify message.
Tom Lane
2010-02-17
Another typo fix.
Magnus Hagander
2010-02-17
Stamp HEAD as 9.0devel, and update various places that were referring to 8.5
Tom Lane
2010-02-17
When updating ShmemVariableCache from a checkpoint record, be sure to set
Tom Lane
2010-02-17
log_error_verbosity is now LOGGING_WHAT category.
Tom Lane
2010-02-17
Make NOTIFY_PAYLOAD_MAX_LENGTH depend explicitly on BLCKSZ and
Tom Lane
2010-02-16
Replace the pg_listener-based LISTEN/NOTIFY mechanism with an in-memory queue.
Tom Lane
2010-02-16
Add query text to auto_explain output.
Andrew Dunstan
2010-02-16
Move log_error_verbosity GUC setting to "What to log" section, and
Bruce Momjian
2010-02-16
Honor to_char() "FM" specification in YYY, YY, and Y; it was already
Bruce Momjian
2010-02-16
Have SELECT and CREATE TABLE AS queries return a row count. While this
Bruce Momjian
[next]