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
2011-02-07
Fix error messages for FreeFile in COPY command.
Itagaki Takahiro
2011-02-06
Rename macro DECIMAL to DECIMAL_T to help pgindent; this is already
Bruce Momjian
2011-02-06
IDENTIFY_SYSTEM now returns 3 fields, not 2
Magnus Hagander
2011-02-06
Tighten ALTER FOREIGN TABLE .. SET DATA TYPE checks.
Robert Haas
2011-02-05
Add C comment about why older compilers complain about basebackup.c's
Bruce Momjian
2011-02-04
Clarify comment in ATRewriteTable().
Robert Haas
2011-02-04
Move pipe.c into the backend.
Robert Haas
2011-02-04
Make handling of errcodes.h more consistent with other generated headers.
Robert Haas
2011-02-04
Unbreak the VPATH build.
Robert Haas
2011-02-04
Preserve copyright notice from old errcodes.h file.
Robert Haas
2011-02-04
Avoid maintaining three separate copies of the error codes list.
Robert Haas
2011-02-03
Include more status information in walsender results
Magnus Hagander
2011-02-03
Rename function to first_path_var_separator() to clarify it works with
Bruce Momjian
2011-02-03
Log restartpoints in the same fashion as checkpoints.
Robert Haas
2011-02-01
Re-classify ERRCODE_DATABASE_DROPPED to 57P04
Simon Riggs
2011-02-01
Fix wrong error reports in 'number of array dimensions exceeds the
Itagaki Takahiro
2011-02-01
Create new errcode for recovery conflict caused by db drop on master.
Simon Riggs
2011-01-31
Fix error code for canceling statement due to conflict with recovery.
Simon Riggs
2011-01-31
Support multiple concurrent pg_basebackup backups.
Heikki Linnakangas
2011-01-30
Make reduce_outer_joins() smarter about semijoins.
Tom Lane
2011-01-30
Add option to include WAL in base backup
Magnus Hagander
2011-01-29
Try to avoid running with a full fsync request queue.
Robert Haas
2011-01-27
Don't include <asm/ia64regs.h> unnecessarily.
Tom Lane
2011-01-27
Restore ALTER TABLE .. ADD COLUMN w/DEFAULT restriction.
Robert Haas
2011-01-27
Change inv_truncate() to not repeat its systable_getnext_ordered() scan.
Tom Lane
2011-01-26
Add a comment explaining why we force physical removal of OIDs.
Robert Haas
2011-01-26
Remove arbitrary ALTER TABLE .. ADD COLUMN restriction.
Robert Haas
2011-01-25
Replace pg_class.relhasexclusion with pg_index.indisexclusion.
Tom Lane
2011-01-25
Implement ALTER TABLE ADD UNIQUE/PRIMARY KEY USING INDEX.
Tom Lane
2011-01-25
Typo fix for MemSet size.
Magnus Hagander
2011-01-23
Make walsender options order-independent
Magnus Hagander
2011-01-23
Improve getObjectDescription's display of pg_amop and pg_amproc entries.
Tom Lane
2011-01-23
Only show pg_stat_replication details to superusers
Magnus Hagander
2011-01-23
Add pg_basebackup tool for streaming base backups
Magnus Hagander
2011-01-23
Code cleanup for assign_transaction_read_only.
Robert Haas
2011-01-23
Allow the wal_buffers setting to be auto-tuned to a reasonable value.
Tom Lane
2011-01-22
Avoid treating WAL senders as normal backends.
Robert Haas
2011-01-22
Code cleanup for assign_XactIsoLevel.
Robert Haas
2011-01-21
Don't require usage privileges on the foreign data wrapper when creating a
Heikki Linnakangas
2011-01-21
Make ALTER TABLE revalidate uniqueness and exclusion constraints.
Robert Haas
2011-01-18
Avoid detoast in texteq/textne/byteaeq/byteane for unequal-length strings.
Tom Lane
2011-01-18
Log replication connections only when log_connections is on
Magnus Hagander
2011-01-18
Fix thinko in comment. Spotted by Jim Nasby.
Heikki Linnakangas
2011-01-17
Fix miscalculation of itemsafter in array_set_slice().
Tom Lane
2011-01-17
Set fallback_application_name in walreceiver
Magnus Hagander
2011-01-17
Before exiting walreceiver, fsync() all the WAL received.
Heikki Linnakangas
2011-01-15
Add .gitignore to silence git complaints about parser/scanner output files.
Tom Lane
2011-01-15
Enumerate available tablespaces after starting the backup
Magnus Hagander
2011-01-15
Treat a WAL sender process that hasn't started streaming yet as a regular
Heikki Linnakangas
2011-01-14
Use a lexer and grammar for parsing walsender commands
Magnus Hagander
[next]