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-07-03
Allow REASSIGNED OWNED to handle opclasses and opfamilies.
Robert Haas
2010-07-02
Move copydir.c from src/port to src/backend/storage/file
Robert Haas
2010-07-02
Issue 'mkdir' hint when replying CREATE TABLESPACE in recovery mode.
Bruce Momjian
2010-07-01
Allow ALTER TABLE .. SET TABLESPACE to be interrupted.
Robert Haas
2010-06-30
stringToNode() and deparse_expression_pretty() crash on invalid input,
Heikki Linnakangas
2010-06-29
Add C comment about why synchronous_commit=off behavior can lose
Bruce Momjian
2010-06-29
Message tuning
Peter Eisentraut
2010-06-28
emode_for_corrupt_record shouldn't reduce LOG messages to WARNING.
Robert Haas
2010-06-25
Fix log_temp_files docs and comments to say bytes not kilobytes.
Simon Riggs
2010-06-24
Add stray "else" that seems to have gone missing.
Robert Haas
2010-06-22
Deprecate the use of => as an operator name.
Robert Haas
2010-06-21
Fix mishandling of whole-row Vars referencing a view or sub-select.
Tom Lane
2010-06-17
Clean up some randomness associated with trace_recovery_messages: don't
Tom Lane
2010-06-17
Make RemoveOldXlogFiles's debug printout match style used elsewhere:
Tom Lane
2010-06-17
Don't allow walsender to send WAL data until it's been safely fsync'd on the
Tom Lane
2010-06-16
Refactor sprintf calls with computed format strings into multiple calls with
Peter Eisentraut
2010-06-15
Add new GUC categories corresponding to sections in docs, and move
Itagaki Takahiro
2010-06-14
If a corrupt WAL record is received by streaming replication, disconnect
Heikki Linnakangas
2010-06-14
Remove max_standby_delay message from ps display of recovery process
Itagaki Takahiro
2010-06-13
Fix ALTER LARGE OBJECT and GRANT ... ON LARGE OBJECT for large OIDs.
Robert Haas
2010-06-12
Fix typo/bug, found by Clang compiler
Peter Eisentraut
2010-06-11
Use "replication" as the database name when constructing a connection
Heikki Linnakangas
2010-06-10
Rename restartpoint_command to archive_cleanup_command.
Itagaki Takahiro
2010-06-10
Make TriggerFile variable static. It's not used outside xlog.c.
Heikki Linnakangas
2010-06-10
Return NULL instead of 0/0 in pg_last_xlog_receive_location() and
Heikki Linnakangas
2010-06-10
Quote all string values in EXPLAIN (FORMAT YAML) output.
Robert Haas
2010-06-09
Remove stray word from comment.
Robert Haas
2010-06-09
In standby mode, respect checkpoint_segments in addition to
Heikki Linnakangas
2010-06-09
Make the walwriter close it's handle to an old xlog segment if it's no longer
Magnus Hagander
2010-06-09
Attempt to fix EXPLAIN (FORMAT YAML) quoting to behave sanely.
Robert Haas
2010-06-09
Fix typo in the header comment. Per request from Masao Fujii.
Tatsuo Ishii
2010-06-07
Avoid useless snprintf() call when update_process_title is turned off.
Tom Lane
2010-06-07
Ensure default-only storage parameters for TOAST relations
Itagaki Takahiro
2010-06-03
Adjust misleading comment in walsender.c. We try to send all WAL data that's
Tom Lane
2010-06-03
Add current WAL end (as seen by walsender, ie, GetWriteRecPtr() result)
Tom Lane
2010-06-03
Translation updates for 9.0beta2
Peter Eisentraut
2010-06-03
Fix some inconsistent quoting of wal_level values in messages
Peter Eisentraut
2010-06-03
Fix reference to nonexistent configure option
Peter Eisentraut
2010-06-03
On clean shutdown during recovery, don't warn about possible corruption.
Robert Haas
2010-06-02
Fix obsolete comments that I neglected to update in a previous patch.
Heikki Linnakangas
2010-06-01
Show schema name for REINDEX.
Bruce Momjian
2010-05-31
Send all outstanding WAL before exiting when smart shutdown is requested.
Heikki Linnakangas
2010-05-30
Fix misuse of Lossy Counting (LC) algorithm in compute_tsvector_stats().
Tom Lane
2010-05-30
Change the notation for calling functions with named parameters from
Tom Lane
2010-05-29
Add C comment that we will have to remove an exclusion constraint check
Bruce Momjian
2010-05-28
Fix oversight in the previous patch that made LIKE throw error for \ at the
Tom Lane
2010-05-28
Rewrite LIKE's %-followed-by-_ optimization so it really works (this time
Tom Lane
2010-05-28
Rejigger mergejoin logic so that a tuple with a null in the first merge column
Tom Lane
2010-05-27
Change ps_status.c to explicitly track the current logical length of ps_buffer.
Tom Lane
2010-05-27
Make CREATE INDEX run expression preprocessing on a proposed index expression
Tom Lane
[next]