2009-01-09 |
Tom Lane | Fix libpq so that it reports PGRES_EMPTY_QUERY not... |
commit | commitdiff | tree | snapshot |
2009-01-09 |
Tom Lane | Arrange for function default arguments to be processed... |
commit | commitdiff | tree | snapshot |
2009-01-09 |
Bruce Momjian | Remove tabs from SGML docs. |
commit | commitdiff | tree | snapshot |
2009-01-09 |
Peter Eisentraut | Remove fairly useless mixed-case identifier test that... |
commit | commitdiff | tree | snapshot |
2009-01-09 |
Magnus Hagander | Code review of strftime patch, per comments from Tom: |
commit | commitdiff | tree | snapshot |
2009-01-09 |
Peter Eisentraut | Change chapter titles thus: |
commit | commitdiff | tree | snapshot |
2009-01-09 |
Magnus Hagander | Fix strftime usage on Win32 when trying to fetch the... |
commit | commitdiff | tree | snapshot |
2009-01-09 |
Peter Eisentraut | More portable use of "find". |
commit | commitdiff | tree | snapshot |
2009-01-09 |
Peter Eisentraut | Rewrite update-po target, so that it works less like... |
commit | commitdiff | tree | snapshot |
2009-01-09 |
Magnus Hagander | Make krb_realm and krb_server_hostname be pg_hba option... |
commit | commitdiff | tree | snapshot |
2009-01-09 |
Andrew Dunstan | Document values for pg_constraint confupdtype, confdelt... |
commit | commitdiff | tree | snapshot |
2009-01-09 |
Bruce Momjian | Update release notes for 8.3.5, 8.2.11, and 8.1.15... |
commit | commitdiff | tree | snapshot |
2009-01-08 |
Bruce Momjian | Fix memory leak for file name if expect file name conta... |
commit | commitdiff | tree | snapshot |
2009-01-08 |
Alvaro Herrera | A couple further reloptions improvements, per KaiGai... |
commit | commitdiff | tree | snapshot |
2009-01-08 |
Bruce Momjian | Document that txid_visible_in_snapshot() cannot be... |
commit | commitdiff | tree | snapshot |
2009-01-08 |
Tom Lane | Defend against null input in analyze_requires_snapshot... |
commit | commitdiff | tree | snapshot |
2009-01-08 |
Peter Eisentraut | Add note that not all SQL commands support ONLY in... |
commit | commitdiff | tree | snapshot |
2009-01-08 |
Bruce Momjian | Document current_query() as being the _client_ query. |
commit | commitdiff | tree | snapshot |
2009-01-08 |
Bruce Momjian | Revert current_query() change to use debug_query_string... |
commit | commitdiff | tree | snapshot |
2009-01-07 |
Bruce Momjian | Add comment about why BETWEEN uses operator strings... |
commit | commitdiff | tree | snapshot |
2009-01-07 |
Tom Lane | Create a third option named "partition" for constraint_... |
commit | commitdiff | tree | snapshot |
2009-01-07 |
Bruce Momjian | Have current_query() use ActivePortal->sourceText rathe... |
commit | commitdiff | tree | snapshot |
2009-01-07 |
Tom Lane | Insert conditional SPI_push/SPI_pop calls into InputFun... |
commit | commitdiff | tree | snapshot |
2009-01-07 |
Bruce Momjian | Add comment that it is difficult to access the more... |
commit | commitdiff | tree | snapshot |
2009-01-07 |
Bruce Momjian | Update comment associated with 'debug_query_string'. |
commit | commitdiff | tree | snapshot |
2009-01-07 |
Andrew Dunstan | define HAVE_FSEEKO for MSVC |
commit | commitdiff | tree | snapshot |
2009-01-07 |
Tom Lane | Fix executor/spi.h to follow our usual conventions... |
commit | commitdiff | tree | snapshot |
2009-01-07 |
Magnus Hagander | Add hba parameter include_realm to krb5, gss and sspi... |
commit | commitdiff | tree | snapshot |
2009-01-07 |
Magnus Hagander | Allow krb_realm (krb5, gssapi and sspi) and krb_server_... |
commit | commitdiff | tree | snapshot |
2009-01-07 |
Magnus Hagander | Add appropriate text for SIGHUP parameters instead... |
commit | commitdiff | tree | snapshot |
2009-01-07 |
Magnus Hagander | Don't require pqGetHomeDirectory to succeed if the... |
commit | commitdiff | tree | snapshot |
2009-01-07 |
Peter Eisentraut | Produce a full version string for Sun Studio. |
commit | commitdiff | tree | snapshot |
2009-01-07 |
Bruce Momjian | Break out \distv into four separate lines in the psql... |
commit | commitdiff | tree | snapshot |
2009-01-07 |
Bruce Momjian | Make the log output of 'vxid' between csvlog and stderr... |
commit | commitdiff | tree | snapshot |
2009-01-07 |
Bruce Momjian | Update MinGW so it handles fseeko() similar to Unix. |
commit | commitdiff | tree | snapshot |
2009-01-07 |
Bruce Momjian | Removeduplicate \dd psql help mention. |
commit | commitdiff | tree | snapshot |
2009-01-07 |
Bruce Momjian | Add spaces around psql \d* columns, per idea from Joshu... |
commit | commitdiff | tree | snapshot |
2009-01-06 |
Tom Lane | Clarify a confusing comment about MCVs vs histogram... |
commit | commitdiff | tree | snapshot |
2009-01-06 |
Bruce Momjian | Improve \z psql \? help display. |
commit | commitdiff | tree | snapshot |
2009-01-06 |
Bruce Momjian | Add documentation for new \d*S* patch, and clean up... |
commit | commitdiff | tree | snapshot |
2009-01-06 |
Bruce Momjian | This makes all the \dX commands (most importantly to... |
commit | commitdiff | tree | snapshot |
2009-01-06 |
Bruce Momjian | Document that Cygwin does not support OpenSSL. |
commit | commitdiff | tree | snapshot |
2009-01-06 |
Magnus Hagander | Make the MSVC build output "32-bit" at the end of the... |
commit | commitdiff | tree | snapshot |
2009-01-06 |
Bruce Momjian | Make pg_dump and pg_dumpall --clean options match the... |
commit | commitdiff | tree | snapshot |
2009-01-06 |
Tom Lane | Remove references to pgsql-ports and pgsql-patches... |
commit | commitdiff | tree | snapshot |
2009-01-06 |
Bruce Momjian | Update pg_restore --help text to match the SGML documen... |
commit | commitdiff | tree | snapshot |
2009-01-06 |
Tom Lane | Change a couple of ill-advised uses of INFO elog level... |
commit | commitdiff | tree | snapshot |
2009-01-06 |
Tom Lane | Revert the default toast compression strategy to the... |
commit | commitdiff | tree | snapshot |
2009-01-06 |
Tom Lane | Doesn't seem like a good idea to be doing AC_CHECK_SIZE... |
commit | commitdiff | tree | snapshot |
2009-01-06 |
Heikki Linnakangas | Fix logic in lazy vacuum to decide if it's worth trying... |
commit | commitdiff | tree | snapshot |
2009-01-06 |
Alvaro Herrera | Fix string reloption handling, per KaiGai Kohei. |
commit | commitdiff | tree | snapshot |
2009-01-06 |
Tatsuo Ishii | Remove outdated Japanese README files per discussion. |
commit | commitdiff | tree | snapshot |
2009-01-06 |
Bruce Momjian | Suppress compiler warning in a different way, per Alvaro. |
commit | commitdiff | tree | snapshot |
2009-01-06 |
Bruce Momjian | Update SELECT version() to show whether it is a 32... |
commit | commitdiff | tree | snapshot |
2009-01-06 |
Bruce Momjian | Supress compiler warning. |
commit | commitdiff | tree | snapshot |
2009-01-06 |
Bruce Momjian | Fix new timezone cross-compile rule to avoid a bug... |
commit | commitdiff | tree | snapshot |
2009-01-06 |
Tom Lane | Add some comments about why function parameter default... |
commit | commitdiff | tree | snapshot |
2009-01-06 |
Tom Lane | Fix an oversight in the function-default-arguments... |
commit | commitdiff | tree | snapshot |
2009-01-05 |
Alvaro Herrera | Change the reloptions machinery to use a table-based... |
commit | commitdiff | tree | snapshot |
2009-01-05 |
Tom Lane | Add a --role option to pg_dump, pg_dumpall, and pg_rest... |
commit | commitdiff | tree | snapshot |
2009-01-05 |
Bruce Momjian | Update Japanese FAQ. |
commit | commitdiff | tree | snapshot |
2009-01-05 |
Tom Lane | Quiet repeated "loaded library" messages from child... |
commit | commitdiff | tree | snapshot |
2009-01-05 |
Tom Lane | Add EmitWarningsOnPlaceholders calls to contrib modules... |
commit | commitdiff | tree | snapshot |
2009-01-05 |
Tom Lane | Fix define_custom_variable to preserve any sourcefile... |
commit | commitdiff | tree | snapshot |
2009-01-05 |
Peter Eisentraut | When cross-compiling, allow and require an external... |
commit | commitdiff | tree | snapshot |
2009-01-05 |
Peter Eisentraut | Fix for cross-compilation between mingw32 and something... |
commit | commitdiff | tree | snapshot |
2009-01-05 |
Peter Eisentraut | Allow out-of-tree builds on mingw and cygwin |
commit | commitdiff | tree | snapshot |
2009-01-05 |
Alvaro Herrera | Export IsUnderPostmaster on win32. |
commit | commitdiff | tree | snapshot |
2009-01-04 |
Tom Lane | Add contrib/pg_stat_statements for server-wide tracking... |
commit | commitdiff | tree | snapshot |
2009-01-04 |
Tom Lane | Add a pg_encoding_mbcliplen() function that is just... |
commit | commitdiff | tree | snapshot |
2009-01-04 |
Heikki Linnakangas | Fix embarrassing bug in recent smgr refactoring patch... |
commit | commitdiff | tree | snapshot |
2009-01-04 |
Peter Eisentraut | Allow configure to deal with Python 3.0. Changes were: |
commit | commitdiff | tree | snapshot |
2009-01-03 |
Tom Lane | Allow loadable modules to create PGC_POSTMASTER GUC... |
commit | commitdiff | tree | snapshot |
2009-01-03 |
Tom Lane | Create a "shmem_startup_hook" to be called at the end... |
commit | commitdiff | tree | snapshot |
2009-01-02 |
Tom Lane | Include a pointer to the query's source text in QueryDe... |
commit | commitdiff | tree | snapshot |
2009-01-02 |
Peter Eisentraut | Initialize .pot files with some useful default values. |
commit | commitdiff | tree | snapshot |
2009-01-02 |
Peter Eisentraut | Split the ecpg translation support into a separate... |
commit | commitdiff | tree | snapshot |
2009-01-02 |
Magnus Hagander | Today is find-typo-in-old-patches day. Fix wrong cut... |
commit | commitdiff | tree | snapshot |
2009-01-02 |
Magnus Hagander | Fix cut/paste error that caused all errors from REQUIRE... |
commit | commitdiff | tree | snapshot |
2009-01-02 |
Magnus Hagander | Remove comments that say restart is required for changi... |
commit | commitdiff | tree | snapshot |
2009-01-02 |
Magnus Hagander | Make it possible to change Kerberos/GSSAPI parameters... |
commit | commitdiff | tree | snapshot |
2009-01-02 |
Tom Lane | write_nondefault_variables must take care to write... |
commit | commitdiff | tree | snapshot |
2009-01-02 |
Tom Lane | Tweak guc.c to allow underscores in the names of custom... |
commit | commitdiff | tree | snapshot |
2009-01-01 |
Bruce Momjian | Be smarter --- accept missing comma, and force comma... |
commit | commitdiff | tree | snapshot |
2009-01-01 |
Bruce Momjian | Mention src/interfaces/libpq/libpq.rc.in needs to be... |
commit | commitdiff | tree | snapshot |
2009-01-01 |
Bruce Momjian | Make comma optional for copyright text change. |
commit | commitdiff | tree | snapshot |
2009-01-01 |
Bruce Momjian | Add comma so this copyright notice is picked up in... |
commit | commitdiff | tree | snapshot |
2009-01-01 |
Tom Lane | Fix a couple of missed copyright dates. |
commit | commitdiff | tree | snapshot |
2009-01-01 |
Bruce Momjian | Update copyright for 2009. |
commit | commitdiff | tree | snapshot |
2009-01-01 |
Tom Lane | Fix an oversight in my patch of a couple weeks ago... |
commit | commitdiff | tree | snapshot |
2008-12-31 |
Tom Lane | Throw error if a <window definition> references a windo... |
commit | commitdiff | tree | snapshot |
2008-12-31 |
Tom Lane | Fix another problem in SQL-MED \d displays: should... |
commit | commitdiff | tree | snapshot |
2008-12-31 |
Tom Lane | Consistently use multi-line formatting for all ACL... |
commit | commitdiff | tree | snapshot |
2008-12-31 |
Tom Lane | Add a WINDOW attribute to CREATE FUNCTION, and teach... |
commit | commitdiff | tree | snapshot |
2008-12-31 |
Tom Lane | Add some basic support for window frame clauses to... |
commit | commitdiff | tree | snapshot |
2008-12-30 |
Tom Lane | Reduce the last group of parallel regression tests... |
commit | commitdiff | tree | snapshot |
2008-12-30 |
Heikki Linnakangas | The flag to mark dead tuples is nowadays called LP_DEAD... |
commit | commitdiff | tree | snapshot |
2008-12-30 |
Tom Lane | Fix oversight in ALTER TABLE ENABLE/DISABLE RULE patch... |
commit | commitdiff | tree | snapshot |
2008-12-29 |
Tom Lane | Fix thinko in documentation of default window frame... |
commit | commitdiff | tree | snapshot |
2008-12-29 |
Michael Meskes | Finally the last test. |
commit | commitdiff | tree | snapshot |
next |