2006-04-30 |
Bruce Momjian | Revert patch pending more discussion: |
commit | commitdiff | tree | snapshot |
2006-04-29 |
Tom Lane | Remove sema.c, superseded by win32_sema.c. |
commit | commitdiff | tree | snapshot |
2006-04-29 |
Tom Lane | Rearrange some configure.in comments for better readabi... |
commit | commitdiff | tree | snapshot |
2006-04-29 |
Tom Lane | We only need to add thread.c on non-WIN32 platforms... |
commit | commitdiff | tree | snapshot |
2006-04-29 |
Bruce Momjian | Done: |
commit | commitdiff | tree | snapshot |
2006-04-29 |
Bruce Momjian | Disallow changing DEFAULT expression of a SERIAL column. |
commit | commitdiff | tree | snapshot |
2006-04-29 |
Bruce Momjian | Add Win32 semaphore implementation, rather than mimicki... |
commit | commitdiff | tree | snapshot |
2006-04-29 |
Bruce Momjian | Solaris tas() uses 'int' now. |
commit | commitdiff | tree | snapshot |
2006-04-29 |
Bruce Momjian | Intel compiler has a bug/misoptimization in checking... |
commit | commitdiff | tree | snapshot |
2006-04-28 |
Bruce Momjian | Fix s_lock_test to use tas.o file, if needed. |
commit | commitdiff | tree | snapshot |
2006-04-28 |
Tom Lane | Remove the restriction originally coded into optimize_m... |
commit | commitdiff | tree | snapshot |
2006-04-28 |
Bruce Momjian | Modify Solaris compiler build rules to use the cpp... |
commit | commitdiff | tree | snapshot |
2006-04-28 |
Bruce Momjian | Darin -> Darwin. |
commit | commitdiff | tree | snapshot |
2006-04-28 |
Bruce Momjian | Remove extra 'else' in solaris compiler code. |
commit | commitdiff | tree | snapshot |
2006-04-28 |
Bruce Momjian | Remove "volatile" from tas function, per TOm. |
commit | commitdiff | tree | snapshot |
2006-04-28 |
Bruce Momjian | Update list of platforms that have a list of exported... |
commit | commitdiff | tree | snapshot |
2006-04-28 |
Tom Lane | Arrange to strip libpq.so of symbols that aren't offici... |
commit | commitdiff | tree | snapshot |
2006-04-28 |
Bruce Momjian | Add info on pgport linking requirements. |
commit | commitdiff | tree | snapshot |
2006-04-27 |
Bruce Momjian | Rewrite Solaris compiler tas() assembly routines, merge... |
commit | commitdiff | tree | snapshot |
2006-04-27 |
Tom Lane | Fix ltreeparentsel so it actually works ... |
commit | commitdiff | tree | snapshot |
2006-04-27 |
Tom Lane | Generalize mcv_selectivity() to support both VAR OP... |
commit | commitdiff | tree | snapshot |
2006-04-27 |
Bruce Momjian | Change log message about vacuuming database name from... |
commit | commitdiff | tree | snapshot |
2006-04-27 |
Bruce Momjian | Add to item log_min_error_messages item: |
commit | commitdiff | tree | snapshot |
2006-04-27 |
Bruce Momjian | On second thought, keep SSL CRL as a log, and wait... |
commit | commitdiff | tree | snapshot |
2006-04-27 |
Bruce Momjian | Downgrade SSL CRL file missing message from LOG to... |
commit | commitdiff | tree | snapshot |
2006-04-27 |
Bruce Momjian | Turn off strict aliasing when using AIX xlc compiler. |
commit | commitdiff | tree | snapshot |
2006-04-27 |
Bruce Momjian | Revert patch, causing plpython regression failues: |
commit | commitdiff | tree | snapshot |
2006-04-27 |
Bruce Momjian | Tab alignment cleanup. |
commit | commitdiff | tree | snapshot |
2006-04-27 |
Bruce Momjian | Add underscores to SSL CERT macro names, for clarity... |
commit | commitdiff | tree | snapshot |
2006-04-27 |
Bruce Momjian | Add SSL include needed for psql, after libpq adjustments. |
commit | commitdiff | tree | snapshot |
2006-04-27 |
Bruce Momjian | Add: |
commit | commitdiff | tree | snapshot |
2006-04-27 |
Bruce Momjian | Add support for SSL Certificate Revocation List (CRL... |
commit | commitdiff | tree | snapshot |
2006-04-27 |
Bruce Momjian | plpython improvements: |
commit | commitdiff | tree | snapshot |
2006-04-27 |
Tom Lane | Un-break ltree. |
commit | commitdiff | tree | snapshot |
2006-04-27 |
Bruce Momjian | Change libpq's PQgetssl() to return a void*, rather... |
commit | commitdiff | tree | snapshot |
2006-04-27 |
Tom Lane | If we're going to expose VariableStatData for contrib... |
commit | commitdiff | tree | snapshot |
2006-04-27 |
Bruce Momjian | Remove unused function SSL_CTX_set_tmp_dh_callback... |
commit | commitdiff | tree | snapshot |
2006-04-27 |
Bruce Momjian | Use schema search path to find the first matching contr... |
commit | commitdiff | tree | snapshot |
2006-04-27 |
Bruce Momjian | Delay write of pg_stats file to once every five minutes... |
commit | commitdiff | tree | snapshot |
2006-04-26 |
Bruce Momjian | Add tablespace display to psql \l+. |
commit | commitdiff | tree | snapshot |
2006-04-26 |
Bruce Momjian | Improve /contrib/pg_buffercache installation to use... |
commit | commitdiff | tree | snapshot |
2006-04-26 |
Bruce Momjian | Split out pg_freespace views to one for relations and... |
commit | commitdiff | tree | snapshot |
2006-04-26 |
Bruce Momjian | Adjust /contrib/pg_freespace to show index free space... |
commit | commitdiff | tree | snapshot |
2006-04-26 |
Bruce Momjian | Move ltree parentsel() selectivity function into /contr... |
commit | commitdiff | tree | snapshot |
2006-04-26 |
Bruce Momjian | In pg_resetxlog.c, uint -> uint32, for Win32 port. |
commit | commitdiff | tree | snapshot |
2006-04-26 |
Bruce Momjian | Add missing ControlFile.checkPointCopy.ThisTimeLineID... |
commit | commitdiff | tree | snapshot |
2006-04-26 |
Bruce Momjian | Update catalog version for ltree changes. |
commit | commitdiff | tree | snapshot |
2006-04-26 |
Bruce Momjian | Enhanced containment selectivity function for /contrib... |
commit | commitdiff | tree | snapshot |
2006-04-26 |
Bruce Momjian | Allow pg_resetxlog -f to reset pg_control counters... |
commit | commitdiff | tree | snapshot |
2006-04-26 |
Bruce Momjian | Done: |
commit | commitdiff | tree | snapshot |
2006-04-26 |
Tom Lane | Revise large-object access routines to avoid running... |
commit | commitdiff | tree | snapshot |
2006-04-25 |
Tom Lane | Arrange to cache btree metapage data in the relcache... |
commit | commitdiff | tree | snapshot |
2006-04-25 |
Bruce Momjian | Adjust SGML spacing. |
commit | commitdiff | tree | snapshot |
2006-04-25 |
Tom Lane | Back out the rest of the RESET CONNECTION patch. |
commit | commitdiff | tree | snapshot |
2006-04-25 |
Tom Lane | The 8.1 planner removes WHERE quals from the plan when... |
commit | commitdiff | tree | snapshot |
2006-04-25 |
Bruce Momjian | Remove equals sign from environment variable with not... |
commit | commitdiff | tree | snapshot |
2006-04-25 |
Bruce Momjian | Make configure environment variable options without... |
commit | commitdiff | tree | snapshot |
2006-04-25 |
Bruce Momjian | Add documentation about configure environment variabble... |
commit | commitdiff | tree | snapshot |
2006-04-25 |
Bruce Momjian | Call SET varaiables "configuration_parameter"s in the... |
commit | commitdiff | tree | snapshot |
2006-04-25 |
Bruce Momjian | Change "parameter" to "varname" in the alter role and... |
commit | commitdiff | tree | snapshot |
2006-04-25 |
Bruce Momjian | I now see we support RESET SESSION AUTHORIZATION, so... |
commit | commitdiff | tree | snapshot |
2006-04-25 |
Bruce Momjian | RESET SESSION is more precise: |
commit | commitdiff | tree | snapshot |
2006-04-25 |
Bruce Momjian | Back out RESET CONNECTION until there is more discussion. |
commit | commitdiff | tree | snapshot |
2006-04-25 |
Bruce Momjian | Add RESET CONNECTION, to reset all aspects of a session. |
commit | commitdiff | tree | snapshot |
2006-04-25 |
Bruce Momjian | Update inheritance constraint items: |
commit | commitdiff | tree | snapshot |
2006-04-25 |
Tatsuo Ishii | Fix bug reported by Michael Fuhr on Sun, 23 Apr 2006... |
commit | commitdiff | tree | snapshot |
2006-04-25 |
Bruce Momjian | Done: |
commit | commitdiff | tree | snapshot |
2006-04-25 |
Bruce Momjian | Add statement_timestamp(), clock_timestamp(), and |
commit | commitdiff | tree | snapshot |
2006-04-25 |
Bruce Momjian | Word wrap entry |
commit | commitdiff | tree | snapshot |
2006-04-25 |
Bruce Momjian | Update SQL-standard INTERVAL item: |
commit | commitdiff | tree | snapshot |
2006-04-24 |
Bruce Momjian | Done; |
commit | commitdiff | tree | snapshot |
2006-04-24 |
Bruce Momjian | Back out patch, unintended. |
commit | commitdiff | tree | snapshot |
2006-04-24 |
Bruce Momjian | Done: |
commit | commitdiff | tree | snapshot |
2006-04-24 |
Bruce Momjian | Suppress more compiler warnings caused by macro tests. |
commit | commitdiff | tree | snapshot |
2006-04-24 |
Bruce Momjian | Add one more paren to macro. |
commit | commitdiff | tree | snapshot |
2006-04-24 |
Bruce Momjian | Suprress compiler warning in gcc 4.2. |
commit | commitdiff | tree | snapshot |
2006-04-24 |
Tom Lane | Improve our private implementation of cbrt() to give... |
commit | commitdiff | tree | snapshot |
2006-04-24 |
Bruce Momjian | Remove compiler warning by casting SNPRINTF() call... |
commit | commitdiff | tree | snapshot |
2006-04-24 |
Michael Meskes | Fixed memory leak bugs found by Martijn Oosterhout. |
commit | commitdiff | tree | snapshot |
2006-04-24 |
Bruce Momjian | Fixes for BCC 5.5 compile of libpq. Backpatch to 8... |
commit | commitdiff | tree | snapshot |
2006-04-24 |
Alvaro Herrera | Don't add a shared dependency on the owner of a composi... |
commit | commitdiff | tree | snapshot |
2006-04-23 |
Bruce Momjian | Add: |
commit | commitdiff | tree | snapshot |
2006-04-23 |
Bruce Momjian | Removes or minimizes some documentation mentions of... |
commit | commitdiff | tree | snapshot |
2006-04-23 |
Tatsuo Ishii | Add pgrowlocks |
commit | commitdiff | tree | snapshot |
2006-04-23 |
Tatsuo Ishii | Add new contrib function pgrowlocks. See README.pgrowlo... |
commit | commitdiff | tree | snapshot |
2006-04-22 |
Bruce Momjian | Update: |
commit | commitdiff | tree | snapshot |
2006-04-22 |
Bruce Momjian | Update: |
commit | commitdiff | tree | snapshot |
2006-04-22 |
Bruce Momjian | Update: |
commit | commitdiff | tree | snapshot |
2006-04-22 |
Bruce Momjian | Suggest Win32 users user E'' strings and double backsla... |
commit | commitdiff | tree | snapshot |
2006-04-22 |
Tom Lane | Simplify ParamListInfo data structure to support only... |
commit | commitdiff | tree | snapshot |
2006-04-22 |
Bruce Momjian | Revert Intel compiler bug comment. |
commit | commitdiff | tree | snapshot |
2006-04-22 |
Bruce Momjian | Add mentioun of Intel compiler bug: |
commit | commitdiff | tree | snapshot |
2006-04-21 |
Bruce Momjian | Use special gcc -W flags only if we are using gcc,... |
commit | commitdiff | tree | snapshot |
2006-04-21 |
Bruce Momjian | Remove from TODO ability to edit pg_hba.conf, but add... |
commit | commitdiff | tree | snapshot |
2006-04-21 |
Tom Lane | Add some optional code (conditionally compiled under... |
commit | commitdiff | tree | snapshot |
2006-04-20 |
Tom Lane | Eliminate some no-longer-needed workarounds for palloc... |
commit | commitdiff | tree | snapshot |
2006-04-20 |
Bruce Momjian | Add "retry another address" log message on statistics... |
commit | commitdiff | tree | snapshot |
2006-04-20 |
Tom Lane | Ensure that we validate the page header of the first... |
commit | commitdiff | tree | snapshot |
2006-04-19 |
Tom Lane | Recognize __ppc64__, which seems to be Apple's spelling... |
commit | commitdiff | tree | snapshot |
2006-04-19 |
Bruce Momjian | Add detail: |
commit | commitdiff | tree | snapshot |
next |