summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2011-01-29Use GSSAPI library for SSPI auth, when native SSPI is not availableMagnus Hagander
2011-01-29Try to avoid running with a full fsync request queue.Robert Haas
2011-01-27Don't include <asm/ia64regs.h> unnecessarily.Tom Lane
2011-01-27Update psql's \copyright to match the text we have in the COPYRIGHT file.Heikki Linnakangas
2011-01-27Restore ALTER TABLE .. ADD COLUMN w/DEFAULT restriction.Robert Haas
2011-01-27Change inv_truncate() to not repeat its systable_getnext_ordered() scan.Tom Lane
2011-01-26autoreconfPeter Eisentraut
2011-01-26Do not prefix error messages with the string "PL/Python: "Peter Eisentraut
2011-01-26Improve exception usage in PL/PythonPeter Eisentraut
2011-01-26Also save the error detail in SPIErrorPeter Eisentraut
2011-01-26Fix compiler warningsPeter Eisentraut
2011-01-26Add a comment explaining why we force physical removal of OIDs.Robert Haas
2011-01-26Remove arbitrary ALTER TABLE .. ADD COLUMN restriction.Robert Haas
2011-01-25Replace pg_class.relhasexclusion with pg_index.indisexclusion.Tom Lane
2011-01-25Implement ALTER TABLE ADD UNIQUE/PRIMARY KEY USING INDEX.Tom Lane
2011-01-25Typo fix for MemSet size.Magnus Hagander
2011-01-24Document the "S" option for psql's \dn command in the psql helpPeter Eisentraut
2011-01-24Call PLy_spi_execute_fetch_result inside the try/catch blockPeter Eisentraut
2011-01-24Refactor PLy_spi_prepare to save two levels of indentationPeter Eisentraut
2011-01-24Fix typo in the psql \d query handling, so that we use the correct queryHeikki Linnakangas
2011-01-24Exclude sepgsql from MSVC regression testing as wellMagnus Hagander
2011-01-24Silence compiler warning about uninitialized variable, noted byHeikki Linnakangas
2011-01-24Blind attempt to exclude sepgsql from MSVC build system.Robert Haas
2011-01-24sepgsql, an SE-Linux integration for PostgreSQLRobert Haas
2011-01-23Make walsender options order-independentMagnus Hagander
2011-01-23Reorder includes to unbreak MSVCMagnus Hagander
2011-01-23Add 'directory' format to pg_dump. The new directory format is compatibleHeikki Linnakangas
2011-01-23Fix another portability issue in pg_basebackup.Tom Lane
2011-01-23Improve getObjectDescription's display of pg_amop and pg_amproc entries.Tom Lane
2011-01-23Revert "Factor out functions responsible for caching I/O routines".Tom Lane
2011-01-23Add .gitignore file to silence complaints about pg_basebackup.Tom Lane
2011-01-23Suppress uninitialized-variable warning.Tom Lane
2011-01-23Silence flex warnings about DOS file paths in MSVC buildsAndrew Dunstan
2011-01-23Use pg_strcasecmp instead of strcasecmp for portabilityMagnus Hagander
2011-01-23Only show pg_stat_replication details to superusersMagnus Hagander
2011-01-23filemode is parsed on win32 even if never usedMagnus Hagander
2011-01-23Add pg_basebackup tool for streaming base backupsMagnus Hagander
2011-01-23Code cleanup for assign_transaction_read_only.Robert Haas
2011-01-23Quick hack to un-break plpython regression tests.Tom Lane
2011-01-23Allow the wal_buffers setting to be auto-tuned to a reasonable value.Tom Lane
2011-01-22Suppress "control reaches end of non-void function" warning from gcc 4.5.Tom Lane
2011-01-22Suppress possibly-uninitialized-variable warnings from gcc 4.5.Tom Lane
2011-01-22Get rid of the global variable holding the error statePeter Eisentraut
2011-01-22Link libpgport into pg_test_fsync on msvcMagnus Hagander
2011-01-22Avoid treating WAL senders as normal backends.Robert Haas
2011-01-22Code cleanup for assign_XactIsoLevel.Robert Haas
2011-01-21Correctly add exceptions to the plpy module for Python 3Peter Eisentraut
2011-01-21Move test_fsync to /contrib.Bruce Momjian
2011-01-21Don't require usage privileges on the foreign data wrapper when creating aHeikki Linnakangas
2011-01-21Make ALTER TABLE revalidate uniqueness and exclusion constraints.Robert Haas