2009-06-21 |
Peter Eisentraut | Message fixes |
commit | commitdiff | tree | snapshot |
2009-06-20 |
Tom Lane | Fix things so that array_agg_finalfn does not modify... |
commit | commitdiff | tree | snapshot |
2009-06-19 |
Peter Eisentraut | Extend man page installation hackery so that the man... |
commit | commitdiff | tree | snapshot |
2009-06-19 |
Peter Eisentraut | Don't convert the man page names to lower case, so... |
commit | commitdiff | tree | snapshot |
2009-06-19 |
Peter Eisentraut | Add manvolnum, so that man pages are generated. |
commit | commitdiff | tree | snapshot |
2009-06-18 |
Peter Eisentraut | Don't attempt to "rm" directories on uninstall. |
commit | commitdiff | tree | snapshot |
2009-06-18 |
Peter Eisentraut | Recursive Joins -> Recursive Queries |
commit | commitdiff | tree | snapshot |
2009-06-18 |
Peter Eisentraut | Add some more documentation and cross-links on using... |
commit | commitdiff | tree | snapshot |
2009-06-18 |
Peter Eisentraut | Refine the use of terminology around bound and unbound... |
commit | commitdiff | tree | snapshot |
2009-06-18 |
Heikki Linnakangas | Fix a few errors in comments. Patch by Fujii Masao... |
commit | commitdiff | tree | snapshot |
2009-06-18 |
Tom Lane | Fix the just-reported problem that you can't specify... |
commit | commitdiff | tree | snapshot |
2009-06-17 |
Tom Lane | Proofreading for Bruce's recent round of documentation... |
commit | commitdiff | tree | snapshot |
2009-06-17 |
Tom Lane | ExecAgg() failed to finish running out set-returning... |
commit | commitdiff | tree | snapshot |
2009-06-17 |
Peter Eisentraut | Add another link of a GUC variable to where it is expla... |
commit | commitdiff | tree | snapshot |
2009-06-17 |
Peter Eisentraut | Fix typo in error message: tgargv -> tg_argv |
commit | commitdiff | tree | snapshot |
2009-06-14 |
Tom Lane | Change test tables in copy2 regression test to be tempo... |
commit | commitdiff | tree | snapshot |
2009-06-13 |
Tom Lane | Fix get_sort_group_operators() so that it doesn't think... |
commit | commitdiff | tree | snapshot |
2009-06-13 |
Peter Eisentraut | Tweak the display of incoming foreign-key constraints... |
commit | commitdiff | tree | snapshot |
2009-06-12 |
Tom Lane | Improve documentation about GiST opclass support functions. |
commit | commitdiff | tree | snapshot |
2009-06-12 |
Tom Lane | Fix several places where a function was declared static... |
commit | commitdiff | tree | snapshot |
2009-06-12 |
Tom Lane | Add info about minimum recommended AIX fix levels,... |
commit | commitdiff | tree | snapshot |
2009-06-12 |
Marc G. Fournier | time to tag rc1 ... REL8_4_RC1 |
commit | commitdiff | tree | snapshot |
2009-06-12 |
Bruce Momjian | Tighten typedef check for Linux. |
commit | commitdiff | tree | snapshot |
2009-06-12 |
Bruce Momjian | Mention BSD/OS find_typedef behavior. |
commit | commitdiff | tree | snapshot |
2009-06-11 |
Bruce Momjian | Document struct/union problem with pgindent. |
commit | commitdiff | tree | snapshot |
2009-06-11 |
Tom Lane | Update release notes to today. |
commit | commitdiff | tree | snapshot |
2009-06-11 |
Tom Lane | Revisit AlterTableCreateToastTable's API once again... |
commit | commitdiff | tree | snapshot |
2009-06-11 |
Tom Lane | Remove our inadequate kluge that tried to get AIX's... |
commit | commitdiff | tree | snapshot |
2009-06-11 |
Tom Lane | Mark contrib's GiST and GIN opclass support functions... |
commit | commitdiff | tree | snapshot |
2009-06-11 |
Tom Lane | Update time zone data files to tzdata release 2009i... |
commit | commitdiff | tree | snapshot |
2009-06-11 |
Tom Lane | Fix things so that you can still do "select foo()"... |
commit | commitdiff | tree | snapshot |
2009-06-11 |
Tom Lane | Somebody seems to have thought they could get away... |
commit | commitdiff | tree | snapshot |
2009-06-11 |
Bruce Momjian | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW... |
commit | commitdiff | tree | snapshot |
2009-06-11 |
Bruce Momjian | Add FreeBSD support for find_typedef, per request from... |
commit | commitdiff | tree | snapshot |
2009-06-10 |
Peter Eisentraut | Translation updates |
commit | commitdiff | tree | snapshot |
2009-06-10 |
Peter Eisentraut | Arrange that the string "syntax error" generated by... |
commit | commitdiff | tree | snapshot |
2009-06-10 |
Tom Lane | Fix ill-advised whitespace prettification, per buildfarm. |
commit | commitdiff | tree | snapshot |
2009-06-10 |
Peter Eisentraut | Clarify to the translator that plpgsql_yyerror() deals... |
commit | commitdiff | tree | snapshot |
2009-06-10 |
Tom Lane | Properly mark pg_freespace() function as strict. Also... |
commit | commitdiff | tree | snapshot |
2009-06-10 |
Peter Eisentraut | Clarify error message |
commit | commitdiff | tree | snapshot |
2009-06-10 |
Tom Lane | Support Kerberos on platforms where libcom_err depends... |
commit | commitdiff | tree | snapshot |
2009-06-10 |
Tom Lane | Add warning that xpath() doesn't work with non-UTF8... |
commit | commitdiff | tree | snapshot |
2009-06-10 |
Peter Eisentraut | Improve capitalization and punctuation in recently... |
commit | commitdiff | tree | snapshot |
2009-06-10 |
Tom Lane | Add a warning about possible strange behavior of volati... |
commit | commitdiff | tree | snapshot |
2009-06-10 |
Tom Lane | Keep rs_startblock the same during heap_rescan, so... |
commit | commitdiff | tree | snapshot |
2009-06-10 |
Tom Lane | Fix cash_in() to behave properly in locales where frac_... |
commit | commitdiff | tree | snapshot |
2009-06-10 |
Bruce Momjian | Fix Linux typedef code. |
commit | commitdiff | tree | snapshot |
2009-06-10 |
Peter Eisentraut | Correct/improve the datetime_precision field in the... |
commit | commitdiff | tree | snapshot |
2009-06-10 |
Tom Lane | Make handling of INTERVAL DAY TO MINUTE and INTERVAL... |
commit | commitdiff | tree | snapshot |
2009-06-10 |
Tom Lane | Ensure xmlFree(NULL) is a no-op instead of a core dump... |
commit | commitdiff | tree | snapshot |
2009-06-10 |
Bruce Momjian | Fix BSD find_typedef logic. |
commit | commitdiff | tree | snapshot |
2009-06-10 |
Bruce Momjian | Update pgindent instructions. |
commit | commitdiff | tree | snapshot |
2009-06-10 |
Bruce Momjian | Document new location for typedef list. |
commit | commitdiff | tree | snapshot |
2009-06-09 |
Peter Eisentraut | Fix xmlattribute escaping XML special characters twice... |
commit | commitdiff | tree | snapshot |
2009-06-09 |
Tom Lane | Mark internal_in as not strict, so that the construct... |
commit | commitdiff | tree | snapshot |
2009-06-09 |
Alvaro Herrera | Fix typo, per Tom |
commit | commitdiff | tree | snapshot |
2009-06-09 |
Tom Lane | Switch order of tests to avoid possible Assert failure for |
commit | commitdiff | tree | snapshot |
2009-06-09 |
Tom Lane | Restore dblink_current_query() to being a C-language... |
commit | commitdiff | tree | snapshot |
2009-06-09 |
Alvaro Herrera | Dynamically set a lower bound on autovacuum nap time... |
commit | commitdiff | tree | snapshot |
2009-06-09 |
Joe Conway | Default client encoding to server encoding for dblink... |
commit | commitdiff | tree | snapshot |
2009-06-09 |
Tom Lane | Fix failure to double-quote function argument names... |
commit | commitdiff | tree | snapshot |
2009-06-08 |
Peter Eisentraut | Fix map_sql_table_to_xmlschema() with dropped attributes. |
commit | commitdiff | tree | snapshot |
2009-06-08 |
Tom Lane | Fix contrib/pageinspect to not create an ABI breakage... |
commit | commitdiff | tree | snapshot |
2009-06-08 |
Tom Lane | Be a bit more verbose about the effects of string liter... |
commit | commitdiff | tree | snapshot |
2009-06-07 |
Tom Lane | Revert my patch of 2009-04-04 that removed contrib... |
commit | commitdiff | tree | snapshot |
2009-06-06 |
Tom Lane | Improve the IndexVacuumInfo/IndexBulkDeleteResult API... |
commit | commitdiff | tree | snapshot |
2009-06-06 |
Joe Conway | Add support for using SQL/MED compliant FOREIGN DATA... |
commit | commitdiff | tree | snapshot |
2009-06-06 |
Tom Lane | Move variable declaration to avoid 'unused variable... |
commit | commitdiff | tree | snapshot |
2009-06-06 |
Tom Lane | Fix a serious bug introduced into GIN in 8.4: now that... |
commit | commitdiff | tree | snapshot |
2009-06-05 |
Andrew Dunstan | Adjust recent PERL_SYS_INIT3 call to avoid platforms... |
commit | commitdiff | tree | snapshot |
2009-06-05 |
Tom Lane | GIN's ItemPointerIsMin, ItemPointerIsMax, and ItemPoint... |
commit | commitdiff | tree | snapshot |
2009-06-05 |
Andrew Dunstan | Search for versioned perl library instead of using... |
commit | commitdiff | tree | snapshot |
2009-06-05 |
Bruce Momjian | Remove sleep() from backup script example; not needed... |
commit | commitdiff | tree | snapshot |
2009-06-04 |
Tom Lane | Trivial code style cleanup around a couple of ngettext... |
commit | commitdiff | tree | snapshot |
2009-06-04 |
Tom Lane | Remove a couple of debugging messages that have been... |
commit | commitdiff | tree | snapshot |
2009-06-04 |
Tom Lane | Improve the recently-added support for properly plurali... |
commit | commitdiff | tree | snapshot |
2009-06-04 |
Andrew Dunstan | Initialise perl library as documented in perl API.... |
commit | commitdiff | tree | snapshot |
2009-06-03 |
Bruce Momjian | Wording improvement for recent sesssion identifier... |
commit | commitdiff | tree | snapshot |
2009-06-03 |
Tom Lane | Clean up ecpg's use of mmerror(): const-ify the format... |
commit | commitdiff | tree | snapshot |
2009-06-03 |
Tom Lane | Fix tsquerysel() to not fail on an empty TSQuery. ... |
commit | commitdiff | tree | snapshot |
2009-06-03 |
Tom Lane | Change rather bizarre code ordering in get_id(). This... |
commit | commitdiff | tree | snapshot |
2009-06-03 |
Tom Lane | Improve comment about 'if (1)' hack in copy.c macros. |
commit | commitdiff | tree | snapshot |
2009-06-03 |
Bruce Momjian | Add comment about why "((void) 0)" is used in copy... |
commit | commitdiff | tree | snapshot |
2009-06-03 |
Bruce Momjian | Add example of how to generate the session identifier... |
commit | commitdiff | tree | snapshot |
2009-06-02 |
Tom Lane | Remove the old advice to keep from_collapse_limit less... |
commit | commitdiff | tree | snapshot |
2009-06-02 |
Heikki Linnakangas | Only recycle normal files in pg_xlog as WAL segments... |
commit | commitdiff | tree | snapshot |
2009-06-02 |
Joe Conway | Fix dblink_get_result() as reported by Oleksiy Shchukin... |
commit | commitdiff | tree | snapshot |
2009-06-01 |
Tom Lane | Change AdjustIntervalForTypmod to not discard higher... |
commit | commitdiff | tree | snapshot |
2009-06-01 |
Tom Lane | Fix DecodeInterval to report an error for multiple... |
commit | commitdiff | tree | snapshot |
2009-05-31 |
Tom Lane | Update obsolete comment in index_drop(). When the... |
commit | commitdiff | tree | snapshot |
2009-05-29 |
Michael Meskes | Change macros to make gcc quiet when parsing. |
commit | commitdiff | tree | snapshot |
2009-05-28 |
Bruce Momjian | Document that forking while having open libpq connectio... |
commit | commitdiff | tree | snapshot |
2009-05-28 |
Heikki Linnakangas | When archiving is enabled, rotate the last WAL segment... |
commit | commitdiff | tree | snapshot |
2009-05-27 |
Tom Lane | Improve release note explanation of the change in libpq... |
commit | commitdiff | tree | snapshot |
2009-05-27 |
Magnus Hagander | Properly return the usermap result when doing gssapi... |
commit | commitdiff | tree | snapshot |
2009-05-27 |
Peter Eisentraut | Fix to use the same format specifiers in both branches... |
commit | commitdiff | tree | snapshot |
2009-05-27 |
Tom Lane | Ignore RECHECK in CREATE OPERATOR CLASS, just throwing... |
commit | commitdiff | tree | snapshot |
2009-05-27 |
Peter Eisentraut | Fix compiler warnings on Sun Studio of the sort |
commit | commitdiff | tree | snapshot |
2009-05-27 |
Michael Meskes | Reverting patch just in case a compiler treats this... |
commit | commitdiff | tree | snapshot |
2009-05-27 |
Bruce Momjian | Remove tabs from SGML file. |
commit | commitdiff | tree | snapshot |
next |