2010-03-15 |
Simon Riggs | Document that trig functions accept/return values in... |
commit | commitdiff | tree | snapshot |
2010-03-15 |
Simon Riggs | Remove incorrect comment from GetWriteRecPtr(): the... |
commit | commitdiff | tree | snapshot |
2010-03-14 |
Tom Lane | Update oidjoins regression test for 9.0. |
commit | commitdiff | tree | snapshot |
2010-03-13 |
Peter Eisentraut | Add some more structure and bits of information to... |
commit | commitdiff | tree | snapshot |
2010-03-13 |
Bruce Momjian | Revert all keepalive moves, reevaluate. |
commit | commitdiff | tree | snapshot |
2010-03-13 |
Bruce Momjian | Move more tcp keepalive macros to be consistent. |
commit | commitdiff | tree | snapshot |
2010-03-13 |
Bruce Momjian | Move TCP keepalive macro definition |
commit | commitdiff | tree | snapshot |
2010-03-13 |
Bruce Momjian | Add libpq warning message if the .pgpass-retrieved... |
commit | commitdiff | tree | snapshot |
2010-03-13 |
Peter Eisentraut | Update shared memory configuration information for... |
commit | commitdiff | tree | snapshot |
2010-03-13 |
Bruce Momjian | Document what user name email symbols are supported... |
commit | commitdiff | tree | snapshot |
2010-03-13 |
Bruce Momjian | Allow underscores in tsearch email addressses, per... |
commit | commitdiff | tree | snapshot |
2010-03-13 |
Bruce Momjian | Small adjustment by pgindent. |
commit | commitdiff | tree | snapshot |
2010-03-12 |
Bruce Momjian | Re-add comma, oops. |
commit | commitdiff | tree | snapshot |
2010-03-12 |
Tom Lane | Add some logging code for unexpected cases in pgstat... |
commit | commitdiff | tree | snapshot |
2010-03-12 |
Tom Lane | Fix a commented-out block of code that pgindent didn... |
commit | commitdiff | tree | snapshot |
2010-03-12 |
Bruce Momjian | Remove unnecessary comma in documentation. |
commit | commitdiff | tree | snapshot |
2010-03-11 |
Tom Lane | Add missing reset of need_initialization in reloptions... |
commit | commitdiff | tree | snapshot |
2010-03-11 |
Tom Lane | Modify psql's \d printout to fold exclusion constraints... |
commit | commitdiff | tree | snapshot |
2010-03-11 |
Tom Lane | Sync timezone code with tzcode 2010c from the Olson... |
commit | commitdiff | tree | snapshot |
2010-03-11 |
Heikki Linnakangas | Fix bug in KnownAssignedXidsMany(). I saw this when... |
commit | commitdiff | tree | snapshot |
2010-03-11 |
Heikki Linnakangas | Fix comment which was apparently copy-pasted from anoth... |
commit | commitdiff | tree | snapshot |
2010-03-11 |
Tom Lane | Simplify a couple of pg_dump and psql \d queries about... |
commit | commitdiff | tree | snapshot |
2010-03-11 |
Tom Lane | Update comment for pg_constraint.conindid to mention... |
commit | commitdiff | tree | snapshot |
2010-03-10 |
Robert Haas | Fix incorrect comment about permissions checking being... |
commit | commitdiff | tree | snapshot |
2010-03-10 |
Itagaki Takahiro | pg_start_backup() can use a share lock to lock ControlF... |
commit | commitdiff | tree | snapshot |
2010-03-10 |
Tom Lane | Preliminary release notes for releases 8.4.3, 8.3.10... |
commit | commitdiff | tree | snapshot |
2010-03-09 |
Tom Lane | Use SvROK(sv) rather than directly checking SvTYPE... |
commit | commitdiff | tree | snapshot |
2010-03-09 |
Alvaro Herrera | Update time zone data files to tzdata release 2010d... |
commit | commitdiff | tree | snapshot |
2010-03-09 |
Michael Meskes | ecpg now adds a unique counter to its varchar struct... |
commit | commitdiff | tree | snapshot |
2010-03-09 |
Andrew Dunstan | Add checks for valid encoding of query strings passed... |
commit | commitdiff | tree | snapshot |
2010-03-08 |
Bruce Momjian | Return proper exit code (3) from psql when ON_ERROR_STO... |
commit | commitdiff | tree | snapshot |
2010-03-08 |
Magnus Hagander | Add missing space in example. |
commit | commitdiff | tree | snapshot |
2010-03-08 |
Michael Meskes | Better test the content of the SQLSTATE string in ecpgl... |
commit | commitdiff | tree | snapshot |
2010-03-08 |
Magnus Hagander | Require hostname to be set when using GSSAPI authentica... |
commit | commitdiff | tree | snapshot |
2010-03-08 |
Magnus Hagander | Disallow gssapi authentication on local connections... |
commit | commitdiff | tree | snapshot |
2010-03-08 |
Tom Lane | Update time zone data files to tzdata release 2010c... |
commit | commitdiff | tree | snapshot |
2010-03-07 |
Magnus Hagander | Revert patch for --psqlrc=FILENAME in psql. |
commit | commitdiff | tree | snapshot |
2010-03-06 |
Tom Lane | Fix warning messages in restrict_and_check_grant()... |
commit | commitdiff | tree | snapshot |
2010-03-06 |
Magnus Hagander | Add --psqlrc=FILENAME parameter to psql, to process... |
commit | commitdiff | tree | snapshot |
2010-03-06 |
Tom Lane | When reading pg_hba.conf and similar files, do not... |
commit | commitdiff | tree | snapshot |
2010-03-05 |
Michael Meskes | In case the connection magically disappears libecpg... |
commit | commitdiff | tree | snapshot |
2010-03-04 |
Heikki Linnakangas | Fix IsBinaryCoercible to not confuse a cast using in... |
commit | commitdiff | tree | snapshot |
2010-03-03 |
Bruce Momjian | Add C comment about DDL changes possibly causing pg_dum... |
commit | commitdiff | tree | snapshot |
2010-03-03 |
Bruce Momjian | Document that "Q" is ignored by to_date and to_timestam... |
commit | commitdiff | tree | snapshot |
2010-03-03 |
Tom Lane | Fix a couple of places that would loop forever if attem... |
commit | commitdiff | tree | snapshot |
2010-03-03 |
Heikki Linnakangas | Fix pg_dump of ACLs of foreign servers. The command... |
commit | commitdiff | tree | snapshot |
2010-03-03 |
Tom Lane | Make contrib/xml2 use core xml.c's error handler, when... |
commit | commitdiff | tree | snapshot |
2010-03-03 |
Tom Lane | Export xml.c's libxml-error-handling support so that... |
commit | commitdiff | tree | snapshot |
2010-03-03 |
Andrew Dunstan | Make iconv work like other optional libraries for MSVC. |
commit | commitdiff | tree | snapshot |
2010-03-03 |
Bruce Momjian | Fix SGML markup. |
commit | commitdiff | tree | snapshot |
2010-03-03 |
Bruce Momjian | Restructure CREATE FUNCTION "NOTES" section to be short... |
commit | commitdiff | tree | snapshot |
2010-03-03 |
Tom Lane | Instead of trying (and failing) to allow <<label>>... |
commit | commitdiff | tree | snapshot |
2010-03-02 |
Bruce Momjian | Adjust max_standby_delay documentation to be clearer... |
commit | commitdiff | tree | snapshot |
2010-03-02 |
Andrew Dunstan | Add missing library and include dir for XSLT in MSVC... |
commit | commitdiff | tree | snapshot |
2010-03-02 |
Bruce Momjian | Document the effect of max_standby_delay on increasing... |
commit | commitdiff | tree | snapshot |
2010-03-02 |
Peter Eisentraut | Update keywords list for 9.0 |
commit | commitdiff | tree | snapshot |
2010-03-02 |
Andrew Dunstan | Do not run regression tests for contrib/xml2 on MSVC... |
commit | commitdiff | tree | snapshot |
2010-03-02 |
Tom Lane | Cause plpgsql to throw an error if "INTO rowtype_var... |
commit | commitdiff | tree | snapshot |
2010-03-02 |
Andrew Dunstan | Add XSLT defines for MSVC builds |
commit | commitdiff | tree | snapshot |
2010-03-01 |
Heikki Linnakangas | Fix translation of strings in psql \d output (translati... |
commit | commitdiff | tree | snapshot |
2010-03-01 |
Heikki Linnakangas | Fix numericlocale psql option when used with a null... |
commit | commitdiff | tree | snapshot |
2010-03-01 |
Tom Lane | Fix contrib/xml2 so regression test still works when... |
commit | commitdiff | tree | snapshot |
2010-03-01 |
Magnus Hagander | It's clearly now pointless to do backwards compatible... |
commit | commitdiff | tree | snapshot |
2010-03-01 |
Tom Lane | Buildfarm still unhappy, so I'll bet it's EACCES not... |
commit | commitdiff | tree | snapshot |
2010-03-01 |
Tom Lane | Remove xmlCleanupParser calls from contrib/xml2. |
commit | commitdiff | tree | snapshot |
2010-03-01 |
Greg Stark | add EPERM to the list of return codes to expect from... |
commit | commitdiff | tree | snapshot |
2010-02-28 |
Tom Lane | Fix up memory management problems in contrib/xml2. |
commit | commitdiff | tree | snapshot |
2010-02-28 |
Greg Stark | Second try at fsyncing directories in CREATE DATABASE... |
commit | commitdiff | tree | snapshot |
2010-02-28 |
Tom Lane | Assorted code cleanup for contrib/xml2. No change... |
commit | commitdiff | tree | snapshot |
2010-02-28 |
Bruce Momjian | Update complex locale example in the documentation. |
commit | commitdiff | tree | snapshot |
2010-02-28 |
Bruce Momjian | *** empty log message *** |
commit | commitdiff | tree | snapshot |
2010-02-27 |
Michael Meskes | Make sure ecpg uses the same header files in the same... |
commit | commitdiff | tree | snapshot |
2010-02-27 |
Tom Lane | Insert a hack into get_float8_nan (both core and ecpg... |
commit | commitdiff | tree | snapshot |
2010-02-27 |
Bruce Momjian | Back out unintended change to pg_locale.c. |
commit | commitdiff | tree | snapshot |
2010-02-27 |
Bruce Momjian | Document ATAPI FLUSH CACHE EXT. |
commit | commitdiff | tree | snapshot |
2010-02-27 |
Bruce Momjian | Document trace_recovery_messages() parameter as an... |
commit | commitdiff | tree | snapshot |
2010-02-27 |
Heikki Linnakangas | Document max_standby_delay=-1 option, now that it's... |
commit | commitdiff | tree | snapshot |
2010-02-27 |
Tom Lane | Entity-ify a few new uses of literal <, >, and &. |
commit | commitdiff | tree | snapshot |
2010-02-27 |
Tom Lane | Undo some more pgindent breakage. Per buildfarm. |
commit | commitdiff | tree | snapshot |
2010-02-27 |
Bruce Momjian | Use <> for libpq #include in example programs, per... |
commit | commitdiff | tree | snapshot |
2010-02-27 |
Bruce Momjian | Document ATAPI drive flush command, and mention SSD... |
commit | commitdiff | tree | snapshot |
2010-02-26 |
Bruce Momjian | Suggest gmake installcheck-world for pgindent testing. |
commit | commitdiff | tree | snapshot |
2010-02-26 |
Bruce Momjian | Revert pgindent changes to ecpg include files that... |
commit | commitdiff | tree | snapshot |
2010-02-26 |
Bruce Momjian | Wording improvements to README. |
commit | commitdiff | tree | snapshot |
2010-02-26 |
Bruce Momjian | Update pgindent docs to use maintainer-clean. |
commit | commitdiff | tree | snapshot |
2010-02-26 |
Bruce Momjian | Document why pgindent wants a fresh CVS checkout. |
commit | commitdiff | tree | snapshot |
2010-02-26 |
Bruce Momjian | In vacuumdb --help, call analyze "statistics", not... |
commit | commitdiff | tree | snapshot |
2010-02-26 |
Bruce Momjian | Call output file typedefs.list; update README. |
commit | commitdiff | tree | snapshot |
2010-02-26 |
Bruce Momjian | Document pg_restore --jobs as a performance enhancement. |
commit | commitdiff | tree | snapshot |
2010-02-26 |
Bruce Momjian | Update pgindent instructions. |
commit | commitdiff | tree | snapshot |
2010-02-26 |
Bruce Momjian | pgindent run for 9.0 |
commit | commitdiff | tree | snapshot |
2010-02-26 |
Bruce Momjian | Add pgindent typedefs file to CVS. |
commit | commitdiff | tree | snapshot |
2010-02-26 |
Bruce Momjian | Update pgindent instructions to avoid changes to flex... |
commit | commitdiff | tree | snapshot |
2010-02-26 |
Bruce Momjian | Remove 'emphasis' markup inside literal; not allowed. |
commit | commitdiff | tree | snapshot |
2010-02-25 |
Bruce Momjian | Document that after triggers that need to see changed... |
commit | commitdiff | tree | snapshot |
2010-02-25 |
Tom Lane | Allow predicate_refuted_by() to deduce that NOT A refut... |
commit | commitdiff | tree | snapshot |
2010-02-25 |
Bruce Momjian | Document clearly the meaning of none/all for log_statem... |
commit | commitdiff | tree | snapshot |
2010-02-25 |
Bruce Momjian | Add C comment that do_to_timestamp() lacks error checking. |
commit | commitdiff | tree | snapshot |
2010-02-25 |
Bruce Momjian | Clearly document that timestamp alone means timestamp... |
commit | commitdiff | tree | snapshot |
2010-02-25 |
Magnus Hagander | Add configuration parameter ssl_renegotiation_limit... |
commit | commitdiff | tree | snapshot |
next |