Location via proxy:
[ UP ]
[Report a bug]
[Manage cookies]
No cookies
No scripts
No ads
No referrer
Show this form
index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
bin
/
psql
/
common.c
Age
Commit message (
Expand
)
Author
2 days
psql: Forbid use of COPY and \copy while in a pipeline
Michael Paquier
11 days
psql: Abort connection when using \syncpipeline after COPY TO/FROM
Michael Paquier
2025-04-24
psql: Fix assertion failures with pipeline mode
Michael Paquier
2025-04-19
Fix typos and grammar in the code
Michael Paquier
2025-04-18
Fixup various older misuses of appendPQExpBuffer
David Rowley
2025-03-19
psql: Allow queries terminated by semicolons while in pipeline mode
Michael Paquier
2025-02-25
psql: Add pipeline status to prompt and some state variables
Michael Paquier
2025-02-21
psql: Add support for pipelines
Michael Paquier
2025-02-21
Add braces for if block with large comment in psql's common.c
Michael Paquier
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-09-19
psql: Clean up more aggressively state of \bind[_named], \parse and \close
Michael Paquier
2024-09-03
Fix typos and grammar in code comments and docs
Michael Paquier
2024-08-22
psql: Add more meta-commands able to use the extended protocol
Michael Paquier
2024-04-08
In psql, avoid leaking a PGresult after a query is cancelled.
Tom Lane
2024-04-08
Further review for re-implementation of psql's FETCH_COUNT feature.
Tom Lane
2024-04-07
Re-implement psql's FETCH_COUNT feature atop libpq's chunked mode.
Tom Lane
2024-03-17
Add RETURNING support to MERGE.
Dean Rasheed
2024-01-04
Update copyright for 2024
Bruce Momjian
2023-10-02
psql: Set variables from query result on failure when printing tuples
Michael Paquier
2023-08-29
Allow \watch queries to stop on minimum rows returned
Daniel Gustafsson
2023-07-27
Adjust extra lines generated by psql to be valid SQL comments.
Nathan Bossart
2023-05-19
Pre-beta mechanical code beautification.
Tom Lane
2023-04-06
psql: set SHELL_ERROR and SHELL_EXIT_CODE in more places.
Tom Lane
2023-01-21
Zero initialize uses of instr_time about to trigger compiler warnings
Andres Freund
2023-01-11
Fix typos in code and comments
Michael Paquier
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-11-15
psql: Add command to use extended query protocol
Peter Eisentraut
2022-10-22
psql: Fix exit status when query is canceled
Peter Eisentraut
2022-10-03
Fix psql's behavior with \g for a multiple-command string.
Tom Lane
2022-09-29
Mark sigint_interrupt_enabled as sig_atomic_t
Michael Paquier
2022-08-29
Clean up inconsistent use of fflush().
Tom Lane
2022-07-03
Remove redundant null pointer checks before PQclear and PQconninfoFree
Peter Eisentraut
2022-06-09
psql: Show notices immediately (again)
Peter Eisentraut
2022-05-23
psql: Update \timing also in case of an error
Peter Eisentraut
2022-05-12
Pre-beta mechanical code beautification.
Tom Lane
2022-04-08
Improve frontend error logging style.
Tom Lane
2022-04-04
psql: Show all query results by default
Peter Eisentraut
2022-04-01
psql: Refactor ProcessResult()
Peter Eisentraut
2022-03-31
psql: Refactor SendQuery()
Peter Eisentraut
2022-02-10
psql: Rename results to result when only a single one is meant
Peter Eisentraut
2022-01-11
Clean up messy API for src/port/thread.c.
Tom Lane
2022-01-08
Update copyright for 2022
Bruce Momjian
2021-12-16
Remove psql support for server versions preceding 9.2.
Tom Lane
2021-10-12
psql: Fix some scan-build warnings
Peter Eisentraut
2021-07-12
Add PSQL_WATCH_PAGER for psql's \watch command.
Thomas Munro
2021-06-07
Fix incautious handling of possibly-miscoded strings in client code.
Tom Lane
2021-04-15
Revert "psql: Show all query results by default"
Peter Eisentraut
2021-04-06
psql: Show all query results by default
Peter Eisentraut
2021-03-04
Remove server and libpq support for old FE/BE protocol version 2.
Heikki Linnakangas
2021-02-19
Fix psql's ON_ERROR_ROLLBACK so that it handles COMMIT AND CHAIN.
Fujii Masao
[next]