projects
/
postgresql.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
postgresql.git
2012-08-03
Bruce Momjian
Document that trying to exceed temp_file_limit causes...
commit
|
commitdiff
|
tree
2012-08-03
Bruce Momjian
Document that, for psql -c, only the result of the...
commit
|
commitdiff
|
tree
2012-08-03
Bruce Momjian
In pg_upgrade, use pg_log() instead of prep_status...
commit
|
commitdiff
|
tree
2012-08-02
Tom Lane
Fix race conditions associated with SPGiST redirection...
commit
|
commitdiff
|
tree
2012-08-02
Tom Lane
Update release notes for libpq feature change.
commit
|
commitdiff
|
tree
2012-08-02
Tom Lane
Replace libpq's "row processor" API with a "single...
commit
|
commitdiff
|
tree
2012-08-01
Tom Lane
Add documentation cross-reference for JSON functions.
commit
|
commitdiff
|
tree
2012-07-31
Tom Lane
Fix WITH attached to a nested set operation (UNION...
commit
|
commitdiff
|
tree
2012-07-31
Tom Lane
Fix syslogger so that log_truncate_on_rotation works...
commit
|
commitdiff
|
tree
2012-07-31
Alvaro Herrera
pg_basebackup: stylistic adjustments
commit
|
commitdiff
|
tree
2012-07-30
Bruce Momjian
Now that the diskchecker.pl author has updated the...
commit
|
commitdiff
|
tree
2012-07-27
Tom Lane
Improve reporting of error situations in find_other_exec().
commit
|
commitdiff
|
tree
2012-07-27
Bruce Momjian
Update doc mention of diskchecker.pl to add URL for...
commit
|
commitdiff
|
tree
2012-07-26
Bruce Momjian
Document that the pg_upgrade user of rsync might want...
commit
|
commitdiff
|
tree
2012-07-26
Tom Lane
Only allow autovacuum to be auto-canceled by a directly...
commit
|
commitdiff
|
tree
2012-07-26
Robert Haas
Tab complete table names after ALTER TABLE x [NO] INHERIT.
commit
|
commitdiff
|
tree
2012-07-26
Robert Haas
Log a better message when canceling autovacuum.
commit
|
commitdiff
|
tree
2012-07-26
Bruce Momjian
Simplify pg_upgrade's handling when returning directory...
commit
|
commitdiff
|
tree
2012-07-25
Tom Lane
Fix longstanding crash-safety bug with newly-created...
commit
|
commitdiff
|
tree
2012-07-25
Peter Eisentraut
Document that pg_basebackup will create its output...
commit
|
commitdiff
|
tree
2012-07-25
Alvaro Herrera
Add translator comments to module names
commit
|
commitdiff
|
tree
2012-07-24
Alvaro Herrera
Change syntax of new CHECK NO INHERIT constraints
commit
|
commitdiff
|
tree
2012-07-23
Peter Eisentraut
Update information schema to SQL:2011
commit
|
commitdiff
|
tree
2012-07-23
Robert Haas
Make pgbench vacuum before building indexes.
commit
|
commitdiff
|
tree
2012-07-22
Tom Lane
Fix name collision between concurrent regression tests.
commit
|
commitdiff
|
tree
2012-07-22
Tom Lane
Improve copydir() code for the case that fsync is off.
commit
|
commitdiff
|
tree
2012-07-21
Tom Lane
Use --nosync during make check's initdb call.
commit
|
commitdiff
|
tree
2012-07-21
Tom Lane
Suppress volatile-related warning seen in some compilers.
commit
|
commitdiff
|
tree
2012-07-21
Tom Lane
Account for SRFs in targetlists in planner rowcount...
commit
|
commitdiff
|
tree
2012-07-21
Robert Haas
Revert temporary patch to debug Windows breakage.
commit
|
commitdiff
|
tree
2012-07-21
Robert Haas
Repair plpgsql_validator breakage.
commit
|
commitdiff
|
tree
2012-07-20
Andrew Dunstan
Remove now unneeded results file for disabled prepared...
commit
|
commitdiff
|
tree
2012-07-20
Robert Haas
Temporary patch to try to debug why event trigger patch...
commit
|
commitdiff
|
tree
2012-07-20
Andrew Dunstan
Remove prepared transactions from main isolation test...
commit
|
commitdiff
|
tree
2012-07-20
Peter Eisentraut
pg_dump: Simplify mkdir() error checking
commit
|
commitdiff
|
tree
2012-07-20
Alvaro Herrera
connoinherit may be true only for CHECK constraints
commit
|
commitdiff
|
tree
2012-07-20
Tom Lane
Fix whole-row Var evaluation to cope with resjunk colum...
commit
|
commitdiff
|
tree
2012-07-20
Robert Haas
Make new event trigger facility actually do something.
commit
|
commitdiff
|
tree
2012-07-19
Tom Lane
Rethink checkpointer's fsync-request table representation.
commit
|
commitdiff
|
tree
2012-07-19
Tom Lane
Send only one FORGET_RELATION_FSYNC request when droppi...
commit
|
commitdiff
|
tree
2012-07-18
Heikki Linnakangas
Refactor the way code is shared between some range...
commit
|
commitdiff
|
tree
2012-07-18
Tom Lane
Fix statistics breakage from bgwriter/checkpointer...
commit
|
commitdiff
|
tree
2012-07-18
Tom Lane
Fix management of pendingOpsTable in auxiliary processes.
commit
|
commitdiff
|
tree
2012-07-18
Robert Haas
Syntax support and documentation for event triggers.
commit
|
commitdiff
|
tree
2012-07-18
Tom Lane
Get rid of useless global variable in pg_upgrade.
commit
|
commitdiff
|
tree
2012-07-18
Tom Lane
Improve pg_upgrade's load_directory() function.
commit
|
commitdiff
|
tree
2012-07-17
Tom Lane
Improve coding around the fsync request queue.
commit
|
commitdiff
|
tree
2012-07-17
Peter Eisentraut
PL/Python: Remove PLy_result_ass_item
commit
|
commitdiff
|
tree
2012-07-17
Peter Eisentraut
Show step titles in the pg_upgrade man page
commit
|
commitdiff
|
tree
2012-07-17
Alvaro Herrera
Remove recently added PL/Perl encoding tests
commit
|
commitdiff
|
tree
2012-07-17
Tom Lane
Put back storage/proc.h in postmaster.c.
commit
|
commitdiff
|
tree
2012-07-17
Alvaro Herrera
Introduce timeout handling framework
commit
|
commitdiff
|
tree
2012-07-16
Peter Eisentraut
Remove unreachable code
commit
|
commitdiff
|
tree
2012-07-16
Peter Eisentraut
Add comment why seemingly dead code is necessary
commit
|
commitdiff
|
tree
2012-07-16
Tom Lane
Avoid pre-determining index names during CREATE TABLE...
commit
|
commitdiff
|
tree
2012-07-15
Tom Lane
Prevent corner-case core dump in rfree().
commit
|
commitdiff
|
tree
2012-07-14
Heikki Linnakangas
Don't initialize TLI variable to -1, as TimeLineID...
commit
|
commitdiff
|
tree
2012-07-14
Heikki Linnakangas
Print the name of the WAL file containing latest REDO...
commit
|
commitdiff
|
tree
2012-07-14
Peter Eisentraut
Add link to PEP 394 regarding python2 vs python3 naming
commit
|
commitdiff
|
tree
2012-07-13
Tom Lane
Add fsync capability to initdb, and use sync_file_range...
commit
|
commitdiff
|
tree
2012-07-13
Tom Lane
Cosmetic cleanup of ginInsertValue().
commit
|
commitdiff
|
tree
2012-07-12
Peter Eisentraut
Avoid extra newlines in XML mapping in table forest...
commit
|
commitdiff
|
tree
2012-07-12
Tom Lane
Skip text->binary conversion of unnecessary columns...
commit
|
commitdiff
|
tree
2012-07-12
Bruce Momjian
Remove 'x =- 1' check for pgindent, not needed, per...
commit
|
commitdiff
|
tree
2012-07-12
Magnus Hagander
Fix memory and file descriptor leaks in pg_receivexlog...
commit
|
commitdiff
|
tree
2012-07-11
Tom Lane
Add array_remove() and array_replace() functions.
commit
|
commitdiff
|
tree
2012-07-11
Bruce Momjian
Document that Log-Shipping Standby Servers cannot be...
commit
|
commitdiff
|
tree
2012-07-11
Tom Lane
Fix bogus macro definition.
commit
|
commitdiff
|
tree
2012-07-10
Tatsuo Ishii
Add comments about additional mule-internal charsets...
commit
|
commitdiff
|
tree
2012-07-10
Tom Lane
Fix ASCII case in pg_wchar2mule_with_len.
commit
|
commitdiff
|
tree
2012-07-10
Alvaro Herrera
plperl: Skip setting UTF8 flag when in SQL_ASCII encoding
commit
|
commitdiff
|
tree
2012-07-10
Alvaro Herrera
perltidy adjustments to new file
commit
|
commitdiff
|
tree
2012-07-10
Tom Lane
Re-implement extraction of fixed prefixes from regular...
commit
|
commitdiff
|
tree
2012-07-10
Tom Lane
Refactor pattern_fixed_prefix() to avoid dealing in...
commit
|
commitdiff
|
tree
2012-07-09
Tom Lane
Fix planner to pass correct collation to operator selec...
commit
|
commitdiff
|
tree
2012-07-07
Tom Lane
Simplify and document regex library's compact-NFA repre...
commit
|
commitdiff
|
tree
2012-07-06
Alvaro Herrera
Convert libpq regress script to Perl
commit
|
commitdiff
|
tree
2012-07-06
Alvaro Herrera
Update libpq test expected output
commit
|
commitdiff
|
tree
2012-07-06
Bruce Momjian
Run updated copyright.pl on HEAD and 9.2 trees, updatin...
commit
|
commitdiff
|
tree
2012-07-06
Bruce Momjian
Have copyright.pl skip updating something that is just...
commit
|
commitdiff
|
tree
2012-07-06
Bruce Momjian
Modify copyright.pl so all lines are processed, not...
commit
|
commitdiff
|
tree
2012-07-06
Bruce Momjian
Fix copyright.pl to properly skip the .git directory...
commit
|
commitdiff
|
tree
2012-07-06
Bruce Momjian
Fix spacing in copyright.pl after being run with missin...
commit
|
commitdiff
|
tree
2012-07-06
Bruce Momjian
Update pg_upgrade comments for recent configpath fix.
commit
|
commitdiff
|
tree
2012-07-06
Robert Haas
Fix failure of new wchar->mb functions to advance from...
commit
|
commitdiff
|
tree
2012-07-06
Bruce Momjian
Fix PGDATAOLD and PGDATANEW to properly set pgconfig...
commit
|
commitdiff
|
tree
2012-07-05
Tom Lane
Don't try to trim "../" in join_path_components().
commit
|
commitdiff
|
tree
2012-07-05
Heikki Linnakangas
Revert part of the previous patch that avoided using...
commit
|
commitdiff
|
tree
2012-07-05
Heikki Linnakangas
Fix mapping of PostgreSQL encodings to Python encodings.
commit
|
commitdiff
|
tree
2012-07-05
Tom Lane
Remove support for using wait3() in place of waitpid().
commit
|
commitdiff
|
tree
2012-07-05
Alvaro Herrera
pg_upgrade: abstract out copying of files from old...
commit
|
commitdiff
|
tree
2012-07-05
Magnus Hagander
Fix function argument tab completion for schema-qualifi...
commit
|
commitdiff
|
tree
2012-07-05
Bruce Momjian
Fix missing regex slash that caused perltidy to get...
commit
|
commitdiff
|
tree
2012-07-05
Bruce Momjian
Run newly-configured perltidy script on Perl files.
commit
|
commitdiff
|
tree
2012-07-05
Robert Haas
Reduce messages about implicit indexes and sequences...
commit
|
commitdiff
|
tree
2012-07-04
Bruce Momjian
Have pg_dump in binary-upgrade mode properly drop user...
commit
|
commitdiff
|
tree
2012-07-04
Robert Haas
Fix sample INSTR function to return 0 if third arg...
commit
|
commitdiff
|
tree
2012-07-04
Robert Haas
Add wchar -> mb conversion routines.
commit
|
commitdiff
|
tree
2012-07-04
Robert Haas
More doc cleanups for recent shared memory changes.
commit
|
commitdiff
|
tree
2012-07-04
Robert Haas
Documentation cleanups for recent shared memory changes.
commit
|
commitdiff
|
tree
next