2005-11-22 |
Bruce Momjian | Change to using "id=" HTML tags instead of "name="... |
commit | commitdiff | tree | snapshot |
2005-11-22 |
Bruce Momjian | Update FAQ to explain process of submitting bug and... |
commit | commitdiff | tree | snapshot |
2005-11-22 |
Teodor Sigaev | Fixes motivated by snake and spoonbill pgbuildfarm... |
commit | commitdiff | tree | snapshot |
2005-11-21 |
Bruce Momjian | Reorder "who controls PostgreSQL" to near the top. |
commit | commitdiff | tree | snapshot |
2005-11-21 |
Bruce Momjian | Reorder version FAQ item to be right after "how do... |
commit | commitdiff | tree | snapshot |
2005-11-21 |
Bruce Momjian | Clarify copyright wording. |
commit | commitdiff | tree | snapshot |
2005-11-21 |
Bruce Momjian | Reorder bug items. |
commit | commitdiff | tree | snapshot |
2005-11-21 |
Teodor Sigaev | remove forgotten // comments |
commit | commitdiff | tree | snapshot |
2005-11-21 |
Alvaro Herrera | Implement DROP OWNED and REASSIGN OWNED. These new... |
commit | commitdiff | tree | snapshot |
2005-11-21 |
Teodor Sigaev | Text parser rewritten: |
commit | commitdiff | tree | snapshot |
2005-11-20 |
Tom Lane | Clean up after DROP IF EXISTS patch. |
commit | commitdiff | tree | snapshot |
2005-11-20 |
Tom Lane | Remove the t_datamcxt field of HeapTupleData. This... |
commit | commitdiff | tree | snapshot |
2005-11-20 |
Tom Lane | Modify tuptoaster's API so that it does not try to... |
commit | commitdiff | tree | snapshot |
2005-11-19 |
Tom Lane | Stopgap solution for problem reported by Alexey Beschio... |
commit | commitdiff | tree | snapshot |
2005-11-19 |
Tom Lane | Change array comparison rules to consider dimensionalit... |
commit | commitdiff | tree | snapshot |
2005-11-19 |
Andrew Dunstan | DROP objecttype IF EXISTS for the following objects: |
commit | commitdiff | tree | snapshot |
2005-11-19 |
Tom Lane | Defend against nulls-in-arrays in contrib/intarray... |
commit | commitdiff | tree | snapshot |
2005-11-19 |
Tom Lane | Add defenses against nulls-in-arrays to contrib/ltree... |
commit | commitdiff | tree | snapshot |
2005-11-19 |
Tom Lane | Change array_push and array_cat so that they retain... |
commit | commitdiff | tree | snapshot |
2005-11-18 |
Tom Lane | Fix performance issue in exprTypmod(): for a COALESCE... |
commit | commitdiff | tree | snapshot |
2005-11-18 |
Andrew Dunstan | translate undef to NULL for result arrayref, now that... |
commit | commitdiff | tree | snapshot |
2005-11-18 |
Alvaro Herrera | Add tab completion for RESET SESSION AUTHORIZATION. |
commit | commitdiff | tree | snapshot |
2005-11-18 |
Neil Conway | Update obsolete comment describing ExecDelete(), per... |
commit | commitdiff | tree | snapshot |
2005-11-18 |
Tom Lane | Mop-up for nulls-in-arrays patch: fix some places that... |
commit | commitdiff | tree | snapshot |
2005-11-18 |
Bruce Momjian | Update Japanese FAQ. |
commit | commitdiff | tree | snapshot |
2005-11-17 |
Andrew Dunstan | make psql honor explicit database parameter in -l mode... |
commit | commitdiff | tree | snapshot |
2005-11-17 |
Tom Lane | Make SQL arrays support null elements. This commit... |
commit | commitdiff | tree | snapshot |
2005-11-17 |
Tom Lane | DropRelFileNodeBuffers failed to fix the state of the... |
commit | commitdiff | tree | snapshot |
2005-11-16 |
Bruce Momjian | Update, add mention of user locking table before MERGE: |
commit | commitdiff | tree | snapshot |
2005-11-16 |
Tom Lane | make_restrictinfo() failed to attach the specified... |
commit | commitdiff | tree | snapshot |
2005-11-16 |
Bruce Momjian | Add batch mode, make new libpq section: |
commit | commitdiff | tree | snapshot |
2005-11-16 |
Tatsuo Ishii | Fix comment on -v option |
commit | commitdiff | tree | snapshot |
2005-11-16 |
Bruce Momjian | Properly document return value of strpos(). |
commit | commitdiff | tree | snapshot |
2005-11-16 |
Bruce Momjian | Update error message and documentation for fsync test. |
commit | commitdiff | tree | snapshot |
2005-11-16 |
Bruce Momjian | Have test_fsync honor -f filename argument. |
commit | commitdiff | tree | snapshot |
2005-11-15 |
Bruce Momjian | Update MERGE: |
commit | commitdiff | tree | snapshot |
2005-11-15 |
Bruce Momjian | Add reminder that we should link to the documentation... |
commit | commitdiff | tree | snapshot |
2005-11-15 |
Bruce Momjian | Prevent certain symbols that are used for both typedefs... |
commit | commitdiff | tree | snapshot |
2005-11-15 |
Bruce Momjian | Fix recent problems with BSD indent, including indentin... |
commit | commitdiff | tree | snapshot |
2005-11-14 |
Tom Lane | Restore the former RestrictInfo field valid_everywhere... |
commit | commitdiff | tree | snapshot |
2005-11-14 |
Alvaro Herrera | Translation typo fix |
commit | commitdiff | tree | snapshot |
2005-11-14 |
Bruce Momjian | Re-run pgindent to fix breakage when exceeding 150... |
commit | commitdiff | tree | snapshot |
2005-11-14 |
Tom Lane | Prevent ExecInsert() and ExecUpdate() from scribbling... |
commit | commitdiff | tree | snapshot |
2005-11-14 |
Teodor Sigaev | Remove usage of ArrayType->flags field, use pgsql's... |
commit | commitdiff | tree | snapshot |
2005-11-14 |
Teodor Sigaev | Use postgres-wide macros BITS_PER_BYTE instead self... |
commit | commitdiff | tree | snapshot |
2005-11-14 |
Teodor Sigaev | fix returning value |
commit | commitdiff | tree | snapshot |
2005-11-13 |
Tom Lane | Force the second argument of SUBSTRING(foo FOR bar... |
commit | commitdiff | tree | snapshot |
2005-11-13 |
Bruce Momjian | Revert pgindent length back to 79 because we are going... |
commit | commitdiff | tree | snapshot |
2005-11-10 |
Andrew Dunstan | add missing quote mark to ident_file sample line -... |
commit | commitdiff | tree | snapshot |
2005-11-10 |
Tom Lane | When in transaction-aborted state, reject Bind message... |
commit | commitdiff | tree | snapshot |
2005-11-09 |
Tom Lane | Fix misspelling of 'listen_addresses', per Devrim. |
commit | commitdiff | tree | snapshot |
2005-11-09 |
Teodor Sigaev | Fix rwrite(ARRAY) on 64-bit boxes: |
commit | commitdiff | tree | snapshot |
2005-11-08 |
Teodor Sigaev | New features for tsearch2: |
commit | commitdiff | tree | snapshot |
2005-11-07 |
Bruce Momjian | Lower pgident length to 77, document BSD indent bug. |
commit | commitdiff | tree | snapshot |
2005-11-07 |
Bruce Momjian | Change maximum pgindent length from 79 to 78, per Tom. |
commit | commitdiff | tree | snapshot |
2005-11-07 |
Tom Lane | R-tree is dead ... long live GiST. |
commit | commitdiff | tree | snapshot |
2005-11-07 |
Alvaro Herrera | Translation updates forward-port to HEAD. |
commit | commitdiff | tree | snapshot |
2005-11-06 |
Tom Lane | Add simple sanity checks on newly-read pages to GiST... |
commit | commitdiff | tree | snapshot |
2005-11-06 |
Tom Lane | Add defenses to btree and hash index AMs to do simple... |
commit | commitdiff | tree | snapshot |
2005-11-05 |
Tom Lane | Clean up representation of SLRU page state. This is... |
commit | commitdiff | tree | snapshot |
2005-11-05 |
Tom Lane | Brand HEAD branch as 8.2devel. |
commit | commitdiff | tree | snapshot |
2005-11-05 |
PostgreSQL... | Tag everything for 8.1.0 ... Finally, a relesae on... REL8_1_0 |
commit | commitdiff | tree | snapshot |
2005-11-05 |
Tom Lane | Repair an error introduced by log_line_prefix patch... |
commit | commitdiff | tree | snapshot |
2005-11-05 |
Bruce Momjian | Add mention to update FAQ item on most recent release... |
commit | commitdiff | tree | snapshot |
2005-11-05 |
Bruce Momjian | Update FAQ for most recent release as 8.1. |
commit | commitdiff | tree | snapshot |
2005-11-05 |
Tom Lane | Yet another supported-platforms update. |
commit | commitdiff | tree | snapshot |
2005-11-04 |
Tom Lane | Editorial review for partitioning/constraint exclusion... |
commit | commitdiff | tree | snapshot |
2005-11-04 |
Tom Lane | Improve description of constraint_exclusion variable. |
commit | commitdiff | tree | snapshot |
2005-11-04 |
Peter Eisentraut | Translation updates |
commit | commitdiff | tree | snapshot |
2005-11-04 |
Peter Eisentraut | Spellchecking run, final cleanups |
commit | commitdiff | tree | snapshot |
2005-11-04 |
Bruce Momjian | Update release notes for 8.1. |
commit | commitdiff | tree | snapshot |
2005-11-04 |
Peter Eisentraut | Remove a gratuitous string difference (does not affect... |
commit | commitdiff | tree | snapshot |
2005-11-04 |
Peter Eisentraut | Fix logical error in option description. |
commit | commitdiff | tree | snapshot |
2005-11-04 |
Tom Lane | Ensure that we only create one ConsoleCtrlHandler per... |
commit | commitdiff | tree | snapshot |
2005-11-04 |
Bruce Momjian | We haven't seen any agreement emerge as to what is... |
commit | commitdiff | tree | snapshot |
2005-11-04 |
Tom Lane | Disregard superuserness when checking to see if a role... |
commit | commitdiff | tree | snapshot |
2005-11-04 |
Tom Lane | Update supported-platforms list. |
commit | commitdiff | tree | snapshot |
2005-11-04 |
Tom Lane | Avoid referring to a specific version of the SQL standa... |
commit | commitdiff | tree | snapshot |
2005-11-03 |
Tom Lane | Fix a couple of missed None -> DestNone in comments. |
commit | commitdiff | tree | snapshot |
2005-11-03 |
Alvaro Herrera | Fix one overlooked ocurrence of "None" in EXEC_BACKEND... |
commit | commitdiff | tree | snapshot |
2005-11-03 |
Teodor Sigaev | Fix incorrect header size macros |
commit | commitdiff | tree | snapshot |
2005-11-03 |
Tom Lane | Thinking further, it seems we had better also copy... |
commit | commitdiff | tree | snapshot |
2005-11-03 |
Tom Lane | Fix the recently-added code that eliminates unnecessary... |
commit | commitdiff | tree | snapshot |
2005-11-03 |
Alvaro Herrera | Rename the members of CommandDest enum so they don... |
commit | commitdiff | tree | snapshot |
2005-11-03 |
Alvaro Herrera | Translation updates. |
commit | commitdiff | tree | snapshot |
2005-11-03 |
Tom Lane | pgcrypto documentation polishing from Marko Kreen,... |
commit | commitdiff | tree | snapshot |
2005-11-03 |
Neil Conway | Some minor improvements to the CE docs. Also fix a... |
commit | commitdiff | tree | snapshot |
2005-11-03 |
Tom Lane | Fix longstanding race condition in transaction log... |
commit | commitdiff | tree | snapshot |
2005-11-02 |
Bruce Momjian | Add Tomoaki Sato to pgbench changes in release notes. |
commit | commitdiff | tree | snapshot |
2005-11-01 |
Neil Conway | Add some documentation for constraint exclusion and... |
commit | commitdiff | tree | snapshot |
2005-11-01 |
Tom Lane | Make an editorial pass over the reference pages. |
commit | commitdiff | tree | snapshot |
2005-11-01 |
Andrew Dunstan | Provide a --no-locale option for pg_regress and a corre... |
commit | commitdiff | tree | snapshot |
2005-10-31 |
Tom Lane | Update supported-platforms entry for Tru64. |
commit | commitdiff | tree | snapshot |
2005-10-31 |
Bruce Momjian | Mention in the docs that temporary/non-temp tables... |
commit | commitdiff | tree | snapshot |
2005-10-31 |
Teodor Sigaev | Add sanity check of query |
commit | commitdiff | tree | snapshot |
2005-10-30 |
Tom Lane | Update supported-platforms list. |
commit | commitdiff | tree | snapshot |
2005-10-30 |
PostgreSQL... | tag it for rc1 REL8_1_0RC1 |
commit | commitdiff | tree | snapshot |
2005-10-30 |
Bruce Momjian | Fix psql ref typo. |
commit | commitdiff | tree | snapshot |
2005-10-29 |
Tom Lane | Fix some allocation size calculation errors that would... |
commit | commitdiff | tree | snapshot |
2005-10-29 |
Tom Lane | Update a couple of obsolete comments. |
commit | commitdiff | tree | snapshot |
next |