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 |
2005-10-29 |
Peter Eisentraut | Translation updates |
commit | commitdiff | tree | snapshot |
2005-10-29 |
Peter Eisentraut | Message corrections |
commit | commitdiff | tree | snapshot |
2005-10-28 |
Tom Lane | Update supported-platforms list. |
commit | commitdiff | tree | snapshot |
2005-10-28 |
Tom Lane | Fix broken markup. |
commit | commitdiff | tree | snapshot |
2005-10-28 |
Tom Lane | Reorder code so that we don't have to hold a critical... |
commit | commitdiff | tree | snapshot |
2005-10-28 |
Tom Lane | Clean up AIX build to avoid 'duplicate symbol' warnings... |
commit | commitdiff | tree | snapshot |
2005-10-28 |
Tom Lane | Fix race condition in multixact code: it's possible... |
commit | commitdiff | tree | snapshot |
2005-10-28 |
Teodor Sigaev | 1 Fix problem with lost precision in rank with OR-ed... |
commit | commitdiff | tree | snapshot |
2005-10-28 |
Bruce Momjian | Remove mention that \x doesn't affect backslash commands. |
commit | commitdiff | tree | snapshot |
2005-10-27 |
Tom Lane | Add an ifneq to avoid make warning on AIX --- there... |
commit | commitdiff | tree | snapshot |
2005-10-27 |
Tom Lane | Tweak buffer manager so that 'internal' accesses to... |
commit | commitdiff | tree | snapshot |
2005-10-27 |
Bruce Momjian | Update: |
commit | commitdiff | tree | snapshot |
2005-10-27 |
Bruce Momjian | Add: |
commit | commitdiff | tree | snapshot |
2005-10-27 |
Bruce Momjian | Add mention that .pgpass localhost matches tcp and... |
commit | commitdiff | tree | snapshot |
2005-10-27 |
Bruce Momjian | Add mention of errfinish. |
commit | commitdiff | tree | snapshot |
2005-10-27 |
Bruce Momjian | Disable expanded mode only for \d tablename, not for... |
commit | commitdiff | tree | snapshot |
2005-10-27 |
Bruce Momjian | Add comment documenting actual failure case of using |
commit | commitdiff | tree | snapshot |
2005-10-27 |
Bruce Momjian | Add items from Tom: |
commit | commitdiff | tree | snapshot |
2005-10-26 |
Tom Lane | Add info about using rsync to make base backups. Per... |
commit | commitdiff | tree | snapshot |
2005-10-26 |
Tom Lane | Adjust parser so that POSTQUEL-style implicit RTEs... |
commit | commitdiff | tree | snapshot |
2005-10-26 |
Bruce Momjian | Rename config section headings. |
commit | commitdiff | tree | snapshot |
2005-10-25 |
Tom Lane | Fix longstanding bug that would sometimes let the plann... |
commit | commitdiff | tree | snapshot |
2005-10-25 |
Bruce Momjian | Add: |
commit | commitdiff | tree | snapshot |
2005-10-25 |
Tom Lane | Convert explanation of interval change into something... |
commit | commitdiff | tree | snapshot |
next |