2010-03-26 |
Heikki Linnakangas | Flush CopyOutResponse when starting streaming in walsen... |
commit | commitdiff | tree | snapshot |
2010-03-25 |
Simon Riggs | Modify some new and pre-existing messages for translata... |
commit | commitdiff | tree | snapshot |
2010-03-25 |
Tom Lane | Fix ginint4_queryextract() to actually do what it was... |
commit | commitdiff | tree | snapshot |
2010-03-25 |
Alvaro Herrera | Prevent ALTER USER f RESET ALL from removing the settin... |
commit | commitdiff | tree | snapshot |
2010-03-24 |
Simon Riggs | Additional thoughts on WALSender cpu reduction. Use... |
commit | commitdiff | tree | snapshot |
2010-03-24 |
Simon Riggs | Change replication connection log format to allow for... |
commit | commitdiff | tree | snapshot |
2010-03-24 |
Simon Riggs | Reduce CPU utilisation of WALSender process. Process... |
commit | commitdiff | tree | snapshot |
2010-03-24 |
Tom Lane | Fix thinko in log message for "sameuser" ident map... |
commit | commitdiff | tree | snapshot |
2010-03-24 |
Tom Lane | Now that we know last_statrequest > last_statwrite... |
commit | commitdiff | tree | snapshot |
2010-03-24 |
Andrew Dunstan | Mark "installcheck-parallel", "world", "install-world... |
commit | commitdiff | tree | snapshot |
2010-03-24 |
Heikki Linnakangas | Update description of walrcv_receive() function to... |
commit | commitdiff | tree | snapshot |
2010-03-24 |
Bruce Momjian | Document in postgresql.conf that the max_standby_delay... |
commit | commitdiff | tree | snapshot |
2010-03-23 |
Bruce Momjian | Typo fix from IRC breinbaas |
commit | commitdiff | tree | snapshot |
2010-03-23 |
Peter Eisentraut | Remove useless double assignment |
commit | commitdiff | tree | snapshot |
2010-03-23 |
Itagaki Takahiro | Remove CRs for each line in pgbench.sgml. |
commit | commitdiff | tree | snapshot |
2010-03-23 |
Bruce Momjian | Add back other xlog() function author names. |
commit | commitdiff | tree | snapshot |
2010-03-23 |
Itagaki Takahiro | Each worker thread will have its own log file in pgbenc... |
commit | commitdiff | tree | snapshot |
2010-03-22 |
Bruce Momjian | Properly credit Simon for functions pg_last_xlog_replay... |
commit | commitdiff | tree | snapshot |
2010-03-22 |
Tom Lane | Fix regression test breakage from recent change in... |
commit | commitdiff | tree | snapshot |
2010-03-22 |
Simon Riggs | Shorten suffix of automatically created indexes to... |
commit | commitdiff | tree | snapshot |
2010-03-22 |
Bruce Momjian | Re-order createuser and vacuumedb documentation options... |
commit | commitdiff | tree | snapshot |
2010-03-22 |
Tom Lane | Fix an oversight in join-removal optimization: we have... |
commit | commitdiff | tree | snapshot |
2010-03-22 |
Michael Meskes | Fixed ECPG regression test to make sure it uses absolut... |
commit | commitdiff | tree | snapshot |
2010-03-21 |
Bruce Momjian | Remove 9.0 release notes xref's to HISTORY.html can... |
commit | commitdiff | tree | snapshot |
2010-03-21 |
Michael Meskes | Adding special command line option that is now needed... |
commit | commitdiff | tree | snapshot |
2010-03-21 |
Michael Meskes | ECPG's parser now accepts and handles variables as... |
commit | commitdiff | tree | snapshot |
2010-03-21 |
Michael Meskes | Adjusted regression test results to the change I made... |
commit | commitdiff | tree | snapshot |
2010-03-21 |
Michael Meskes | Correctly name functions in debug output in ecpglib... |
commit | commitdiff | tree | snapshot |
2010-03-21 |
Michael Meskes | ECPG only copied #include statements instead of process... |
commit | commitdiff | tree | snapshot |
2010-03-21 |
Bruce Momjian | Add more 9.0 release note documentation links. |
commit | commitdiff | tree | snapshot |
2010-03-21 |
Bruce Momjian | Add links to documentation sections in 9.0 release... |
commit | commitdiff | tree | snapshot |
2010-03-21 |
Peter Eisentraut | Message tuning |
commit | commitdiff | tree | snapshot |
2010-03-20 |
Michael Meskes | Fixed ecpg parser to allow more than one C preprocessor... |
commit | commitdiff | tree | snapshot |
2010-03-20 |
Bruce Momjian | In 9.0 release notes, move libpq/ecpg up into their... |
commit | commitdiff | tree | snapshot |
2010-03-20 |
Bruce Momjian | Move server-side languages up one section in the 9... |
commit | commitdiff | tree | snapshot |
2010-03-20 |
Simon Riggs | Further corrections of mismatching struct and btree... |
commit | commitdiff | tree | snapshot |
2010-03-20 |
Bruce Momjian | Create 9.0 release notes; keep 9.0-alpha release notes... |
commit | commitdiff | tree | snapshot |
2010-03-20 |
Bruce Momjian | Update sgml release note markup suggestions. |
commit | commitdiff | tree | snapshot |
2010-03-20 |
Tom Lane | Clear error_context_stack and debug_query_string at... |
commit | commitdiff | tree | snapshot |
2010-03-20 |
Robert Haas | Forbid renaming columns of objects whose column names... |
commit | commitdiff | tree | snapshot |
2010-03-19 |
Tom Lane | Modify error context callback functions to not assume... |
commit | commitdiff | tree | snapshot |
2010-03-19 |
Tom Lane | Fix oversight in btpo.xact patch; it was in fact instal... |
commit | commitdiff | tree | snapshot |
2010-03-19 |
Simon Riggs | Clarify docs about database parameter in streaming... |
commit | commitdiff | tree | snapshot |
2010-03-19 |
Simon Riggs | Add connection messages for streaming replication.... |
commit | commitdiff | tree | snapshot |
2010-03-19 |
Simon Riggs | Minor tweaks on libpqrcv_connect(): ensure conninfo_rep... |
commit | commitdiff | tree | snapshot |
2010-03-19 |
Simon Riggs | Update XLOG_PAGE_MAGIC to recognise WAL format changes. |
commit | commitdiff | tree | snapshot |
2010-03-19 |
Simon Riggs | Adjust comment in .history file to match recovery targe... |
commit | commitdiff | tree | snapshot |
2010-03-19 |
Simon Riggs | Reset btpo.xact following recovery of btree delete... |
commit | commitdiff | tree | snapshot |
2010-03-18 |
Peter Eisentraut | Also print the libpq error message when lo_create or... |
commit | commitdiff | tree | snapshot |
2010-03-18 |
Peter Eisentraut | Prevent the injection of invalidly encoded strings... |
commit | commitdiff | tree | snapshot |
2010-03-18 |
Peter Eisentraut | Message style tuning |
commit | commitdiff | tree | snapshot |
2010-03-18 |
Bruce Momjian | Mention way to get commit details for release notes. |
commit | commitdiff | tree | snapshot |
2010-03-18 |
Tom Lane | Fix missing parentheses for current_query(), per bug... |
commit | commitdiff | tree | snapshot |
2010-03-18 |
Peter Eisentraut | Use data-type specific conversion functions also in... |
commit | commitdiff | tree | snapshot |
2010-03-18 |
Heikki Linnakangas | Add restartpoint_command option to recovery.conf. Fix... |
commit | commitdiff | tree | snapshot |
2010-03-18 |
Simon Riggs | Add vacuum_defer_cleanup_age to postgresql.conf.sample. |
commit | commitdiff | tree | snapshot |
2010-03-17 |
Peter Eisentraut | Don't link PL/Python against LOCALMODLIBS |
commit | commitdiff | tree | snapshot |
2010-03-17 |
Peter Eisentraut | Message style tuning |
commit | commitdiff | tree | snapshot |
2010-03-17 |
Peter Eisentraut | Fix peculiar, untranslatable message concatenation... |
commit | commitdiff | tree | snapshot |
2010-03-17 |
Peter Eisentraut | Make typography consistent |
commit | commitdiff | tree | snapshot |
2010-03-17 |
Magnus Hagander | Typo fixes. |
commit | commitdiff | tree | snapshot |
2010-03-17 |
Peter Eisentraut | Update broken and permanently moved links |
commit | commitdiff | tree | snapshot |
2010-03-17 |
Tom Lane | Pass incompletely-transformed aggregate argument lists... |
commit | commitdiff | tree | snapshot |
2010-03-17 |
Tom Lane | Fix incorrect example in CREATE INDEX reference page... |
commit | commitdiff | tree | snapshot |
2010-03-17 |
Simon Riggs | Fix typo in streaming replication protocol docs. |
commit | commitdiff | tree | snapshot |
2010-03-16 |
Simon Riggs | Fix typo in math function docs, spotted by Heikki. |
commit | commitdiff | tree | snapshot |
2010-03-16 |
Heikki Linnakangas | Throw a nicer error message if a standby server attempt... |
commit | commitdiff | tree | snapshot |
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 |
next |