2011-02-01 |
Bruce Momjian | Add missing period "." in pg_upgrade documentation. |
commit | commitdiff | tree | snapshot |
2011-02-01 |
Bruce Momjian | Add pg_upgrade comment for why we can't use template1... |
commit | commitdiff | tree | snapshot |
2011-02-01 |
Andrew Dunstan | Set up PLPerl trigger data using C code instead of... |
commit | commitdiff | tree | snapshot |
2011-02-01 |
Magnus Hagander | Undefine setlocale() macro on Win32 |
commit | commitdiff | tree | snapshot |
2011-02-01 |
Simon Riggs | Re-classify ERRCODE_DATABASE_DROPPED to 57P04 |
commit | commitdiff | tree | snapshot |
2011-02-01 |
Itagaki Takahiro | Fix wrong error reports in 'number of array dimensions... |
commit | commitdiff | tree | snapshot |
2011-02-01 |
Itagaki Takahiro | Add a link from client_encoding parameter to the list... |
commit | commitdiff | tree | snapshot |
2011-02-01 |
Bruce Momjian | Improve docs for pg_authid encryption description with... |
commit | commitdiff | tree | snapshot |
2011-02-01 |
Bruce Momjian | In pg_authid.rolpassword docs, make "md5" appear as... |
commit | commitdiff | tree | snapshot |
2011-02-01 |
Tom Lane | Support LIKE and ILIKE index searches via contrib/pg_tr... |
commit | commitdiff | tree | snapshot |
2011-02-01 |
Bruce Momjian | Fix pg_upgrade to create pg_authid restore functions... |
commit | commitdiff | tree | snapshot |
2011-02-01 |
Simon Riggs | Create new errcode for recovery conflict caused by... |
commit | commitdiff | tree | snapshot |
2011-01-31 |
Heikki Linnakangas | Remove spurious word, spotted by Thom Brown. |
commit | commitdiff | tree | snapshot |
2011-01-31 |
Bruce Momjian | Update pg_upgrade docs to mention its use in a less... |
commit | commitdiff | tree | snapshot |
2011-01-31 |
Bruce Momjian | Fix SGML markup for upgrade doc addition. |
commit | commitdiff | tree | snapshot |
2011-01-31 |
Simon Riggs | Fix error code for canceling statement due to conflict... |
commit | commitdiff | tree | snapshot |
2011-01-31 |
Andrew Dunstan | Update docs on building for Windows to accomodate curre... |
commit | commitdiff | tree | snapshot |
2011-01-31 |
Bruce Momjian | Move upgrade instructions into its own section under... |
commit | commitdiff | tree | snapshot |
2011-01-31 |
Heikki Linnakangas | Fix typo |
commit | commitdiff | tree | snapshot |
2011-01-31 |
Heikki Linnakangas | Support multiple concurrent pg_basebackup backups. |
commit | commitdiff | tree | snapshot |
2011-01-31 |
Andrew Dunstan | Fix typo |
commit | commitdiff | tree | snapshot |
2011-01-31 |
Andrew Dunstan | Enable building with the Mingw64 compiler. |
commit | commitdiff | tree | snapshot |
2011-01-30 |
Tom Lane | Make reduce_outer_joins() smarter about semijoins. |
commit | commitdiff | tree | snapshot |
2011-01-30 |
Magnus Hagander | Add option to include WAL in base backup |
commit | commitdiff | tree | snapshot |
2011-01-29 |
Bruce Momjian | Properly capitalize documentation headings; some only... |
commit | commitdiff | tree | snapshot |
2011-01-29 |
Tom Lane | Make installation.sgml build standalone again. |
commit | commitdiff | tree | snapshot |
2011-01-29 |
Magnus Hagander | Use GSSAPI library for SSPI auth, when native SSPI... |
commit | commitdiff | tree | snapshot |
2011-01-29 |
Robert Haas | Try to avoid running with a full fsync request queue. |
commit | commitdiff | tree | snapshot |
2011-01-28 |
Tom Lane | Copy-edit a paragraph in the contrib/seg documentation. |
commit | commitdiff | tree | snapshot |
2011-01-27 |
Tom Lane | Rephrase pg_conversion description to avoid splitting... |
commit | commitdiff | tree | snapshot |
2011-01-27 |
Tom Lane | Update release notes. |
commit | commitdiff | tree | snapshot |
2011-01-27 |
Tom Lane | Prevent buffer overrun while parsing an integer in... |
commit | commitdiff | tree | snapshot |
2011-01-27 |
Tom Lane | Don't include <asm/ia64regs.h> unnecessarily. |
commit | commitdiff | tree | snapshot |
2011-01-27 |
Tom Lane | Update release notes for releases 9.0.3, 8.4.7, 8.3... |
commit | commitdiff | tree | snapshot |
2011-01-27 |
Heikki Linnakangas | Update psql's \copyright to match the text we have... |
commit | commitdiff | tree | snapshot |
2011-01-27 |
Tom Lane | Improve grammar and spelling in durability discussion. |
commit | commitdiff | tree | snapshot |
2011-01-27 |
Bruce Momjian | Update non-durable docs about non-synchronous-commit... |
commit | commitdiff | tree | snapshot |
2011-01-27 |
Robert Haas | Restore ALTER TABLE .. ADD COLUMN w/DEFAULT restriction. |
commit | commitdiff | tree | snapshot |
2011-01-27 |
Bruce Momjian | Restructure streaming docs so streaming seems more... |
commit | commitdiff | tree | snapshot |
2011-01-27 |
Tom Lane | Change inv_truncate() to not repeat its systable_getnex... |
commit | commitdiff | tree | snapshot |
2011-01-26 |
Peter Eisentraut | Use -Wformat-security when available |
commit | commitdiff | tree | snapshot |
2011-01-26 |
Peter Eisentraut | autoreconf |
commit | commitdiff | tree | snapshot |
2011-01-26 |
Peter Eisentraut | Do not prefix error messages with the string "PL/Python: " |
commit | commitdiff | tree | snapshot |
2011-01-26 |
Peter Eisentraut | Improve exception usage in PL/Python |
commit | commitdiff | tree | snapshot |
2011-01-26 |
Peter Eisentraut | Also save the error detail in SPIError |
commit | commitdiff | tree | snapshot |
2011-01-26 |
Peter Eisentraut | Fix compiler warnings |
commit | commitdiff | tree | snapshot |
2011-01-26 |
Bruce Momjian | Per Peter E, use 'kB' for kilobyte, not 'K'. |
commit | commitdiff | tree | snapshot |
2011-01-26 |
Bruce Momjian | In pg_test_fsync, use K(1024) rather than k(1000) for... |
commit | commitdiff | tree | snapshot |
2011-01-26 |
Bruce Momjian | Update contrib documention mentions to point to actual... |
commit | commitdiff | tree | snapshot |
2011-01-26 |
Bruce Momjian | Update sync commit performance documentation to be... |
commit | commitdiff | tree | snapshot |
2011-01-26 |
Itagaki Takahiro | Make 'on' uppercase in a sql example. |
commit | commitdiff | tree | snapshot |
2011-01-26 |
Robert Haas | Add a comment explaining why we force physical removal... |
commit | commitdiff | tree | snapshot |
2011-01-26 |
Robert Haas | Remove arbitrary ALTER TABLE .. ADD COLUMN restriction. |
commit | commitdiff | tree | snapshot |
2011-01-26 |
Bruce Momjian | Adjust pg_test_fsync to always do XLOG_BLCKSZ-sized... |
commit | commitdiff | tree | snapshot |
2011-01-26 |
Bruce Momjian | Update warning about synchronous-commit durability... |
commit | commitdiff | tree | snapshot |
2011-01-25 |
Robert Haas | Correct ALTER TYPE -> SET DATA TYPE in ALTER TABLE... |
commit | commitdiff | tree | snapshot |
2011-01-25 |
Tom Lane | Remove old claim that ExclusiveLock is sometimes taken... |
commit | commitdiff | tree | snapshot |
2011-01-25 |
Robert Haas | Fix thinko in ALTER FOREIGN TABLE documentation. |
commit | commitdiff | tree | snapshot |
2011-01-25 |
Tom Lane | Replace pg_class.relhasexclusion with pg_index.indisexc... |
commit | commitdiff | tree | snapshot |
2011-01-25 |
Tom Lane | Implement ALTER TABLE ADD UNIQUE/PRIMARY KEY USING... |
commit | commitdiff | tree | snapshot |
2011-01-25 |
Magnus Hagander | Typo fix for MemSet size. |
commit | commitdiff | tree | snapshot |
2011-01-25 |
Bruce Momjian | Use consistent spacing for PGAPPICON Makefile option. |
commit | commitdiff | tree | snapshot |
2011-01-25 |
Bruce Momjian | Use XLOG_BLCKSZ in pg_test_fsync, rather than our own... |
commit | commitdiff | tree | snapshot |
2011-01-25 |
Bruce Momjian | In test_open_sync(), writes kilobytes as intended,... |
commit | commitdiff | tree | snapshot |
2011-01-24 |
Peter Eisentraut | Document the "S" option for psql's \dn command in the... |
commit | commitdiff | tree | snapshot |
2011-01-24 |
Peter Eisentraut | Call PLy_spi_execute_fetch_result inside the try/catch... |
commit | commitdiff | tree | snapshot |
2011-01-24 |
Peter Eisentraut | Refactor PLy_spi_prepare to save two levels of indentation |
commit | commitdiff | tree | snapshot |
2011-01-24 |
Robert Haas | More documentation cleanup for sepgsql. |
commit | commitdiff | tree | snapshot |
2011-01-24 |
Heikki Linnakangas | Fix typo in the psql \d query handling, so that we... |
commit | commitdiff | tree | snapshot |
2011-01-24 |
Magnus Hagander | Exclude sepgsql from MSVC regression testing as well |
commit | commitdiff | tree | snapshot |
2011-01-24 |
Heikki Linnakangas | Silence compiler warning about uninitialized variable... |
commit | commitdiff | tree | snapshot |
2011-01-24 |
Robert Haas | PGXS support for contrib/hstore |
commit | commitdiff | tree | snapshot |
2011-01-24 |
Robert Haas | Blind attempt to exclude sepgsql from MSVC build system. |
commit | commitdiff | tree | snapshot |
2011-01-24 |
Robert Haas | First round of cleanup of sepgsql code and documentation. |
commit | commitdiff | tree | snapshot |
2011-01-24 |
Robert Haas | sepgsql, an SE-Linux integration for PostgreSQL |
commit | commitdiff | tree | snapshot |
2011-01-23 |
Magnus Hagander | Make walsender options order-independent |
commit | commitdiff | tree | snapshot |
2011-01-23 |
Magnus Hagander | Reorder includes to unbreak MSVC |
commit | commitdiff | tree | snapshot |
2011-01-23 |
Heikki Linnakangas | Add 'directory' format to pg_dump. The new directory... |
commit | commitdiff | tree | snapshot |
2011-01-23 |
Tom Lane | Fix another portability issue in pg_basebackup. |
commit | commitdiff | tree | snapshot |
2011-01-23 |
Tom Lane | Improve getObjectDescription's display of pg_amop and... |
commit | commitdiff | tree | snapshot |
2011-01-23 |
Tom Lane | Revert "Factor out functions responsible for caching... |
commit | commitdiff | tree | snapshot |
2011-01-23 |
Tom Lane | Add .gitignore file to silence complaints about pg_base... |
commit | commitdiff | tree | snapshot |
2011-01-23 |
Tom Lane | Suppress uninitialized-variable warning. |
commit | commitdiff | tree | snapshot |
2011-01-23 |
Andrew Dunstan | Silence flex warnings about DOS file paths in MSVC... |
commit | commitdiff | tree | snapshot |
2011-01-23 |
Magnus Hagander | Use pg_strcasecmp instead of strcasecmp for portability |
commit | commitdiff | tree | snapshot |
2011-01-23 |
Magnus Hagander | Only show pg_stat_replication details to superusers |
commit | commitdiff | tree | snapshot |
2011-01-23 |
Magnus Hagander | filemode is parsed on win32 even if never used |
commit | commitdiff | tree | snapshot |
2011-01-23 |
Magnus Hagander | Add pg_basebackup tool for streaming base backups |
commit | commitdiff | tree | snapshot |
2011-01-23 |
Robert Haas | Code cleanup for assign_transaction_read_only. |
commit | commitdiff | tree | snapshot |
2011-01-23 |
Tom Lane | Quick hack to un-break plpython regression tests. |
commit | commitdiff | tree | snapshot |
2011-01-23 |
Tom Lane | Allow the wal_buffers setting to be auto-tuned to a... |
commit | commitdiff | tree | snapshot |
2011-01-22 |
Tom Lane | Suppress "control reaches end of non-void function... |
commit | commitdiff | tree | snapshot |
2011-01-22 |
Tom Lane | Suppress possibly-uninitialized-variable warnings from... |
commit | commitdiff | tree | snapshot |
2011-01-22 |
Peter Eisentraut | Get rid of the global variable holding the error state |
commit | commitdiff | tree | snapshot |
2011-01-22 |
Tom Lane | More pg_test_fsync fixups. |
commit | commitdiff | tree | snapshot |
2011-01-22 |
Tom Lane | Suppress unused-variables warning when OPEN_SYNC_FLAG... |
commit | commitdiff | tree | snapshot |
2011-01-22 |
Magnus Hagander | Link libpgport into pg_test_fsync on msvc |
commit | commitdiff | tree | snapshot |
2011-01-22 |
Robert Haas | Avoid treating WAL senders as normal backends. |
commit | commitdiff | tree | snapshot |
2011-01-22 |
Robert Haas | Code cleanup for assign_XactIsoLevel. |
commit | commitdiff | tree | snapshot |
2011-01-22 |
Tom Lane | More pg_test_fsync cleanup. |
commit | commitdiff | tree | snapshot |
next |