2005-10-05 |
Tom Lane | Add -Winline to the default CFLAGS for gcc, and remove |
commit | commitdiff | tree | snapshot |
2005-10-05 |
Michael Meskes | Also synced the ecpg lexer with the backend lexer. |
commit | commitdiff | tree | snapshot |
2005-10-05 |
Bruce Momjian | Fix pgxs for spaces in file names on Win32 |
commit | commitdiff | tree | snapshot |
2005-10-05 |
Bruce Momjian | Update Japanese FAQ. |
commit | commitdiff | tree | snapshot |
2005-10-05 |
Bruce Momjian | Update FAQ for version number. |
commit | commitdiff | tree | snapshot |
2005-10-04 |
Peter Eisentraut | Clean up some messages and fix missing translation... |
commit | commitdiff | tree | snapshot |
2005-10-04 |
Teodor Sigaev | Fix compile error |
commit | commitdiff | tree | snapshot |
2005-10-04 |
Tatsuo Ishii | Oops. Partially saved file was committed. |
commit | commitdiff | tree | snapshot |
2005-10-04 |
Tatsuo Ishii | Allow multiple -f options. |
commit | commitdiff | tree | snapshot |
2005-10-04 |
Michael Meskes | Somehow I missed some parser changes, so this commit... |
commit | commitdiff | tree | snapshot |
2005-10-04 |
Peter Eisentraut | Add _ to gettext triggers. Must have been forgotten... |
commit | commitdiff | tree | snapshot |
2005-10-04 |
Tom Lane | Add an expected case to cover error message as spelled... |
commit | commitdiff | tree | snapshot |
2005-10-03 |
Tom Lane | COPY's test for read-only transaction was backward... |
commit | commitdiff | tree | snapshot |
2005-10-03 |
Tom Lane | Add a trace_sort option to help with measuring resource... |
commit | commitdiff | tree | snapshot |
2005-10-03 |
Tom Lane | Separate out the VacRUsage stuff as an independent... |
commit | commitdiff | tree | snapshot |
2005-10-03 |
Tom Lane | Fix procedure for updating nextval() defaults so that... |
commit | commitdiff | tree | snapshot |
2005-10-03 |
Teodor Sigaev | Optimize benchmark query and update benchmark's results. |
commit | commitdiff | tree | snapshot |
2005-10-03 |
Bruce Momjian | Fix font of sequence header. |
commit | commitdiff | tree | snapshot |
2005-10-03 |
Bruce Momjian | Fix null bytes at end of file (weird). |
commit | commitdiff | tree | snapshot |
2005-10-03 |
Bruce Momjian | Update sequence docs. |
commit | commitdiff | tree | snapshot |
2005-10-03 |
Tom Lane | Preserve tuple OIDs during ATRewriteTable. Per gripe... |
commit | commitdiff | tree | snapshot |
2005-10-03 |
Bruce Momjian | Merge Tom and my descriptions of new sequence behavior... |
commit | commitdiff | tree | snapshot |
2005-10-03 |
Bruce Momjian | Update release notes to show how to upgrade a database... |
commit | commitdiff | tree | snapshot |
2005-10-03 |
Bruce Momjian | Remove, 8.1 completed items already removed: |
commit | commitdiff | tree | snapshot |
2005-10-03 |
Bruce Momjian | Done: |
commit | commitdiff | tree | snapshot |
2005-10-03 |
Tom Lane | Expand pg_control information so that we can verify... |
commit | commitdiff | tree | snapshot |
2005-10-02 |
Tom Lane | Change nextval and other sequence functions to specify... |
commit | commitdiff | tree | snapshot |
2005-10-01 |
Tom Lane | _SPI_execute_plan failed to return result tuple table... |
commit | commitdiff | tree | snapshot |
2005-10-01 |
Bruce Momjian | Adjust wording. |
commit | commitdiff | tree | snapshot |
2005-09-30 |
Bruce Momjian | One of the web pages mentioned in dmetaphone.c has... |
commit | commitdiff | tree | snapshot |
2005-09-30 |
Peter Eisentraut | Equalize wordings to avoid redundant translation work. |
commit | commitdiff | tree | snapshot |
2005-09-30 |
Peter Eisentraut | Clean up the help displays. |
commit | commitdiff | tree | snapshot |
2005-09-30 |
Peter Eisentraut | Change the option spelling to --connection-limit to... |
commit | commitdiff | tree | snapshot |
2005-09-29 |
Alvaro Herrera | Fix confusion between relfilenode and Oid. |
commit | commitdiff | tree | snapshot |
2005-09-29 |
Tom Lane | Fix unportable usages in new pgbench code (strndup... |
commit | commitdiff | tree | snapshot |
2005-09-29 |
Tatsuo Ishii | Add -f option which enables to read SQL commands from... |
commit | commitdiff | tree | snapshot |
2005-09-29 |
Peter Eisentraut | Correct spelling |
commit | commitdiff | tree | snapshot |
2005-09-29 |
Bruce Momjian | Remove acronym in one title. |
commit | commitdiff | tree | snapshot |
2005-09-28 |
Tom Lane | Mention fix for bug #1916 in release notes for affected... |
commit | commitdiff | tree | snapshot |
2005-09-28 |
Tom Lane | Repair planning bug introduced in 7.4: outer-join ON... |
commit | commitdiff | tree | snapshot |
2005-09-28 |
Bruce Momjian | Fix typo. |
commit | commitdiff | tree | snapshot |
2005-09-28 |
Bruce Momjian | Add section on reliable operation, talking about cachin... |
commit | commitdiff | tree | snapshot |
2005-09-28 |
Peter Eisentraut | Improve messages |
commit | commitdiff | tree | snapshot |
2005-09-28 |
Bruce Momjian | Update SQL conformance mention to 2003. |
commit | commitdiff | tree | snapshot |
2005-09-28 |
Bruce Momjian | Update Russian FAQ. |
commit | commitdiff | tree | snapshot |
2005-09-27 |
Bruce Momjian | Add attribution. |
commit | commitdiff | tree | snapshot |
2005-09-27 |
Bruce Momjian | Done: |
commit | commitdiff | tree | snapshot |
2005-09-27 |
Tom Lane | Some marginal tweaks to make 'make installcheck' mostly... |
commit | commitdiff | tree | snapshot |
2005-09-27 |
Tom Lane | Fix problems with PGXS builds against an installation... |
commit | commitdiff | tree | snapshot |
2005-09-27 |
Bruce Momjian | Release notes up to date as of today. |
commit | commitdiff | tree | snapshot |
2005-09-27 |
Bruce Momjian | Suppress FAQ and TODO changes in pgcvslog output. |
commit | commitdiff | tree | snapshot |
2005-09-27 |
Tom Lane | PGXS should be set with := not =, as specified in the... |
commit | commitdiff | tree | snapshot |
2005-09-27 |
Bruce Momjian | Fix incorrect psql \x memory allocation for numericloca... |
commit | commitdiff | tree | snapshot |
2005-09-27 |
Bruce Momjian | Add: |
commit | commitdiff | tree | snapshot |
2005-09-27 |
Bruce Momjian | Novice: |
commit | commitdiff | tree | snapshot |
2005-09-27 |
Tom Lane | Fix our version of strdup() to adhere to the standard... |
commit | commitdiff | tree | snapshot |
2005-09-26 |
Tom Lane | Create preliminary release notes for upcoming back... |
commit | commitdiff | tree | snapshot |
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 |
next |