2008-03-29 |
Tom Lane | Revert my erroneous fix for Taiki Yamaguchi's DISTINCT... |
commit | commitdiff | tree | snapshot |
2008-03-27 |
Tom Lane | When we have successfully optimized a MIN or MAX aggreg... |
commit | commitdiff | tree | snapshot |
2008-03-26 |
Magnus Hagander | Include \password in the psql help. |
commit | commitdiff | tree | snapshot |
2008-03-26 |
Tom Lane | Fix core dump in contrib/xml2's xpath_table() when... |
commit | commitdiff | tree | snapshot |
2008-03-25 |
Michael Meskes | added ECPGget_PGconn to exports.txt |
commit | commitdiff | tree | snapshot |
2008-03-24 |
Tom Lane | When a relation has been proven empty by constraint... |
commit | commitdiff | tree | snapshot |
2008-03-24 |
Tom Lane | Fix various infelicities that have snuck into usage... |
commit | commitdiff | tree | snapshot |
2008-03-21 |
Michael Meskes | Corrected version number. |
commit | commitdiff | tree | snapshot |
2008-03-20 |
Michael Meskes | Added ECPGget_PGconn() function to ecpglib, courtesy... |
commit | commitdiff | tree | snapshot |
2008-03-20 |
Michael Meskes | Changed statement escaping to not escape continuation... |
commit | commitdiff | tree | snapshot |
2008-03-20 |
Heikki Linnakangas | Add the missing cyrillic "Yo" characters ('e' and ... |
commit | commitdiff | tree | snapshot |
2008-03-19 |
Tom Lane | Fix regexp substring matching (substring(string from... |
commit | commitdiff | tree | snapshot |
2008-03-18 |
Magnus Hagander | cvsweb lives on anoncvs.postgresql.org these days. |
commit | commitdiff | tree | snapshot |
2008-03-18 |
Magnus Hagander | Wiki page about cvs now lives in the main wiki, the one |
commit | commitdiff | tree | snapshot |
2008-03-14 |
Tom Lane | Fix inappropriately-timed memory context switch in... REL8_3_1 |
commit | commitdiff | tree | snapshot |
2008-03-14 |
Alvaro Herrera | Fix duplicate word, per Guillaume Lelarge. |
commit | commitdiff | tree | snapshot |
2008-03-14 |
Alvaro Herrera | Fix vacuum so that autovacuum is really not cancelled... |
commit | commitdiff | tree | snapshot |
2008-03-14 |
Peter Eisentraut | Translation updates |
commit | commitdiff | tree | snapshot |
2008-03-14 |
Marc G. Fournier | update configure for 8.3.1 prior to tag |
commit | commitdiff | tree | snapshot |
2008-03-13 |
Tom Lane | Stamp version 8.3.1, except for configure.in/configure. |
commit | commitdiff | tree | snapshot |
2008-03-13 |
Tom Lane | Update release notes for 8.3.1 and 8.2.7 releases. |
commit | commitdiff | tree | snapshot |
2008-03-13 |
Tom Lane | Update to tzdata 2008a distribution (Chilean DST law... |
commit | commitdiff | tree | snapshot |
2008-03-13 |
Tom Lane | Fix varstr_cmp's special case for UTF8 encoding on... |
commit | commitdiff | tree | snapshot |
2008-03-13 |
Tom Lane | Fix heap_page_prune's problem with failing to send... |
commit | commitdiff | tree | snapshot |
2008-03-12 |
Tom Lane | Fix pg_plan_queries() to restore the previous setting... |
commit | commitdiff | tree | snapshot |
2008-03-12 |
Tom Lane | Fix LISTEN/NOTIFY race condition reported by Laurent... |
commit | commitdiff | tree | snapshot |
2008-03-11 |
Bruce Momjian | Add to documentation: |
commit | commitdiff | tree | snapshot |
2008-03-11 |
Bruce Momjian | Back out doc addition that statement_timeout affects... |
commit | commitdiff | tree | snapshot |
2008-03-11 |
Bruce Momjian | Document that statement_timeout is not recommended... |
commit | commitdiff | tree | snapshot |
2008-03-10 |
Tom Lane | Use -fwrapv in CFLAGS if we are using a version of... |
commit | commitdiff | tree | snapshot |
2008-03-09 |
Teodor Sigaev | Revert changes of CompareTSQ: it affects existing btree... |
commit | commitdiff | tree | snapshot |
2008-03-08 |
Tom Lane | Refactor heap_page_prune so that instead of changing... |
commit | commitdiff | tree | snapshot |
2008-03-07 |
Tom Lane | Change hashscan.c to keep its list of active hash index... |
commit | commitdiff | tree | snapshot |
2008-03-07 |
Teodor Sigaev | Fix memory arrangement of tsquery after removing stop... |
commit | commitdiff | tree | snapshot |
2008-03-07 |
Bruce Momjian | Clearify PITR doc wording. |
commit | commitdiff | tree | snapshot |
2008-03-06 |
Bruce Momjian | Document that enabling asserts can _significantly_... |
commit | commitdiff | tree | snapshot |
2008-03-06 |
Bruce Momjian | Move client encoding libpq function docs into libpq... |
commit | commitdiff | tree | snapshot |
2008-03-05 |
Alvaro Herrera | Add support for dlopen on recent NetBSD/MIPS, per Rémi... |
commit | commitdiff | tree | snapshot |
2008-03-05 |
Bruce Momjian | Update libpqxx URL in top-level README, per Gurjeet... |
commit | commitdiff | tree | snapshot |
2008-03-05 |
Tom Lane | In PrepareToInvalidateCacheTuple, don't force initializ... |
commit | commitdiff | tree | snapshot |
2008-03-05 |
Bruce Momjian | Document that increasing the number of checkpoints... |
commit | commitdiff | tree | snapshot |
2008-03-05 |
Tom Lane | Include -lgss in libpq link, if available. Bjorn Munch |
commit | commitdiff | tree | snapshot |
2008-03-04 |
Tom Lane | Fix PREPARE TRANSACTION to reject the case where the... |
commit | commitdiff | tree | snapshot |
2008-03-04 |
Magnus Hagander | Use windows DACL fix for pg_regress as well. |
commit | commitdiff | tree | snapshot |
2008-03-04 |
Bruce Momjian | Show example of ts_headline() using a configuration... |
commit | commitdiff | tree | snapshot |
2008-03-03 |
Bruce Momjian | Remove "reliably" from chr(0) doc mention. |
commit | commitdiff | tree | snapshot |
2008-03-03 |
Bruce Momjian | Document that chr(0) is not supported, and why. |
commit | commitdiff | tree | snapshot |
2008-03-02 |
Michael Meskes | Fixed bug that caused arrays of varchar to be output... |
commit | commitdiff | tree | snapshot |
2008-03-02 |
Tom Lane | Venezuela Time now means UTC-4:30, not UTC-4:00. Adjus... |
commit | commitdiff | tree | snapshot |
2008-03-01 |
Tom Lane | Fix another place that was assuming that a local variab... |
commit | commitdiff | tree | snapshot |
2008-03-01 |
Tom Lane | Fix unportable usages of tolower(). On signed-char... |
commit | commitdiff | tree | snapshot |
2008-03-01 |
Tom Lane | Disable the undocumented xmlvalidate() function, which... |
commit | commitdiff | tree | snapshot |
2008-02-29 |
Andrew Dunstan | Don't call AddUserToDacl on Cygwin |
commit | commitdiff | tree | snapshot |
2008-02-29 |
Tom Lane | Reducing the assumed alignment of struct varlena means... |
commit | commitdiff | tree | snapshot |
2008-02-29 |
Magnus Hagander | Fix handling of restricted processes for Windows Vista... |
commit | commitdiff | tree | snapshot |
2008-02-29 |
Neil Conway | Fix several memory leaks when rescanning SRFs. Arrange... |
commit | commitdiff | tree | snapshot |
2008-02-28 |
Magnus Hagander | Support for building contrib/uuid-ossp with MSVC. |
commit | commitdiff | tree | snapshot |
2008-02-27 |
Tom Lane | If RelationBuildDesc() fails to open a critical system... |
commit | commitdiff | tree | snapshot |
2008-02-26 |
Peter Eisentraut | Fix uninstall target. |
commit | commitdiff | tree | snapshot |
2008-02-26 |
Tom Lane | Fix encode(...bytea..., 'escape') so that it converts... |
commit | commitdiff | tree | snapshot |
2008-02-25 |
Tom Lane | Fix datetime input to behave correctly for Feb 29 in... |
commit | commitdiff | tree | snapshot |
2008-02-24 |
Tom Lane | Use our own getopt() and getopt_long() on Solaris,... |
commit | commitdiff | tree | snapshot |
2008-02-23 |
Tom Lane | Avoid trying to print a NULL char pointer in --describe... |
commit | commitdiff | tree | snapshot |
2008-02-23 |
Tom Lane | Change the declaration of struct varlena so that the... |
commit | commitdiff | tree | snapshot |
2008-02-20 |
Tom Lane | Fix mistakes in pg_ctl's code for "start -w" that tries... |
commit | commitdiff | tree | snapshot |
2008-02-20 |
Tom Lane | Put a CHECK_FOR_INTERRUPTS call into the loops that... |
commit | commitdiff | tree | snapshot |
2008-02-20 |
Alvaro Herrera | Change error message to be able to differentiate the... |
commit | commitdiff | tree | snapshot |
2008-02-18 |
Tom Lane | Remove unnecessary opening of other relation in RI_FKey... |
commit | commitdiff | tree | snapshot |
2008-02-18 |
Peter Eisentraut | Observe errors in makefile |
commit | commitdiff | tree | snapshot |
2008-02-17 |
Michael Meskes | Changed INFORMIX mode symbol definition yet again becau... |
commit | commitdiff | tree | snapshot |
2008-02-15 |
Michael Meskes | Updated expected result for regression test. |
commit | commitdiff | tree | snapshot |
2008-02-15 |
Michael Meskes | Fixed conflicting commit. |
commit | commitdiff | tree | snapshot |
2008-02-15 |
Michael Meskes | Changed the way symbols are defined in C in INFORMIX... |
commit | commitdiff | tree | snapshot |
2008-02-13 |
Bruce Momjian | Correct XML markup typo, <book> -> </book> |
commit | commitdiff | tree | snapshot |
2008-02-12 |
Tom Lane | Fix SPI_cursor_open() and SPI_is_cursor_plan() to push... |
commit | commitdiff | tree | snapshot |
2008-02-11 |
Magnus Hagander | Update timezone mapping for Windows with new timezones... |
commit | commitdiff | tree | snapshot |
2008-02-11 |
Tom Lane | Repair VACUUM FULL bug introduced by HOT patch: the... |
commit | commitdiff | tree | snapshot |
2008-02-10 |
Tom Lane | Fix PageGetExactFreeSpace() so that it actually behaves... |
commit | commitdiff | tree | snapshot |
2008-02-08 |
Tom Lane | Some small editorialization on the protocol documentati... |
commit | commitdiff | tree | snapshot |
2008-02-08 |
Tom Lane | Since GSSAPI and SSPI authentication don't work in... |
commit | commitdiff | tree | snapshot |
2008-02-07 |
Tom Lane | Avoid misbehavior in foreign key checks when casting... |
commit | commitdiff | tree | snapshot |
2008-02-07 |
Bruce Momjian | Add "automatically" to HOT release note description. |
commit | commitdiff | tree | snapshot |
2008-02-07 |
Tom Lane | Some variants of ALTER OWNER tried to make the "object... |
commit | commitdiff | tree | snapshot |
2008-02-07 |
Tom Lane | Add missing copyfuncs/equalfuncs support for AlterTSDic... |
commit | commitdiff | tree | snapshot |
2008-02-07 |
Magnus Hagander | Fix msvc install for cases where msgfmt (from gettext... |
commit | commitdiff | tree | snapshot |
2008-02-07 |
Tom Lane | Fix silly mistake in expand_indexqual_rowcompare -... |
commit | commitdiff | tree | snapshot |
2008-02-07 |
Tom Lane | Fix CREATE TABLE ... LIKE ... INCLUDING INDEXES to... |
commit | commitdiff | tree | snapshot |
2008-02-07 |
Magnus Hagander | Fix msvc install script to properly install NLS files... |
commit | commitdiff | tree | snapshot |
2008-02-07 |
Michael Meskes | - Fixed segfault in ecpg when using an array element. |
commit | commitdiff | tree | snapshot |
2008-02-06 |
Magnus Hagander | Fix very broken clean.bat for msvc install. The way... |
commit | commitdiff | tree | snapshot |
2008-02-05 |
Magnus Hagander | Handle libraries in directories with spaces in them. |
commit | commitdiff | tree | snapshot |
2008-02-03 |
Tom Lane | Fix mistaken duplicate reference to max_fsm_pages,... |
commit | commitdiff | tree | snapshot |
2008-02-02 |
Tom Lane | Minor wordsmithing in release notes' description of... |
commit | commitdiff | tree | snapshot |
2008-02-02 |
Tom Lane | Move example of turning off synchronous_commit to a... |
commit | commitdiff | tree | snapshot |
2008-02-02 |
Tom Lane | Fix WaitOnLock() to ensure that the process's "waiting... |
commit | commitdiff | tree | snapshot |
2008-02-01 |
Marc G. Fournier | configure tag'd 8.3.0 and built witih autoconf 2.59 REL8_3_0 |
commit | commitdiff | tree | snapshot |
2008-02-01 |
Bruce Momjian | Stamp 8.3 in CVS. _No_ update of configure/configure.in. |
commit | commitdiff | tree | snapshot |
2008-02-01 |
Bruce Momjian | Update FAQ for most recent release as 8.3. |
commit | commitdiff | tree | snapshot |
2008-02-01 |
Bruce Momjian | Update item: |
commit | commitdiff | tree | snapshot |
2008-01-31 |
Bruce Momjian | Fix spelling typo in comment. |
commit | commitdiff | tree | snapshot |
next |