summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2010-06-15Unbreak MSVC builds for pg_archivecleanup by linking with libpgportAndrew Dunstan
2010-06-15Add new GUC categories corresponding to sections in docs, and moveItagaki Takahiro
2010-06-14Fix typo in Japanese translation for psql "Use \d+ to list them."Itagaki Takahiro
2010-06-14If a corrupt WAL record is received by streaming replication, disconnectHeikki Linnakangas
2010-06-14Remove max_standby_delay message from ps display of recovery processItagaki Takahiro
2010-06-13Fix ALTER LARGE OBJECT and GRANT ... ON LARGE OBJECT for large OIDs.Robert Haas
2010-06-12Add missing --use-existing --help mention from regression binary.Bruce Momjian
2010-06-12Fix typo/bug, found by Clang compilerPeter Eisentraut
2010-06-12Update Python version informationPeter Eisentraut
2010-06-12Add a regression test case for bug #5497Peter Eisentraut
2010-06-11Add missing 'Z' letter to getopt_long call --- the newly addedTom Lane
2010-06-11Use "replication" as the database name when constructing a connectionHeikki Linnakangas
2010-06-10Rename restartpoint_command to archive_cleanup_command.Itagaki Takahiro
2010-06-10Make TriggerFile variable static. It's not used outside xlog.c.Heikki Linnakangas
2010-06-10Return NULL instead of 0/0 in pg_last_xlog_receive_location() andHeikki Linnakangas
2010-06-10Fix quite-bogus handling of arrays in plpython datum-to-PyObjectTom Lane
2010-06-10Quote all string values in EXPLAIN (FORMAT YAML) output.Robert Haas
2010-06-09Remove stray word from comment.Robert Haas
2010-06-09In standby mode, respect checkpoint_segments in addition toHeikki Linnakangas
2010-06-09Make the walwriter close it's handle to an old xlog segment if it's no longerMagnus Hagander
2010-06-09Attempt to fix EXPLAIN (FORMAT YAML) quoting to behave sanely.Robert Haas
2010-06-09Fix typo in the header comment. Per request from Masao Fujii.Tatsuo Ishii
2010-06-07Avoid useless snprintf() call when update_process_title is turned off.Tom Lane
2010-06-07Ensure default-only storage parameters for TOAST relationsItagaki Takahiro
2010-06-04Added variable handling for RETURNING clause to ecpg.Michael Meskes
2010-06-04tag 9.0beta2REL9_0_BETA2Marc G. Fournier
2010-06-03Adjust misleading comment in walsender.c. We try to send all WAL data that'sTom Lane
2010-06-03Add current WAL end (as seen by walsender, ie, GetWriteRecPtr() result)Tom Lane
2010-06-03Translation updates for 9.0beta2Peter Eisentraut
2010-06-03Fix some inconsistent quoting of wal_level values in messagesPeter Eisentraut
2010-06-03Add comments about definitions that may affect PG_CONTROL_VERSION,Alvaro Herrera
2010-06-03Fix reference to nonexistent configure optionPeter Eisentraut
2010-06-03Bump PG_CONTROL_VERSION to account for the incompatible change committed earl...Tom Lane
2010-06-03On clean shutdown during recovery, don't warn about possible corruption.Robert Haas
2010-06-02Fix obsolete comments that I neglected to update in a previous patch.Heikki Linnakangas
2010-06-01Show schema name for REINDEX.Bruce Momjian
2010-05-31Add error hint that PL/pgSQL "EXECUTE of SELECT ... INTO" can beBruce Momjian
2010-05-31Send all outstanding WAL before exiting when smart shutdown is requested.Heikki Linnakangas
2010-05-30Fix misuse of Lossy Counting (LC) algorithm in compute_tsvector_stats().Tom Lane
2010-05-30Change the notation for calling functions with named parameters fromTom Lane
2010-05-29Add C comment that we will have to remove an exclusion constraint checkBruce Momjian
2010-05-28Abort a FETCH_COUNT-controlled query if we observe any I/O error on theTom Lane
2010-05-28Fix oversight in the previous patch that made LIKE throw error for \ at theTom Lane
2010-05-28Rewrite LIKE's %-followed-by-_ optimization so it really works (this timeTom Lane
2010-05-28PGDLLEXPORT is __declspec (dllexport) only on MSVC,Itagaki Takahiro
2010-05-28Rejigger mergejoin logic so that a tuple with a null in the first merge columnTom Lane
2010-05-27Change ps_status.c to explicitly track the current logical length of ps_buffer.Tom Lane
2010-05-27Fix the volatility marking of textanycat() and anytextcat(): they were markedTom Lane
2010-05-27Make CREATE INDEX run expression preprocessing on a proposed index expressionTom Lane
2010-05-27Mark PG_MODULE_MAGIC and PG_FUNCTION_INFO_V1 with PGDLLEXPORTItagaki Takahiro