2007-03-19 |
Bruce Momjian | Add URL for: |
commit | commitdiff | tree | snapshot |
2007-03-19 |
Bruce Momjian | Add URL for: |
commit | commitdiff | tree | snapshot |
2007-03-19 |
Magnus Hagander | ecpglib requires libpgport, per Andrew Dunstan |
commit | commitdiff | tree | snapshot |
2007-03-18 |
Tom Lane | Fix ecpg/preproc makefile for parallel builds: parser... |
commit | commitdiff | tree | snapshot |
2007-03-18 |
Neil Conway | Code cleanup: mark some variables with the "const"... |
commit | commitdiff | tree | snapshot |
2007-03-18 |
Neil Conway | Code cleanup for function prototypes: change two K... |
commit | commitdiff | tree | snapshot |
2007-03-17 |
Michael Meskes | Simplified sortby rule |
commit | commitdiff | tree | snapshot |
2007-03-17 |
Michael Meskes | - Changed some whitespacing in connect statement. |
commit | commitdiff | tree | snapshot |
2007-03-17 |
Magnus Hagander | msvc build actually needs Bison 2.2 or later, not 2... |
commit | commitdiff | tree | snapshot |
2007-03-17 |
Magnus Hagander | Add note that diff is required for regression tests. |
commit | commitdiff | tree | snapshot |
2007-03-17 |
Magnus Hagander | Add cvs tags to msvc build files, along with a (very... |
commit | commitdiff | tree | snapshot |
2007-03-17 |
Magnus Hagander | Oops, forgot to remove the old genbki script. |
commit | commitdiff | tree | snapshot |
2007-03-17 |
Magnus Hagander | Turn most vc build scripts into modules instead of... |
commit | commitdiff | tree | snapshot |
2007-03-17 |
Tom Lane | SPI_cursor_open failed to enforce that only read-only... |
commit | commitdiff | tree | snapshot |
2007-03-17 |
Tom Lane | Ooops, got only one of the two ArrayExpr variants corre... |
commit | commitdiff | tree | snapshot |
2007-03-17 |
Tom Lane | Fix up the remaining places where the expression node... |
commit | commitdiff | tree | snapshot |
2007-03-16 |
Magnus Hagander | Add new columns for tuple statistics on a database... |
commit | commitdiff | tree | snapshot |
2007-03-16 |
Tom Lane | Fix race condition in parallel regression tests. The... |
commit | commitdiff | tree | snapshot |
2007-03-16 |
Alvaro Herrera | Fix uninitialized value in pgstatindex leading to inval... |
commit | commitdiff | tree | snapshot |
2007-03-16 |
Andrew Dunstan | Remove undocumented support for copy syntax from before... |
commit | commitdiff | tree | snapshot |
2007-03-16 |
Magnus Hagander | Show aggregate return types in psql \da output. |
commit | commitdiff | tree | snapshot |
2007-03-15 |
Tom Lane | Make use of plancache module for SPI plans. In particu... |
commit | commitdiff | tree | snapshot |
2007-03-14 |
Tom Lane | Fix a longstanding bug in VACUUM FULL's handling of... |
commit | commitdiff | tree | snapshot |
2007-03-14 |
Tom Lane | Arrange to install a "posixrules" entry in our timezone... |
commit | commitdiff | tree | snapshot |
2007-03-14 |
Teodor Sigaev | Add GIN support for pg_trgm. From Guillaume Smet <guill... |
commit | commitdiff | tree | snapshot |
2007-03-14 |
Teodor Sigaev | Add GIN support for pg_trgm. From Guillaume Smet <guill... |
commit | commitdiff | tree | snapshot |
2007-03-14 |
Magnus Hagander | Remove extra single-quotes copied from Unix build.... |
commit | commitdiff | tree | snapshot |
2007-03-14 |
Tom Lane | Fix broken markup, strange tab width. |
commit | commitdiff | tree | snapshot |
2007-03-13 |
Tom Lane | Regression makefile now needs to make separate lists... |
commit | commitdiff | tree | snapshot |
2007-03-13 |
Magnus Hagander | Rewrite win32 install documentation (it's not client... |
commit | commitdiff | tree | snapshot |
2007-03-13 |
Peter Eisentraut | Reverted waiting for further fixes: |
commit | commitdiff | tree | snapshot |
2007-03-13 |
Magnus Hagander | Filter out warnings coming from the stylesheets, so... |
commit | commitdiff | tree | snapshot |
2007-03-13 |
Magnus Hagander | Set root of docbook stuff from buildenv.bat and not... |
commit | commitdiff | tree | snapshot |
2007-03-13 |
Magnus Hagander | Properly use pg_strcasecmp() instead of strcasecmp(). |
commit | commitdiff | tree | snapshot |
2007-03-13 |
Magnus Hagander | Set stderr to unbuffered for pgbench on win32. |
commit | commitdiff | tree | snapshot |
2007-03-13 |
Tom Lane | First phase of plan-invalidation project: create a... |
commit | commitdiff | tree | snapshot |
2007-03-12 |
Peter Eisentraut | Make configuration parameters fall back to their defaul... |
commit | commitdiff | tree | snapshot |
2007-03-12 |
Magnus Hagander | Make a run with perltidy to format the code. Per reques... |
commit | commitdiff | tree | snapshot |
2007-03-11 |
Alvaro Herrera | Fix a race condition that caused pg_database_size(... |
commit | commitdiff | tree | snapshot |
2007-03-10 |
Andrew Dunstan | Add alternate result file for large object tests to... |
commit | commitdiff | tree | snapshot |
2007-03-08 |
Magnus Hagander | Remove unsafe calling of WSAStartup and WSACleanup... |
commit | commitdiff | tree | snapshot |
2007-03-08 |
Tom Lane | Fix vac_update_relstats to ensure it always sends a... |
commit | commitdiff | tree | snapshot |
2007-03-07 |
Teodor Sigaev | Athough cube is a varlena type, nowhere was a detoastin... |
commit | commitdiff | tree | snapshot |
2007-03-07 |
Alvaro Herrera | Cleanup the bootstrap code a little, and rename "dummy... |
commit | commitdiff | tree | snapshot |
2007-03-06 |
Tom Lane | Fix oversight in original coding of inline_function... |
commit | commitdiff | tree | snapshot |
2007-03-06 |
Magnus Hagander | Add script to build documentation on win32 without... |
commit | commitdiff | tree | snapshot |
2007-03-06 |
Peter Eisentraut | Minor edits |
commit | commitdiff | tree | snapshot |
2007-03-06 |
Peter Eisentraut | Add more information about avoiding Linux OOM killer. |
commit | commitdiff | tree | snapshot |
2007-03-06 |
Bruce Momjian | Revert temp_tablespaces because of coding problems... |
commit | commitdiff | tree | snapshot |
2007-03-05 |
Bruce Momjian | Remove copied comments from geo_ops.c source file and... |
commit | commitdiff | tree | snapshot |
2007-03-05 |
Bruce Momjian | Remove timeline for 8.3 release, now on web site. |
commit | commitdiff | tree | snapshot |
2007-03-05 |
Magnus Hagander | Remove old-style win32 client-only visual c++ build... |
commit | commitdiff | tree | snapshot |
2007-03-05 |
Neil Conway | Fix a typo in a comment. Heikki Linnakangas. |
commit | commitdiff | tree | snapshot |
2007-03-03 |
Neil Conway | Make the newly-added regression tests for lo_truncate... |
commit | commitdiff | tree | snapshot |
2007-03-03 |
Bruce Momjian | Cosmetic patch to large object regression test. |
commit | commitdiff | tree | snapshot |
2007-03-03 |
Bruce Momjian | Split _bt_insertonpg to two functions. |
commit | commitdiff | tree | snapshot |
2007-03-03 |
Bruce Momjian | Fix for COPY-after-truncate feature. |
commit | commitdiff | tree | snapshot |
2007-03-03 |
Bruce Momjian | Remove undo information from pg_controldata --- never... |
commit | commitdiff | tree | snapshot |
2007-03-03 |
Bruce Momjian | Add lo_truncate() to backend and libpq for large object... |
commit | commitdiff | tree | snapshot |
2007-03-03 |
Neil Conway | Add resetStringInfo(), which clears the content of... |
commit | commitdiff | tree | snapshot |
2007-03-03 |
Bruce Momjian | Add logging to /contrib/pg_standby if -k couldn't clean... |
commit | commitdiff | tree | snapshot |
2007-03-03 |
Bruce Momjian | Add GUC log_lock_waits to log long wait times. |
commit | commitdiff | tree | snapshot |
2007-03-03 |
Bruce Momjian | Done: |
commit | commitdiff | tree | snapshot |
2007-03-03 |
Bruce Momjian | Allow \pset and \x, \t to use boolean constants on... |
commit | commitdiff | tree | snapshot |
2007-03-03 |
Bruce Momjian | Update license wording in FAQ_DEV. |
commit | commitdiff | tree | snapshot |
2007-03-03 |
Bruce Momjian | Add URLs for: |
commit | commitdiff | tree | snapshot |
2007-03-02 |
Tom Lane | Make log_min_error_statement put LOG level at the same... |
commit | commitdiff | tree | snapshot |
2007-03-02 |
Bruce Momjian | HTML markup fix. |
commit | commitdiff | tree | snapshot |
2007-03-02 |
Bruce Momjian | Fix HTML markup. |
commit | commitdiff | tree | snapshot |
2007-03-02 |
Bruce Momjian | in FAQ_DEV, mention we don't want non-BSD-compatible... |
commit | commitdiff | tree | snapshot |
2007-03-02 |
Tom Lane | Fix broken markup, improve wording. |
commit | commitdiff | tree | snapshot |
2007-03-02 |
Tom Lane | Suppress useless searches for unused line pointers... |
commit | commitdiff | tree | snapshot |
2007-03-01 |
Tom Lane | Fix miscalculation of stats collector's write delay... |
commit | commitdiff | tree | snapshot |
2007-03-01 |
Tom Lane | Fix markQueryForLocking() to work correctly in the... |
commit | commitdiff | tree | snapshot |
2007-03-01 |
Peter Eisentraut | Fix date/time formats for XML Schema output. |
commit | commitdiff | tree | snapshot |
2007-02-28 |
Tom Lane | Fix up several contrib modules that were using varlena... |
commit | commitdiff | tree | snapshot |
2007-02-28 |
Bruce Momjian | Add language about rights given by posting a patch: |
commit | commitdiff | tree | snapshot |
2007-02-28 |
Magnus Hagander | Remove temporary Windows-specific debugging code. |
commit | commitdiff | tree | snapshot |
2007-02-27 |
Tom Lane | Replace direct assignments to VARATT_SIZEP(x) with... |
commit | commitdiff | tree | snapshot |
2007-02-27 |
Bruce Momjian | Update release timeline to use unnumber lists HTML. |
commit | commitdiff | tree | snapshot |
2007-02-27 |
Bruce Momjian | Update DEV FAQ for CVS/SVN issue. |
commit | commitdiff | tree | snapshot |
2007-02-27 |
Bruce Momjian | Remove Kerberos mention in Solaris FAQ. |
commit | commitdiff | tree | snapshot |
2007-02-27 |
Peter Eisentraut | Allow information schema definitions to work without... |
commit | commitdiff | tree | snapshot |
2007-02-27 |
Magnus Hagander | Make build.bat return a proper errorcode if the build... |
commit | commitdiff | tree | snapshot |
2007-02-27 |
Tom Lane | Get rid of the separate EState for subplans, and just... |
commit | commitdiff | tree | snapshot |
2007-02-25 |
Tom Lane | Put back copyObject() call I removed in a fit of brain... |
commit | commitdiff | tree | snapshot |
2007-02-23 |
Bruce Momjian | Update Solaris FAQ. |
commit | commitdiff | tree | snapshot |
2007-02-23 |
Tom Lane | Now that plans have flat rangetable lists, it's a lot... |
commit | commitdiff | tree | snapshot |
2007-02-23 |
Bruce Momjian | Move BLCKSZ < 1024 check to guc.c. |
commit | commitdiff | tree | snapshot |
2007-02-23 |
Bruce Momjian | Spelling fix. |
commit | commitdiff | tree | snapshot |
2007-02-23 |
Bruce Momjian | Update Solaris FAQ wording, per Peter. |
commit | commitdiff | tree | snapshot |
2007-02-23 |
Bruce Momjian | Update upgrade FAQ info. |
commit | commitdiff | tree | snapshot |
2007-02-23 |
Bruce Momjian | Update Solaris FAQ. |
commit | commitdiff | tree | snapshot |
2007-02-23 |
Bruce Momjian | Add psql \prompt capability. |
commit | commitdiff | tree | snapshot |
2007-02-22 |
Tom Lane | Change Agg and Group nodes so that Vars contained in... |
commit | commitdiff | tree | snapshot |
2007-02-22 |
Tom Lane | Fix bug I introduced in recent patch to make hash joins... |
commit | commitdiff | tree | snapshot |
2007-02-22 |
Tom Lane | Turn the rangetable used by the executor into a flat... |
commit | commitdiff | tree | snapshot |
2007-02-21 |
Bruce Momjian | Remove extra tab. |
commit | commitdiff | tree | snapshot |
2007-02-21 |
Bruce Momjian | Remove tabs from SGML reference files, so their additio... |
commit | commitdiff | tree | snapshot |
2007-02-21 |
Bruce Momjian | Update upgrade wording. |
commit | commitdiff | tree | snapshot |
next |