summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2010-07-06Update pgindent testing instructions.Bruce Momjian
2010-07-06Still more third thoughts: when linking shared libraries, LDFLAGS probablyTom Lane
2010-07-06Allow for LDFLAGS_SL already having a value in Makefile.aix.Tom Lane
2010-07-05Dept. of third thoughts: PG_LIBS may contain a -L switch, so it had betterTom Lane
2010-07-05Make sure LDFLAGS come before LIBS when linking contrib programs.Tom Lane
2010-07-05Fix a few single-file (MODULES, not MODULE_big) contrib makefiles that wereTom Lane
2010-07-05Split the LDFLAGS make variable into two parts: LDFLAGS is now used forTom Lane
2010-07-05The previous fix in CVS HEAD and 8.4 for handling the case where a cursorHeikki Linnakangas
2010-07-04Simplify test_fsync duration computation.Bruce Momjian
2010-07-04Report test_fynsc times in tests per second, instead of total seconds.Bruce Momjian
2010-07-03Don't set recoveryLastXTime when replaying a checkpoint --- that was a bogusTom Lane
2010-07-03Make vacuum_defer_cleanup_age be PGC_SIGHUP level, since it's not sensibleTom Lane
2010-07-03Replace max_standby_delay with two parameters, max_standby_archive_delay andTom Lane
2010-07-03Allow REASSIGNED OWNED to handle opclasses and opfamilies.Robert Haas
2010-07-02Unbreak MSVC builds by removing copydir.c from list of libpgport filesAndrew Dunstan
2010-07-02Move copydir.c from src/port to src/backend/storage/fileRobert Haas
2010-07-02Issue 'mkdir' hint when replying CREATE TABLESPACE in recovery mode.Bruce Momjian
2010-07-01Allow copydir() to be interrupted.Robert Haas
2010-07-01Allow ALTER TABLE .. SET TABLESPACE to be interrupted.Robert Haas
2010-06-30stringToNode() and deparse_expression_pretty() crash on invalid input,Heikki Linnakangas
2010-06-29Add C comment about why synchronous_commit=off behavior can loseBruce Momjian
2010-06-29Message tuningPeter Eisentraut
2010-06-29Use different function names for plpython3 handlers, to avoid clashes inPeter Eisentraut
2010-06-28emode_for_corrupt_record shouldn't reduce LOG messages to WARNING.Robert Haas
2010-06-28Improve pg_dump's checkSeek() function to verify the functioning of ftelloTom Lane
2010-06-27Fix pg_restore so parallel restore doesn't fail when the input file doesn'tTom Lane
2010-06-25Fix thinko in tok_is_keyword(): it was looking at the wrong union variantTom Lane
2010-06-25Fix log_temp_files docs and comments to say bytes not kilobytes.Simon Riggs
2010-06-24Add stray "else" that seems to have gone missing.Robert Haas
2010-06-23Add TCP keepalive support to libpq.Robert Haas
2010-06-22Deprecate the use of => as an operator name.Robert Haas
2010-06-21In a PL/pgSQL "FOR cursor" statement, the statements executed in the loopHeikki Linnakangas
2010-06-21Fix mishandling of whole-row Vars referencing a view or sub-select.Tom Lane
2010-06-17Clean up some randomness associated with trace_recovery_messages: don'tTom Lane
2010-06-17Make RemoveOldXlogFiles's debug printout match style used elsewhere:Tom Lane
2010-06-17Don't allow walsender to send WAL data until it's been safely fsync'd on theTom Lane
2010-06-17Remove prototype of GetOldestWALSendPointer(), that is marked as NOT_USED.Itagaki Takahiro
2010-06-16Remove perl symbol table additions for plperl functions, and mention of itAndrew Dunstan
2010-06-16Refactor sprintf calls with computed format strings into multiple calls withPeter Eisentraut
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