2005-09-26 |
Bruce Momjian | Rename variable for clarity. |
commit | commitdiff | tree | snapshot |
2005-09-26 |
Peter Eisentraut | Don't need gettext calls around debug messages. |
commit | commitdiff | tree | snapshot |
2005-09-26 |
Bruce Momjian | Prevent threaded python build on BSD's, where it fails. |
commit | commitdiff | tree | snapshot |
2005-09-26 |
Bruce Momjian | Done: |
commit | commitdiff | tree | snapshot |
2005-09-26 |
Bruce Momjian | Log protocol-excute fetch operatation as fetch, rather... |
commit | commitdiff | tree | snapshot |
2005-09-26 |
Bruce Momjian | Add: |
commit | commitdiff | tree | snapshot |
2005-09-25 |
Tom Lane | The original patch to avoid building a hash join's... |
commit | commitdiff | tree | snapshot |
2005-09-25 |
Bruce Momjian | Wording cleanup. |
commit | commitdiff | tree | snapshot |
2005-09-25 |
Bruce Momjian | Document why PQtrace and ecpg debug() can crash the... |
commit | commitdiff | tree | snapshot |
2005-09-24 |
Neil Conway | Cleanups for recent addition to log_connections documen... |
commit | commitdiff | tree | snapshot |
2005-09-24 |
Bruce Momjian | Improve wording. |
commit | commitdiff | tree | snapshot |
2005-09-24 |
Tom Lane | Clean up possibly-uninitialized-variable warnings repor... |
commit | commitdiff | tree | snapshot |
2005-09-24 |
Bruce Momjian | Add mention of duplicate connection messages from psql... |
commit | commitdiff | tree | snapshot |
2005-09-24 |
Bruce Momjian | Update release notes for 4-byte UTF mappings. |
commit | commitdiff | tree | snapshot |
2005-09-24 |
Tom Lane | Clean up possibly-uninitialized-variable warnings repor... |
commit | commitdiff | tree | snapshot |
2005-09-24 |
Tom Lane | Document change in large object snapshotting behavior... |
commit | commitdiff | tree | snapshot |
2005-09-24 |
Tom Lane | Suppress signed-vs-unsigned-char warnings in contrib. |
commit | commitdiff | tree | snapshot |
2005-09-24 |
Tom Lane | Suppress signed-vs-unsigned-char warnings. |
commit | commitdiff | tree | snapshot |
2005-09-24 |
Tom Lane | In a machine where INT64_IS_BUSTED, we can only support... |
commit | commitdiff | tree | snapshot |
2005-09-23 |
Bruce Momjian | Add comments explaining clauses used by CREATE ROLE... |
commit | commitdiff | tree | snapshot |
2005-09-23 |
Bruce Momjian | Add: |
commit | commitdiff | tree | snapshot |
2005-09-23 |
Bruce Momjian | Add: |
commit | commitdiff | tree | snapshot |
2005-09-23 |
Bruce Momjian | Add: |
commit | commitdiff | tree | snapshot |
2005-09-23 |
Bruce Momjian | Remove xid wraparound mention, because it was already... |
commit | commitdiff | tree | snapshot |
2005-09-23 |
Tom Lane | Fix typo in comment. |
commit | commitdiff | tree | snapshot |
2005-09-23 |
Tom Lane | Document that chkpass ignores password characters after... |
commit | commitdiff | tree | snapshot |
2005-09-23 |
Bruce Momjian | Add: |
commit | commitdiff | tree | snapshot |
2005-09-23 |
Bruce Momjian | Add: |
commit | commitdiff | tree | snapshot |
2005-09-23 |
Bruce Momjian | Clarify autovacuum wording. |
commit | commitdiff | tree | snapshot |
2005-09-23 |
Bruce Momjian | Please find attached a patch which tells about what... |
commit | commitdiff | tree | snapshot |
2005-09-23 |
Bruce Momjian | Mention that autovacuum also needs stats. |
commit | commitdiff | tree | snapshot |
2005-09-23 |
Bruce Momjian | Attached patch takes a swing at improving the autovacuu... |
commit | commitdiff | tree | snapshot |
2005-09-22 |
Bruce Momjian | Add warning about DOMAINs. |
commit | commitdiff | tree | snapshot |
2005-09-22 |
Bruce Momjian | Add: |
commit | commitdiff | tree | snapshot |
2005-09-22 |
Bruce Momjian | Move table constraint patch up into the main new featur... |
commit | commitdiff | tree | snapshot |
2005-09-22 |
Tom Lane | Fix bug introduced into indexable_outerrelids() by... |
commit | commitdiff | tree | snapshot |
2005-09-22 |
Bruce Momjian | Add "basic" for table partitioning. |
commit | commitdiff | tree | snapshot |
2005-09-22 |
Bruce Momjian | Add instructions. |
commit | commitdiff | tree | snapshot |
2005-09-22 |
Bruce Momjian | Add "codelines" script to compute number of lines in... |
commit | commitdiff | tree | snapshot |
2005-09-22 |
Bruce Momjian | Add: |
commit | commitdiff | tree | snapshot |
2005-09-22 |
Bruce Momjian | pgindent new GIST index code, per request from Tom. |
commit | commitdiff | tree | snapshot |
2005-09-22 |
Tom Lane | Adjust GiST error messages to conform to message style... |
commit | commitdiff | tree | snapshot |
2005-09-22 |
Tom Lane | Take exclusive buffer lock in scan_heap() to eliminate... |
commit | commitdiff | tree | snapshot |
2005-09-22 |
Bruce Momjian | This patch cleans up the access to members of ItemIdData. |
commit | commitdiff | tree | snapshot |
2005-09-22 |
Bruce Momjian | Add: |
commit | commitdiff | tree | snapshot |
2005-09-22 |
Bruce Momjian | Fix psql \x by removing puts(). |
commit | commitdiff | tree | snapshot |
2005-09-22 |
Bruce Momjian | Suppress port number for unix domain sockets in log... |
commit | commitdiff | tree | snapshot |
2005-09-22 |
Tom Lane | Remove some dead code. |
commit | commitdiff | tree | snapshot |
2005-09-21 |
Tom Lane | Fix postgresql.conf lexer to accept doubled single... |
commit | commitdiff | tree | snapshot |
2005-09-21 |
Tom Lane | Suppress database dump item when --table and/or --schem... |
commit | commitdiff | tree | snapshot |
2005-09-21 |
Tom Lane | optimize_minmax_aggregates() neglected to check for... |
commit | commitdiff | tree | snapshot |
2005-09-20 |
Bruce Momjian | Fix interaction between psql \set AUTOCOMMIT and "ON_ER... |
commit | commitdiff | tree | snapshot |
2005-09-20 |
Bruce Momjian | Merge items: |
commit | commitdiff | tree | snapshot |
2005-09-20 |
Bruce Momjian | Return proper value for psql -f filename failure if... |
commit | commitdiff | tree | snapshot |
2005-09-20 |
Bruce Momjian | autovacuum setting false -> off, for consistency |
commit | commitdiff | tree | snapshot |
2005-09-20 |
Bruce Momjian | Fix typo: |
commit | commitdiff | tree | snapshot |
2005-09-20 |
Bruce Momjian | Add: |
commit | commitdiff | tree | snapshot |
2005-09-20 |
Bruce Momjian | Update profile file location. |
commit | commitdiff | tree | snapshot |
2005-09-20 |
Bruce Momjian | Add: |
commit | commitdiff | tree | snapshot |
2005-09-19 |
Bruce Momjian | Remove: |
commit | commitdiff | tree | snapshot |
2005-09-19 |
Bruce Momjian | Print proper cause of statement cancel, user interactio... |
commit | commitdiff | tree | snapshot |
2005-09-19 |
Bruce Momjian | update timestamp on file. |
commit | commitdiff | tree | snapshot |
2005-09-18 |
Peter Eisentraut | Clarify some error messages |
commit | commitdiff | tree | snapshot |
2005-09-18 |
Tom Lane | Fix typo in link label, per Evgeny Gridasov. |
commit | commitdiff | tree | snapshot |
2005-09-17 |
Bruce Momjian | Add: |
commit | commitdiff | tree | snapshot |
2005-09-16 |
Bruce Momjian | Add: |
commit | commitdiff | tree | snapshot |
2005-09-16 |
Bruce Momjian | Adjust regression for new cancel query message. |
commit | commitdiff | tree | snapshot |
2005-09-16 |
Bruce Momjian | Update query cancel message: |
commit | commitdiff | tree | snapshot |
2005-09-16 |
Bruce Momjian | Adjust bcc to work for thread changes. |
commit | commitdiff | tree | snapshot |
2005-09-16 |
Bruce Momjian | This correction is required of nmake of Windows. |
commit | commitdiff | tree | snapshot |
2005-09-16 |
Bruce Momjian | Update numbering. |
commit | commitdiff | tree | snapshot |
2005-09-16 |
Bruce Momjian | Add: |
commit | commitdiff | tree | snapshot |
2005-09-16 |
PostgreSQL... | tag it all beta2 ... REL8_1_0BETA2 |
commit | commitdiff | tree | snapshot |
2005-09-16 |
Bruce Momjian | Update wording: |
commit | commitdiff | tree | snapshot |
2005-09-16 |
Teodor Sigaev | Small fixes |
commit | commitdiff | tree | snapshot |
2005-09-16 |
Bruce Momjian | Add: |
commit | commitdiff | tree | snapshot |
2005-09-16 |
Neil Conway | Rename pg_complete_relation_size() to pg_total_relation... |
commit | commitdiff | tree | snapshot |
2005-09-16 |
Neil Conway | Update two comments to refer to use the new list API... |
commit | commitdiff | tree | snapshot |
2005-09-16 |
Tom Lane | Update release notes for changes between beta1 and... |
commit | commitdiff | tree | snapshot |
2005-09-16 |
Alvaro Herrera | Add note about pg_autovacuum settings not being saved... |
commit | commitdiff | tree | snapshot |
2005-09-16 |
Tom Lane | Force the size and alignment of LWLock array entries... |
commit | commitdiff | tree | snapshot |
2005-09-15 |
Neil Conway | Copy-editing for GiST README. |
commit | commitdiff | tree | snapshot |
2005-09-15 |
Teodor Sigaev | Readme about GiST's algorithms |
commit | commitdiff | tree | snapshot |
2005-09-15 |
Teodor Sigaev | 1 Update Snowball sources |
commit | commitdiff | tree | snapshot |
2005-09-14 |
Neil Conway | Various documentation improvements. Add a lot of index... |
commit | commitdiff | tree | snapshot |
2005-09-14 |
Neil Conway | Tweak the PL/PgSQL regression tests to catch the recent... |
commit | commitdiff | tree | snapshot |
2005-09-14 |
Tom Lane | Fix recent breakage of decl_cursor_arglist syntax,... |
commit | commitdiff | tree | snapshot |
2005-09-13 |
Tom Lane | Fix make_tuple_from_row to support nested rowtypes... |
commit | commitdiff | tree | snapshot |
2005-09-13 |
Neil Conway | Minor SGML markup fixes. |
commit | commitdiff | tree | snapshot |
2005-09-13 |
Alvaro Herrera | Document the new autovacuum daemon. |
commit | commitdiff | tree | snapshot |
2005-09-12 |
Tom Lane | Fix cut-and-paste-o in TCP keepalives documentation. |
commit | commitdiff | tree | snapshot |
2005-09-12 |
Neil Conway | Minor documentation tweak: make the capitalization... |
commit | commitdiff | tree | snapshot |
2005-09-12 |
Tom Lane | Ensure that any memory leaked during an error inside... |
commit | commitdiff | tree | snapshot |
2005-09-12 |
Neil Conway | Make the documentation of GUC variables a separate... |
commit | commitdiff | tree | snapshot |
2005-09-12 |
Tom Lane | Update manual's introduction to indexes to reflect... |
commit | commitdiff | tree | snapshot |
2005-09-12 |
Neil Conway | Fix a mistake in the documentation for SPI_getbinval... |
commit | commitdiff | tree | snapshot |
2005-09-12 |
Tom Lane | Forgot to add pg_pltemplate to the list of shared syste... |
commit | commitdiff | tree | snapshot |
2005-09-12 |
Michael Meskes | Fixed transaction command handling to not ignore savepo... |
commit | commitdiff | tree | snapshot |
2005-09-12 |
Neil Conway | Add a few items to the release notes, and make a few... |
commit | commitdiff | tree | snapshot |
2005-09-12 |
Tom Lane | Tweak TCP-keepalive code so that an invalid setting... |
commit | commitdiff | tree | snapshot |
next |