2006-08-29 |
Michael Meskes | Fixed parser and library to allow empty database names. |
commit | commitdiff | tree | snapshot |
2006-08-29 |
Peter Eisentraut | Revert change to turn autovacuum on by default. |
commit | commitdiff | tree | snapshot |
2006-08-29 |
Bruce Momjian | Only call log_after_parse() if necessary. |
commit | commitdiff | tree | snapshot |
2006-08-29 |
Bruce Momjian | Now bind displays prepare as detail, and execute displa... |
commit | commitdiff | tree | snapshot |
2006-08-28 |
Bruce Momjian | Add URL: |
commit | commitdiff | tree | snapshot |
2006-08-28 |
Bruce Momjian | Move to referential integrity section: |
commit | commitdiff | tree | snapshot |
2006-08-28 |
Bruce Momjian | Update: |
commit | commitdiff | tree | snapshot |
2006-08-28 |
Tom Lane | Fix pgstat_report_waiting() to not dump core if called... |
commit | commitdiff | tree | snapshot |
2006-08-28 |
Tom Lane | Partial fix for ecpg's VPATH problems. It compiles... |
commit | commitdiff | tree | snapshot |
2006-08-28 |
Tom Lane | Tweak trivial_subqueryscan() to consider a SubqueryScan... |
commit | commitdiff | tree | snapshot |
2006-08-28 |
Peter Eisentraut | Turn autovacuum on by default. (stats_row_level is... |
commit | commitdiff | tree | snapshot |
2006-08-27 |
Tom Lane | Add new return codes SPI_OK_INSERT_RETURNING etc to... |
commit | commitdiff | tree | snapshot |
2006-08-27 |
Tom Lane | Add some notes about why it's not a bug that RI_FKey_ch... |
commit | commitdiff | tree | snapshot |
2006-08-27 |
Tom Lane | Add a function GetLockConflicts() to lock.c to report... |
commit | commitdiff | tree | snapshot |
2006-08-27 |
Tom Lane | Move xact.c's partial support for Lists of TransactionI... |
commit | commitdiff | tree | snapshot |
2006-08-27 |
Michael Meskes | - Enabled single-quoted connection targets. |
commit | commitdiff | tree | snapshot |
2006-08-27 |
Tom Lane | Make saveHistory work properly on OS X when HISTFILE... |
commit | commitdiff | tree | snapshot |
2006-08-26 |
Michael Meskes | Changed double output. |
commit | commitdiff | tree | snapshot |
2006-08-25 |
Bruce Momjian | Add blank line. |
commit | commitdiff | tree | snapshot |
2006-08-25 |
Bruce Momjian | Add blank line.> |
commit | commitdiff | tree | snapshot |
2006-08-25 |
Bruce Momjian | Add: |
commit | commitdiff | tree | snapshot |
2006-08-25 |
Bruce Momjian | Add 'feedback' section heading to xml2. |
commit | commitdiff | tree | snapshot |
2006-08-25 |
Teodor Sigaev | Fix regression tests: after changing comparing function |
commit | commitdiff | tree | snapshot |
2006-08-25 |
Tom Lane | Add the ability to create indexes 'concurrently', that... |
commit | commitdiff | tree | snapshot |
2006-08-24 |
Teodor Sigaev | Fix compare bug for tsvector: problem was in aligment... |
commit | commitdiff | tree | snapshot |
2006-08-24 |
Bruce Momjian | Add: |
commit | commitdiff | tree | snapshot |
2006-08-24 |
Michael Meskes | Synced parser |
commit | commitdiff | tree | snapshot |
2006-08-24 |
Michael Meskes | Needed more stuff from c.h. |
commit | commitdiff | tree | snapshot |
2006-08-24 |
Michael Meskes | Fixed of by one variable size. |
commit | commitdiff | tree | snapshot |
2006-08-24 |
Michael Meskes | Need more defines in ecpg_config.h, patch sent by Rocco... |
commit | commitdiff | tree | snapshot |
2006-08-24 |
Tom Lane | Add some debug logging code to AllocateFile's failure... |
commit | commitdiff | tree | snapshot |
2006-08-24 |
Bruce Momjian | Update XML2 documentation for xpath_table(). |
commit | commitdiff | tree | snapshot |
2006-08-24 |
Tom Lane | Optimize the case where a btree indexscan has current... |
commit | commitdiff | tree | snapshot |
2006-08-23 |
Bruce Momjian | Add "AS" item: |
commit | commitdiff | tree | snapshot |
2006-08-23 |
Michael Meskes | Somehow my version compiled but the change didn't make... |
commit | commitdiff | tree | snapshot |
2006-08-23 |
Michael Meskes | Used autoconf 2.59 this time. |
commit | commitdiff | tree | snapshot |
2006-08-23 |
Michael Meskes | Argh, forgot the new file yet again. |
commit | commitdiff | tree | snapshot |
2006-08-23 |
Michael Meskes | Replaced double-quote-fix with a hopefully better version. |
commit | commitdiff | tree | snapshot |
2006-08-23 |
Bruce Momjian | Update COPY/VIEW item: |
commit | commitdiff | tree | snapshot |
2006-08-22 |
Michael Meskes | Descriptor values were quoted twice. |
commit | commitdiff | tree | snapshot |
2006-08-22 |
Bruce Momjian | In new "invalid byte sequence" error hint, call it... |
commit | commitdiff | tree | snapshot |
2006-08-22 |
Bruce Momjian | Add info for get_* functions: |
commit | commitdiff | tree | snapshot |
2006-08-22 |
Bruce Momjian | Add hint for "invalid byte sequence for encoding" error... |
commit | commitdiff | tree | snapshot |
2006-08-22 |
Tom Lane | Ooops, ldap fix for win32 broke the non-win32 case. |
commit | commitdiff | tree | snapshot |
2006-08-22 |
Bruce Momjian | Generalize width_bucket() documentation because b1... |
commit | commitdiff | tree | snapshot |
2006-08-22 |
Bruce Momjian | Add space between Win2000 and SP4. |
commit | commitdiff | tree | snapshot |
2006-08-21 |
Tom Lane | Fix encrypted-LDAP support so that it doesn't cause... |
commit | commitdiff | tree | snapshot |
2006-08-21 |
Tom Lane | Minor code rearrangement to save a few cycles in RI_FKe... |
commit | commitdiff | tree | snapshot |
2006-08-21 |
Tom Lane | Remove obsolete tip about casting bool to int, per... |
commit | commitdiff | tree | snapshot |
2006-08-21 |
Tom Lane | Make the server track an 'XID epoch', that is, maintain... |
commit | commitdiff | tree | snapshot |
2006-08-21 |
Bruce Momjian | Done: |
commit | commitdiff | tree | snapshot |
2006-08-21 |
Bruce Momjian | Remove items, not needed anymore: |
commit | commitdiff | tree | snapshot |
2006-08-21 |
Michael Meskes | Fixed a few memory leaks. One indeed was part of a... |
commit | commitdiff | tree | snapshot |
2006-08-21 |
Tom Lane | Fix all known problems with pg_dump's handling of seria... |
commit | commitdiff | tree | snapshot |
2006-08-20 |
Alvaro Herrera | Fix DROP OWNED BY to correctly consider the implicitly... |
commit | commitdiff | tree | snapshot |
2006-08-20 |
Michael Meskes | Fixed a few trivial memory leaks reported by Coverity... |
commit | commitdiff | tree | snapshot |
2006-08-19 |
Michael Meskes | Added another test |
commit | commitdiff | tree | snapshot |
2006-08-19 |
Michael Meskes | More SoC stuff |
commit | commitdiff | tree | snapshot |
2006-08-19 |
Tom Lane | Suppress subquery pullup/pushdown when a subquery conta... |
commit | commitdiff | tree | snapshot |
2006-08-19 |
Tom Lane | Add a 'waiting' column to pg_stat_activity to carry... |
commit | commitdiff | tree | snapshot |
2006-08-18 |
Andrew Dunstan | Add installcheck-parallel target to top level makefiles. |
commit | commitdiff | tree | snapshot |
2006-08-18 |
Tom Lane | Add PQdescribePrepared, PQdescribePortal, and related... |
commit | commitdiff | tree | snapshot |
2006-08-18 |
Michael Meskes | Fixed a buffer overrun that was masked on Linux systems. |
commit | commitdiff | tree | snapshot |
2006-08-18 |
Bruce Momjian | Add space before SP4. |
commit | commitdiff | tree | snapshot |
2006-08-18 |
Bruce Momjian | Update Win2000SP4 mention. |
commit | commitdiff | tree | snapshot |
2006-08-18 |
Tom Lane | Now that we've rearranged relation open to get a lock... |
commit | commitdiff | tree | snapshot |
2006-08-18 |
Michael Meskes | Changed lexer to no longer use the default rule. |
commit | commitdiff | tree | snapshot |
2006-08-18 |
Bruce Momjian | Mention only Windows 2000SP4 works. |
commit | commitdiff | tree | snapshot |
2006-08-18 |
Bruce Momjian | Update Win32 CMD quoting rules information location... |
commit | commitdiff | tree | snapshot |
2006-08-17 |
Tom Lane | Implement archive_timeout feature to force xlog file... |
commit | commitdiff | tree | snapshot |
2006-08-17 |
Peter Eisentraut | Produce a clean failure in configure when dtrace is... |
commit | commitdiff | tree | snapshot |
2006-08-17 |
Tom Lane | Fix an oversight in mergejoin planning: the planner... |
commit | commitdiff | tree | snapshot |
2006-08-17 |
Tom Lane | Teach convert_subquery_pathkeys() to handle the case... |
commit | commitdiff | tree | snapshot |
2006-08-17 |
Bruce Momjian | Add: |
commit | commitdiff | tree | snapshot |
2006-08-17 |
Bruce Momjian | Add: |
commit | commitdiff | tree | snapshot |
2006-08-16 |
Bruce Momjian | Add: |
commit | commitdiff | tree | snapshot |
2006-08-16 |
Peter Eisentraut | Put probes.o file in right directory, fixes dtrace... |
commit | commitdiff | tree | snapshot |
2006-08-16 |
Tom Lane | Seems some C compilers think 'restrict' is a fully... |
commit | commitdiff | tree | snapshot |
2006-08-15 |
Tom Lane | Add a hack so that get_type_io_data() can work from... |
commit | commitdiff | tree | snapshot |
2006-08-15 |
Tom Lane | Add hooks to allow debugging and performance measuremen... |
commit | commitdiff | tree | snapshot |
2006-08-15 |
Tom Lane | Add server support for "plugin" libraries that can... |
commit | commitdiff | tree | snapshot |
2006-08-15 |
Tatsuo Ishii | Fix pgbench to handle empty lines in script files as... |
commit | commitdiff | tree | snapshot |
2006-08-15 |
Michael Meskes | Fixed a typo and made two mallocs Coverity friendly. |
commit | commitdiff | tree | snapshot |
2006-08-15 |
Michael Meskes | Sorry, forgot the new files. |
commit | commitdiff | tree | snapshot |
2006-08-15 |
Michael Meskes | Added lots of SoC stuff made by Joachim. |
commit | commitdiff | tree | snapshot |
2006-08-14 |
Tom Lane | Cause '*' and 'foo.*' notations to mark the referenced... |
commit | commitdiff | tree | snapshot |
2006-08-14 |
Tom Lane | Fix oversight in initial implementation of PORTAL_ONE_R... |
commit | commitdiff | tree | snapshot |
2006-08-14 |
Tom Lane | Support INSERT/UPDATE/DELETE RETURNING in plpgsql,... |
commit | commitdiff | tree | snapshot |
2006-08-14 |
Tom Lane | When executing a list of queries derived from rule... |
commit | commitdiff | tree | snapshot |
2006-08-14 |
Tom Lane | Remove hash_destroy calls in hash_create's failure... |
commit | commitdiff | tree | snapshot |
2006-08-14 |
Bruce Momjian | Revert (again) GUC patch to return commented fields... |
commit | commitdiff | tree | snapshot |
2006-08-14 |
Tom Lane | Get rid of "lookahead" functionality in plpgsql's yylex... |
commit | commitdiff | tree | snapshot |
2006-08-13 |
Tom Lane | Fix core dump in duration logging for a V3-protocol... |
commit | commitdiff | tree | snapshot |
2006-08-13 |
Tom Lane | Cause psql to report both the returned data and the... |
commit | commitdiff | tree | snapshot |
2006-08-13 |
Tom Lane | If test postmaster fails to start within 60 seconds... |
commit | commitdiff | tree | snapshot |
2006-08-13 |
Tom Lane | Extend 'guc' regression test to check manipulations... |
commit | commitdiff | tree | snapshot |
2006-08-13 |
Tom Lane | Original coding of 'returning' regression test inadvert... |
commit | commitdiff | tree | snapshot |
2006-08-13 |
Bruce Momjian | Back out plperl OUT hash/array parameter patch, again. |
commit | commitdiff | tree | snapshot |
2006-08-13 |
Bruce Momjian | Fix recent guc comment-to-default patch for custom... |
commit | commitdiff | tree | snapshot |
2006-08-13 |
Michael Meskes | Applied patch for VPATH builds by Alvaro Herrera <alvhe... |
commit | commitdiff | tree | snapshot |
next |