2007-02-10 |
Tom Lane | Hm, seems my hack on rowtypes regression test has made... |
commit | commitdiff | tree | snapshot |
2007-02-09 |
Neil Conway | Unbreak the SGML doc build: ":=" is needed to assign... |
commit | commitdiff | tree | snapshot |
2007-02-09 |
Tom Lane | Minor tweak to make rowtypes regression test run faster... |
commit | commitdiff | tree | snapshot |
2007-02-09 |
Peter Eisentraut | Remove useless CPPFLAGS. |
commit | commitdiff | tree | snapshot |
2007-02-09 |
Peter Eisentraut | Add $PostgreSQL$ marker to contrib makefiles. |
commit | commitdiff | tree | snapshot |
2007-02-09 |
Tom Lane | Call pgstat_drop_database during DROP DATABASE, so... |
commit | commitdiff | tree | snapshot |
2007-02-09 |
Peter Eisentraut | Replace useless uses of := by = in makefiles. |
commit | commitdiff | tree | snapshot |
2007-02-09 |
Bruce Momjian | Remove blank lines in code. |
commit | commitdiff | tree | snapshot |
2007-02-09 |
Bruce Momjian | Update FAQ for new 24-byte header, down from 28. |
commit | commitdiff | tree | snapshot |
2007-02-09 |
Bruce Momjian | Add blank line. |
commit | commitdiff | tree | snapshot |
2007-02-09 |
Bruce Momjian | Add URL for: |
commit | commitdiff | tree | snapshot |
2007-02-09 |
Bruce Momjian | Done! |
commit | commitdiff | tree | snapshot |
2007-02-09 |
Tom Lane | Combine cmin and cmax fields of HeapTupleHeaders into... |
commit | commitdiff | tree | snapshot |
2007-02-09 |
Bruce Momjian | Remove blank line from C code. |
commit | commitdiff | tree | snapshot |
2007-02-09 |
Bruce Momjian | Update: |
commit | commitdiff | tree | snapshot |
2007-02-09 |
Bruce Momjian | Update: |
commit | commitdiff | tree | snapshot |
2007-02-09 |
Bruce Momjian | Add: |
commit | commitdiff | tree | snapshot |
2007-02-08 |
Bruce Momjian | Add URL for: |
commit | commitdiff | tree | snapshot |
2007-02-08 |
Tom Lane | Add missing #define for mingw, per Magnus. |
commit | commitdiff | tree | snapshot |
2007-02-08 |
Tom Lane | Fix an ancient logic error in plpgsql's exec_stmt_block... |
commit | commitdiff | tree | snapshot |
2007-02-08 |
Tom Lane | Rearrange use of plpgsql_add_initdatums() so that only... |
commit | commitdiff | tree | snapshot |
2007-02-08 |
Bruce Momjian | Fix bug when localized to_char() day or month names... |
commit | commitdiff | tree | snapshot |
2007-02-08 |
Bruce Momjian | This patch fixes shared_preload_libraries on Windows... |
commit | commitdiff | tree | snapshot |
2007-02-08 |
Bruce Momjian | Add lock matrix to documentation. |
commit | commitdiff | tree | snapshot |
2007-02-08 |
Bruce Momjian | Win32 regression test fixes: |
commit | commitdiff | tree | snapshot |
2007-02-08 |
Bruce Momjian | Add /contrib/pg_standby: |
commit | commitdiff | tree | snapshot |
2007-02-08 |
Bruce Momjian | Add /contrib/pg_standby: |
commit | commitdiff | tree | snapshot |
2007-02-08 |
Alvaro Herrera | Fix reference-after-free in the new btree page split... |
commit | commitdiff | tree | snapshot |
2007-02-08 |
Peter Eisentraut | Normalize fgets() calls to use sizeof() for calculating... |
commit | commitdiff | tree | snapshot |
2007-02-08 |
Bruce Momjian | Reduce WAL activity for page splits: |
commit | commitdiff | tree | snapshot |
2007-02-08 |
Bruce Momjian | Check if the role exists before doing more complex... |
commit | commitdiff | tree | snapshot |
2007-02-08 |
Bruce Momjian | Update URL for "Generalized Partial Indexes" paper... |
commit | commitdiff | tree | snapshot |
2007-02-08 |
Bruce Momjian | Document that wal_sync_method open_* methods use O_DIRE... |
commit | commitdiff | tree | snapshot |
2007-02-08 |
Bruce Momjian | Fix bug in our code when using to_timestamp() or to_dat... |
commit | commitdiff | tree | snapshot |
2007-02-07 |
Tom Lane | Add a function pg_stat_clear_snapshot() that discards... |
commit | commitdiff | tree | snapshot |
2007-02-07 |
Tom Lane | Modify the stats regression test to delay until the... |
commit | commitdiff | tree | snapshot |
2007-02-07 |
Tom Lane | Remove the xlog-centric "database system is ready"... |
commit | commitdiff | tree | snapshot |
2007-02-07 |
Alvaro Herrera | The VC++ build needs to compile the new strlcat.c file... |
commit | commitdiff | tree | snapshot |
2007-02-07 |
Bruce Momjian | Stamp bug template for 8.3. |
commit | commitdiff | tree | snapshot |
2007-02-07 |
Bruce Momjian | Stamp releases notes for 8.2.3, 8.1.8, 8.0.12. |
commit | commitdiff | tree | snapshot |
2007-02-07 |
Bruce Momjian | Update for 8.2.3. |
commit | commitdiff | tree | snapshot |
2007-02-07 |
Peter Eisentraut | Replace some strncpy() by strlcpy(). |
commit | commitdiff | tree | snapshot |
2007-02-07 |
Peter Eisentraut | Use memcpy() instead of strncpy() for copying into... |
commit | commitdiff | tree | snapshot |
2007-02-07 |
Peter Eisentraut | Add strlcat() from OpenBSD, to be used for replacing... |
commit | commitdiff | tree | snapshot |
2007-02-06 |
Tom Lane | Fix an error in the original coding of holdable cursors... |
commit | commitdiff | tree | snapshot |
2007-02-06 |
Bruce Momjian | Update for 8.2.2 as most recent release. |
commit | commitdiff | tree | snapshot |
2007-02-06 |
Bruce Momjian | Update workding for daylight savings time. |
commit | commitdiff | tree | snapshot |
2007-02-06 |
Bruce Momjian | Update timezone FAQ item: |
commit | commitdiff | tree | snapshot |
2007-02-06 |
Tom Lane | Remove typmod checking from the recent security-related... |
commit | commitdiff | tree | snapshot |
2007-02-06 |
Bruce Momjian | Split apart entries, one done now: |
commit | commitdiff | tree | snapshot |
2007-02-06 |
Tom Lane | Fix typo in comment. |
commit | commitdiff | tree | snapshot |
2007-02-06 |
Tom Lane | Remove some dead code, per Heikki. |
commit | commitdiff | tree | snapshot |
2007-02-06 |
Peter Eisentraut | Move NAMEDATALEN definition from postgres_ext.h to... |
commit | commitdiff | tree | snapshot |
2007-02-06 |
Tom Lane | Fix a performance regression in 8.2: optimization of... |
commit | commitdiff | tree | snapshot |
2007-02-06 |
Tom Lane | Docs updates for cross-type hashing. |
commit | commitdiff | tree | snapshot |
2007-02-06 |
Tom Lane | Come to think of it, we should check that commutator... |
commit | commitdiff | tree | snapshot |
2007-02-06 |
Tom Lane | Not only did we agree that this 'hint' doesn't belong... |
commit | commitdiff | tree | snapshot |
2007-02-06 |
Tom Lane | Add support for cross-type hashing in hashed subplans... |
commit | commitdiff | tree | snapshot |
2007-02-05 |
Bruce Momjian | Trim down environment variable instructions for Win32... |
commit | commitdiff | tree | snapshot |
2007-02-05 |
Bruce Momjian | Updated TODO item: |
commit | commitdiff | tree | snapshot |
2007-02-05 |
Bruce Momjian | Modify: |
commit | commitdiff | tree | snapshot |
2007-02-05 |
Andrew Dunstan | Pass modern COPY syntax to backend, since copy (query... |
commit | commitdiff | tree | snapshot |
2007-02-05 |
Tom Lane | Rename MaxTupleSize to MaxHeapTupleSize to clarify... |
commit | commitdiff | tree | snapshot |
2007-02-04 |
Tom Lane | Don't MAXALIGN in the checks to decide whether a tuple... |
commit | commitdiff | tree | snapshot |
2007-02-04 |
Bruce Momjian | Add: |
commit | commitdiff | tree | snapshot |
2007-02-04 |
Bruce Momjian | Update wording. |
commit | commitdiff | tree | snapshot |
2007-02-04 |
Bruce Momjian | Add documentation for Windows on how to set an environm... |
commit | commitdiff | tree | snapshot |
2007-02-04 |
Bruce Momjian | Change vacuum lazy "compacting" warning message to: |
commit | commitdiff | tree | snapshot |
2007-02-04 |
Bruce Momjian | Update URL for: |
commit | commitdiff | tree | snapshot |
2007-02-04 |
Bruce Momjian | Add: |
commit | commitdiff | tree | snapshot |
2007-02-03 |
Bruce Momjian | Add URLs for: |
commit | commitdiff | tree | snapshot |
2007-02-03 |
Bruce Momjian | Document that a client-only install using: |
commit | commitdiff | tree | snapshot |
2007-02-03 |
Bruce Momjian | Add: |
commit | commitdiff | tree | snapshot |
2007-02-03 |
Peter Eisentraut | Update SQL conformance information about XML features. |
commit | commitdiff | tree | snapshot |
2007-02-03 |
Peter Eisentraut | Implement XMLSERIALIZE for real. Analogously, make... |
commit | commitdiff | tree | snapshot |
2007-02-03 |
Bruce Momjian | Fix configure detection code when --with-ldap and ... |
commit | commitdiff | tree | snapshot |
2007-02-03 |
Bruce Momjian | Add patches thread for: |
commit | commitdiff | tree | snapshot |
2007-02-02 |
Bruce Momjian | Add URL for: |
commit | commitdiff | tree | snapshot |
2007-02-02 |
Bruce Momjian | Add: |
commit | commitdiff | tree | snapshot |
2007-02-02 |
Bruce Momjian | Add URL for: |
commit | commitdiff | tree | snapshot |
2007-02-02 |
Neil Conway | This patch changes the installscript for vcbuild to... |
commit | commitdiff | tree | snapshot |
2007-02-02 |
Neil Conway | Reword suggestion that libpq.dll be installed in WINNT... |
commit | commitdiff | tree | snapshot |
2007-02-02 |
Michael Meskes | Applied Magnus Hagander's patch to take away some compi... |
commit | commitdiff | tree | snapshot |
2007-02-02 |
Michael Meskes | Cleaned up va_list handling. Hopefully this now works... |
commit | commitdiff | tree | snapshot |
2007-02-02 |
Bruce Momjian | Add: |
commit | commitdiff | tree | snapshot |
2007-02-02 |
Tom Lane | Update release notes for security-related releases... |
commit | commitdiff | tree | snapshot |
2007-02-02 |
Tom Lane | Repair failure to check that a table is still compatibl... |
commit | commitdiff | tree | snapshot |
2007-02-02 |
Tom Lane | Repair insufficiently careful type checking for SQL... |
commit | commitdiff | tree | snapshot |
2007-02-01 |
Tom Lane | Fix broken markup. |
commit | commitdiff | tree | snapshot |
2007-02-01 |
Bruce Momjian | Add "May/Can/Might" section to error message style... |
commit | commitdiff | tree | snapshot |
2007-02-01 |
Neil Conway | Fix two more regression tests whose expected outputs... |
commit | commitdiff | tree | snapshot |
2007-02-01 |
Bruce Momjian | Mention file system replication as a high availability... |
commit | commitdiff | tree | snapshot |
2007-02-01 |
Tom Lane | Typo fix. |
commit | commitdiff | tree | snapshot |
2007-02-01 |
Neil Conway | Update some of the "expected" regression test results... |
commit | commitdiff | tree | snapshot |
2007-02-01 |
Tom Lane | Fix plpgsql so that when a local variable has no initia... |
commit | commitdiff | tree | snapshot |
2007-02-01 |
Bruce Momjian | Add URL for: |
commit | commitdiff | tree | snapshot |
2007-02-01 |
Bruce Momjian | Wording cleanup for error messages. Also change can... |
commit | commitdiff | tree | snapshot |
2007-02-01 |
Neil Conway | Fix broken markup. |
commit | commitdiff | tree | snapshot |
2007-02-01 |
Bruce Momjian | Add 8.2.0 "Incomatibilities" documentation that pg_dump... |
commit | commitdiff | tree | snapshot |
2007-02-01 |
Bruce Momjian | Chinese FAQ update |
commit | commitdiff | tree | snapshot |
next |