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
Age
Commit message (
Expand
)
Author
2011-01-29
Use GSSAPI library for SSPI auth, when native SSPI is not available
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
Update psql's \copyright to match the text we have in the COPYRIGHT file.
Heikki Linnakangas
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
autoreconf
Peter Eisentraut
2011-01-26
Do not prefix error messages with the string "PL/Python: "
Peter Eisentraut
2011-01-26
Improve exception usage in PL/Python
Peter Eisentraut
2011-01-26
Also save the error detail in SPIError
Peter Eisentraut
2011-01-26
Fix compiler warnings
Peter Eisentraut
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-24
Document the "S" option for psql's \dn command in the psql help
Peter Eisentraut
2011-01-24
Call PLy_spi_execute_fetch_result inside the try/catch block
Peter Eisentraut
2011-01-24
Refactor PLy_spi_prepare to save two levels of indentation
Peter Eisentraut
2011-01-24
Fix typo in the psql \d query handling, so that we use the correct query
Heikki Linnakangas
2011-01-24
Exclude sepgsql from MSVC regression testing as well
Magnus Hagander
2011-01-24
Silence compiler warning about uninitialized variable, noted by
Heikki Linnakangas
2011-01-24
Blind attempt to exclude sepgsql from MSVC build system.
Robert Haas
2011-01-24
sepgsql, an SE-Linux integration for PostgreSQL
Robert Haas
2011-01-23
Make walsender options order-independent
Magnus Hagander
2011-01-23
Reorder includes to unbreak MSVC
Magnus Hagander
2011-01-23
Add 'directory' format to pg_dump. The new directory format is compatible
Heikki Linnakangas
2011-01-23
Fix another portability issue in pg_basebackup.
Tom Lane
2011-01-23
Improve getObjectDescription's display of pg_amop and pg_amproc entries.
Tom Lane
2011-01-23
Revert "Factor out functions responsible for caching I/O routines".
Tom Lane
2011-01-23
Add .gitignore file to silence complaints about pg_basebackup.
Tom Lane
2011-01-23
Suppress uninitialized-variable warning.
Tom Lane
2011-01-23
Silence flex warnings about DOS file paths in MSVC builds
Andrew Dunstan
2011-01-23
Use pg_strcasecmp instead of strcasecmp for portability
Magnus Hagander
2011-01-23
Only show pg_stat_replication details to superusers
Magnus Hagander
2011-01-23
filemode is parsed on win32 even if never used
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
Quick hack to un-break plpython regression tests.
Tom Lane
2011-01-23
Allow the wal_buffers setting to be auto-tuned to a reasonable value.
Tom Lane
2011-01-22
Suppress "control reaches end of non-void function" warning from gcc 4.5.
Tom Lane
2011-01-22
Suppress possibly-uninitialized-variable warnings from gcc 4.5.
Tom Lane
2011-01-22
Get rid of the global variable holding the error state
Peter Eisentraut
2011-01-22
Link libpgport into pg_test_fsync on msvc
Magnus Hagander
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
Correctly add exceptions to the plpy module for Python 3
Peter Eisentraut
2011-01-21
Move test_fsync to /contrib.
Bruce Momjian
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
[next]