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-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
2010-02-16
Remove personal copyright now that file has been rewritten using
Bruce Momjian
2010-02-16
Clarify documentation on the behavior of unnamed bind queries.
Bruce Momjian
2010-02-16
revert to showing buffer counts in explain (buffers)
Greg Stark
2010-02-16
Add emulation of non-blocking sockets to the win32 socket/signal layer,
Magnus Hagander
2010-02-15
Fix typo in comment
Alvaro Herrera
2010-02-15
Display explain buffers measurements in memory units rather than blocks. Also...
Greg Stark
2010-02-15
Speed up CREATE DATABASE by deferring the fsyncs until after copying
Greg Stark
2010-02-14
Wrap calls to SearchSysCache and related functions using macros.
Robert Haas
2010-02-13
Improve C comment about why we return "0 0" for some tags.
Bruce Momjian
2010-02-13
Improvements to ps message of startup process during Hot Standby.
Simon Riggs
2010-02-13
Fix relcache init file invalidation during Hot Standby for the case
Simon Riggs
[next]